Double Cross Moving Average
-
How would I do a condition that when the MAs cross but then cross back again buy or sell.
So for example 10MA cross the 20MA downwards but then cross back upwards place a buy trade.
For now this question is more about the MA crossing because I wouldn’t want to do an instant buy/sell I would to place an order on the candle close when it crosses back.
-
Anyone know?
-
-
@bk7 Ok thanks but looking back i dont think i explained it well, lets say the 10MA crosses the 20MA but 4-5 candles later crosses back over how do i do that. I didnt mean crosses straight away on the same candle
-
@gtoat777
if current cross is above
check if at candle4 was a cross below
if not check if candle 5 was a cross below
if any is true you can proceed -
@bk7 appreciate that, thank you
-
@bk7 Just coming back to this how would I do this on FXDreema literally, what would i need to go to etc, im new to using FXDreema
-

-
He said crosses above then crosses back on the same logic tree. Why have you given him misinformation. You clearly just made two different branches which does not answer the question.