want to create EA that put order on custom indicator(arrow](dot etc)) when apears
-
Re: [want to create EA that put order on custom indicator(arrow](dot etc)) when apears.
super-arrow-indicator.mq4hello i m using an arrow indicator to open trades when buffer 1 (buy signal) appears.
The logic: Buffer 1 = 1 ..........didnt work /////// Buffer 1 =! 0 ........worked! but dose not open trades on arrows but waaaay before or way after the arrows //////// buffer 1 = true ..........worked! similer problem.im using mq4 of super arrow indicator. can someone tell me what to do or show me.
thanks
-
block 1 is : no position--------------block 2: super arrow indicator------------block 3: once per bar------------block 4: buy now
''this is not the EA but how im testing to see how it works''
-
I Have created an EA on this . . . problem is the EA repaints, and problem with repainting INDICATORS you will never have real results
-
@kingdomtraders-0 so if i get none repanting indicators you say it should work right?
-
Yep!!! .or if you have confidence in the indicator for whatever reason , you can edit it to make it not to repaint . . but that will prove it to be very unreliable, trust me i know
-
@kingdomtraders-0 with which blocks must i set arrow indicators to trade, the rate i getting lost in that is insane.