How to stop entering trade mid way through a candle
-
Hi.
I am using once per bar and it usually takes the trade at the close/open of the next candle.
My problem is when takes it mid way through the candle, This happens when I am in a trade that closes during the candle and then enters a new trade when my conditions are met
I do not want to take this trade as my entry is at the open of the candle presuming my conditions are met.
Any help is greatly appreciated.
Cheers. -
It takes the trade on the 1st tick if you have it under the condition it will take on the 1st tick after the condition is true. you could try once per minute and put Period() in the box, this will use the current chart timeframe to take a trade only at the start of a candle
-
Thank you for your help.