candle and moving loop
-
How can I check the previous four candlesticks that were formed so that if it hits the moving average, a trade will not be opened, and if it does not hit, the trade will be opened? How can I do this? If you help me, I will be very grateful.
-
Create a loop, if candle high/low is blow MA place trade, check in a condition block above buy/sell.
-
You can tell me by sending a picture
-
You need something like this:

-
@jstap thank you for help.
