Help with Custom Indicator
-
So I have a custom indicator that I found useful as a tool to develop my EA.
I added the custom indicator without any issues.
But I noticed when I added the indicator, it did not show me all the 3 inputs.So I opened the source code of the indicator. I noticed that the input in the code were not defined as "input" instead they were defined as "sinput"
Any idea what does this mean? I do not prefer to make changes with the original source code but was wondering how I can use this indicator to develop my EA.
Any help appreciated.
-
so I dared to just change the source code....and I changed from "sinput" to "input" I now see the inputs loading fine in fxdreema once I load my custom indicator.
Now the issue....the custom indicator inside fxdreema is not producing the same value it produces when I run it in MT4.
Why the difference?
-
repainting indicators do this often
-
https://www.mql5.com/en/docs/basis/variables/inputvariables
Here somewhere on the bottom sinput is explained.