How To Arrange the blocks for this EA
-
Please,how do I arrange the block for this EA
Every time candle ID 0 crosses above candle ID 1,open buy just one time and then if the condition is met again,open another buy ones even if there are many buys going on already,once the condition is met,just keep opening buys.I used once per bar,but it never did open again.It only opened one time and refuse to open another buy when the conditions is met.I want the EA to keep opening buys once the condition is met irrespective of the ongoing buys.Please someone should help out.Here is the link to the EA=> https://fxdreema.com/shared/w00TlLdA -
What do you exactly mean by '...candle ID 0 crosses above candle ID 1...'? Do you mean candle ID 0's close price to cross above candle ID 1's high, close or open?
-
I mean, High[0] > High[1] i.e Current candle high (0) crosses above or greater than previous candle (1).I have already got this.But it only triggers one time.Whereas,I want it this way:
Let's assume there are 4 consecutive bullish candles that crosses above each other's highs.That means 3 crosses in all.I want the EA to open these three buys- one buy each for each break of high. Is this clear please?
Check my EA each=> https://fxdreema.com/shared/w00TlLdAI will really appreciate your guide.Thanks
-
Here is what I mean, let us assume there are 4 consecutive bullish candles ,each breaking the previous candle high. I want the EA to open one buy when candle ID 3 broke candle ID 4 High, open another one buy when candle id 2 broke candle id 3 high, open another one buy when candle id 1 broke candle id 2 high.
I hope this is clear sir
See the candle illustration below.I want one one buy to open where the blue marks are(break of previous highs) @I'andorra
-
Then you need to move blocks 1 and 4 from its current positions to below blocks 2 and 5 respectively. Then the trailing stop blocks should be moved to a separate blocks tree on its own.
-
@l-andorrà ok , thank you.I will check out and get back.Much appreciated
-
You're welcome.