Activation of the position in the pullback to the dynamic range
-
My strategy:
- EMA 21 break down by candles
- Closing 15 candles (total candle) below EMA 21
That's mean:
High id1 < EMA 21
Low id1 < EMA 21High id2 < EMA 21
Low id2 < EMA 21.
.
.
.
.
High id15 < EMA 21
Low id15 < EMA 21- And in the future, whenever the candles reach EMA 21 (pullback to EMA 21 Range), sell position will be activated.
I can't solve the last step (step 3). Because it is not clear when and at what price it will be done, because the price of EMA 21 is intermittent.
-
Can you please share the link to your project?
-
@l-andorrà said in Activation of the position in the pullback to the dynamic range:
Can you please share the link to your project?
https://fxdreema.com/shared/vxxmvFshb
I made some changes.
Please help if you can.
Thank you.Strategy Name: After the failure of MA200 in the pullback, buy to MA200.
Conditions:
First condition:
Large-bodied ID11 candle crosses the MA200 to the upside.LOW ID11 < MA200
CLOSE ID11 > MA200Second condition:
Candle ID1 to candle ID10 above MA200LOW ID1 > MA200
.
.
LOW ID10 > MA200After placing the conditions, at any time and at any price when MA200 and the market price meet, the buy position will be activated.
I cannot do this step, because it is not clear when and at what price they will meet.
-
The problem is always defining when a pullback happened. I don't fully see in you project where that part is. Which blocks are supposed to detect it?