Turn an arrow indicator into EA
-
@jims how exactly does it work? please explain so that i can also do the same.
many thanks in advance.
-
Hey guys...
I have built an indicator that shows UP(blue) and DOWN(red) arrows...I want to build an Binary Options EA of it.... if ARROW shows on previous candle... enter trade..
But the EA i tried to build does not work...it does not enter any trade... what is wrong?Attaching printscreen of my settings...
PRINTSCREEN: https://s12.postimg.org/d2s4j3wkt/image.png
Thanks you! -
I saw now that Sell block had Buffer 0 aswell...but that ive fixed...still not trading... Do i need some other condition added ?
Thanks !
-
Check if this indicator is giving you some values with "Trace". Arrow indicators normally work for Candle ID > 0, but it depends.
"Indicator is visible" works similar to "Condition" with Indicator > 0. Put some "No trade" above, otherwise you will see many trades when the indicator finally starts to work

-
Hey fxDreema!
Thanks for replying....
I think i have sorted it.... i put all the functions in on Tick,,, and used "Once per bar -> Indicator visable -> Buy/Sell"
Seems to work now