I'm forward testing a strategy (OnBarClose) using Forex.com Demo DataFeed, and I notice that IsFirstTickOfBar is always true while the candle is forming.
My entry logic is using this IsFirstTickOfBar as one of the conditions to make sure allowing the trade only at the bar start.
- Is this issue because of the absence of free demo tick data?
- What is the best alternative to IsFirstTickOfBar to be used in this case with Forex.com DataFeed.

Comment