PULLBACK TRADES ALONG MA
-
Hello everyone,
Can someone please assist with this below.
Buy when price x> 50MA, then continuosly buy along the 20MA (i.e. when price retraces below the 20Ma, close trade and when price Breaks out above the 20MA, place a buy trade) until price Breaks the 50 MA below for a sell and the sell sequence is initiated, continuously downwards along the 20MA. -
@josh-2 Not sure what you mean by 'continuosly buy along the 20MA'. Can you please provide some screenshot to clarify?
-

Okay. The screenshot is the 10MA over 20MA. After the breakout for a buy, how do I instruct the EA to continually place a buy order with each pullback to the 10MA. Also bear in mind that the main UP cross (Buy) i.e. 10MA above 20MA will still be running concurrently until there is a main cross downwards for the reversal and the sell orders will begin after each retest of the 10MA downward.
-

Sequel to my previous post, I found this screenshot of an earlier thread that I believe explains what I need except that I didn't understand it then or now. Can someone assist please. Thank you. -
@l-andorrà @jstap Any idea I also have a similar concept
-
@gtoat777 To enter a trade when candle touches a MA? Use a condition candle low X< MA 20 entre a buy. I find X> works better when going through a MA.
-
@josh-2 You definitely need to use variables to control those conditions on different moments. You can use boolean variables (or flags) as 'switches' to do that.