plz help me make ea
-
this indicator is very diffucult to make ea~~~
0_1484312358125_SoeHoe.ID_PeakDelay1Bar.mq4
plz help me,admin~~~thx -
two buffers, follow my tutorial for it or look in help section, both are custom indicators explained how to work with them

-

i make it like this=>0_1484385363966_!!!### peak buy sell mm EA.mq4
but not work like indicator shows....
plz help me fix it thx!!!
-
it is not possible to fix because your indicator "repaints", that means it recalculates few history candles and is holding own peak to lowest/highest point (something like zigzag) ...
-
How do I detect, that those are "repaint"?
-
run it with tester and observe with few ways, like value on candle1 (first closed) and when this value move on next candle, check if the value is same or was changed (change can happen on few candles later) ... some indicators are made as repaint (zigzag, triangular MA) based on first idea
-
@miro1360 yes repaint..I sure......