None rapaint mql5 custom indicator
-
this is my project https://fxdreema.com/shared/GmKZLxw5c
i have this none repaint indicator for mt5 i want to create and EA using it but it doesn't work i have tried all the methods that i know still doesn't work help
-
@spenza42 said in None rapaint mql5 custom indicator:
this is my project https://fxdreema.com/shared/GmKZLxw5c
i have this none repaint indicator for mt5 i want to create and EA using it but it doesn't work i have tried all the methods that i know still doesn't work help
does it not trade because of logic or because it can't properly detect the indicator to use so the EA is terminating?
-
@Spenza42 it is a lagging indicator it only appears after price has moved towards certain direction maybe if you can put it on Candle ID 2 it will work if candle Id 2 is not working try candle ID 3 just test the indicator on a live demo market so you can trace as how many candlesticks it appears after
-
@doubledee said in None rapaint mql5 custom indicator:
@Spenza42 it is a lagging indicator it only appears after price has moved towards certain direction maybe if you can put it on Candle ID 2 it will work if candle Id 2 is not working try candle ID 3 just test the indicator on a live demo market so you can trace as how many candlesticks it appears after
^
good call, its set to C0, its rare that you can concrete notifications at C0. Change CID to 1 will definintely help to see if there are any more issues....it may need C2. Never heard of that indi.