The only negative shift value working is -1
-
I created this simple crossing MA project as a part of a bigger one:
https://fxdreema.com/shared/tDLEmsIwc
I need the fast MA to use different negative shift values, whereas medium and slow MA should use 0 or positive values. For some reason I don't understand the only negative value working is -1. There is no problem there. However, any lower number makes the EA not to open a single trade. Is this bug identified?
-
@l-andorrà Shame on me! I replied to this same question a few month ago (epic face palm here).
Please ignore this thread.
-
in 4º condition block, before BUY block. you have put (the low of candle).
in all condition block conected, ONLY OPEN A TRADE if all condition are simultaneously, there are a few conditions that the (the low of candle) is below MA, and close candle is up MA, and others conditions in same candle.