After a little research here about downloading personal indicators into fxdreema, I have some basic questions if anyone can add some answers
-
So, I have an example indicator that I am seeking to use. I went to the source code option in mt5 and I have it all. I can see the parameters, and here are some of the titles
input parameters
Custom indicator initialization function
indicator buffers mapping
indicator short name assignment
Custom indicator de-initialization function
buffers declarations
Custom indicator iteration function
Custom functionsAre we to input all this information into these fields if we are to use any outside indicators? Is that how we access the indicators we have that are not on the platform?
I have no idea where to start.If you can just answer yes, or no....then I will no that I should or shouldn't even attempt this.
Thank you for your time....
I appreciate you. -
@len-1 My answer is ,,, no. That fields are for editing the indicator that you want to import

-
So once you have it in your folder. Then what? You can't import it. Do you have to code it in?
-
@len-1 Bro... you do the following
- My indicators
- add custom indicator
- browse folder... (look for you indicator folder)
- Select file and open
- Update
- your indicator is in FXdreema under My indicators
-
It took. I appreciate your help. Thank you...