Error with custom indicator
-
Tried creating an EA with custom indicator "currency slope strength". I am getting errors on compiling (screenshots attached). Please help.


-
type string input parameters with quotes, it means, EURUSD type as "EURUSD"
only string parameters, others as int or double stays normal ...
and fill all necessary parameters ... for EA maxBars can be some small number, as 200 or something which is working for near candles, it is than faster in testing -
Oh, something is wrong with this input fields where you normally put EURUSD. Yes, it is supposed to write things like EURUSD, but it gives these errors. This is a bug that I need to fix. It works if you write it like this - "EURUSD", but this is not the way it should be. I will try to fix this problem today.
-
Thank you for your comments, I tried putting the quotes, but still getting the errors. Please help!


-
Remove this "string " here http://prntscr.com/ezalgc
-
Thank you Fx dreema. It worked.
-
@neekindia
Hi, we've cleared the error on the indicator, but the MT4 doesn't interfere with the intersection of the indicator lines and cannot draw the indicator. Did you find a solution for this? -
@fxDreema
Could this small change in fxdreema affect the operation of the original indicator in MT4? Can I download the indicator as modified from within FXdreema? Is this option available?