MA crossovers
-
I want the robot to execute a buy trade if, Conditions:
- The fast MA should cross above slow MA ;
- Whole of the candle body n wick should be above the fast MA
I have done condition one but can someone tell me how to do condition 2 and also how to arrange both the conditions( how should they be connected together)
thanks.
-
https://fxdreema.com/howto#Crossover
Does this help?
-
@jsauter86 which candle parameter should I choose if I want whole of the candle to above the MA (both the body and also the wick). The default parameter is Candle close, it doesn't account for the wick.
-
@profaalaa said in MA crossovers:
@jsauter86 which candle parameter should I choose if I want whole of the candle to above the MA (both the body and also the wick). The default parameter is Candle close, it doesn't account for the wick.
Maybe "Candle total size(pips)"
put it on an EA and test, let me know! haha
-
@profaalaa Can you please share your project to check it?