Help with entries
-
Hi all.
I was hoping for some assistance with my project.
I have a can trade this manually with reasonable success however automating my entries is a bit of a challenge.
The structure of the trade is a simple three bar break ie.
Buy example
candle 3 close > candle 2 close
candle 2 close < candle 1 close
candle 1 high > candle 3 high
candle 1 close > candle 3 close
candle 1 low > candle 2 lowMy issue is that to enter the trade on candle 0, I would like to see a pullback of no more than 40% (variable) of candle 1 (to create a wick) then when the candle crosses back into positive, I want to take the trade with my stop at the bottom of the candle 0 wick. I have been trying to get this working for a number of days to no avail. Can anyone assist?
I have attached a screenshot of a few set ups and also the project code

Code
shared/ARVHeBVBdAlso I am open to any suggestions for improvement
Thanks
-
-
@camo100 Working on candle ID 0 is alway tricky because you never now what price will finally do. You can try to look for that pullback on a lower timeframe. There you can work on closed candles and then get the info to the trading timeframe.
-
Thanks so much. I appreciate it.
-
@camo100 You're welcome.