Fractual Break out EA for MT4
-
Dear all
I have been trying to create an EA for the followinng actions but so far seems no actions happen
For pending long orders, the followings are used
-CCI>0
Pending long using the latest Fractal high + 20 pipAnd for shorts, the opposits.
So far I have tested it in MT4 and have seen no results, not sure if it is correct or missing something, please suggest.
Example of the EA is as follows:
https://fxdreema.com/shared/D6WuBpxtcThank you
Rhang -
Never use more than one trailing stop block. One is enough for all buys and sells. Remove the second one.
-
Thanks @l-andorrà , but the two trailing stops work in other EA's I've made so far, e.g. one would be for buys only and the other with sells only. the idea was to have differernt trailing stops for buys adnd sells
But for the Fracctal+20 pip part I haven't got it to work yet so far.
-
I'm not sure the way fractals are considered is the reason why it doesn't work. I would use the high/low price level instead. Now you are adding 20 to a 'fractal'. That is an arrow in the chart whereas you want to add/subtract 20 pips to that high/low price. Right?
-
@l-andorrà said in Fractual Break out EA for MT4:
t high
Yes, that's correct. The idea is that I'd like to do a pending long at the latest high (fractal) when CCI > 0 and vis-versa . Thank you
-
Sorry but. Isn't this rhang's idea? Are rhang and you the same person?
-
@l-andorrà yes, same person. sorry for the confusion.
-
OK. Try this, and don't forget to specify candle ID 2 in the first block on top:

-
Oh thanks @l-andorrà , it works perfectly. Thank you for your sharings.
I've modified it as below now
https://fxdreema.com/shared/ngBksFjPc -
You're welcome.