When I use this as an entry on a one minute time frame and the current bar is at the Bollinger(1, 40).Upper[0], the entry works perfect buying the price that the Bollinger Band is at. But sometimes even when the High of the bar is below the Bollinger Band the chart shows that the strategy entered at a price that was floating above the High of the bar but at the price of the Bollinger Band. Is this a charting error or will a trade actually occur?
My objective is to enter a trade at the price of the Bollinger Band IF it reaches the price of the Bollinger Band as soon as it reaches it. I've tried conditional entries "if the high reaches BB then EnterLong() but this creates a delayed entry to the next bar.
What do you recommend?
thanks

Comment