Thank you for your great support as always.
I am encountering a very strange issue in my strategy. The problem lies with the Days to Load parameter & the Historical property.
When i dont have enough data available through the Days to Load property, the historical data that comes in to the strategy's OnBarUpdate() method does not have the Historical property set to true. Thus all my checks for historical data fails and the main core logic of the strategy starts to execute. Is this a known issue or am i doing something wrong?
Thanks
Umer

Comment