I am having some strange error with data. I have very basic strategy (added below) which I am trying to run on EURCAD data from Forexite provider. Whenever I run it on 1 minute intervals, it works fine. The moment I switch to 30 minute interval, I am getting following error:
Runtime error: Value cannot be null.
at WealthLabPro.ChartForm.a(Object A_0, LoadSymbolEventArgs A_1)
at WealthLabPro.MainModule.LoadExternalSymbol(String symbol, BarScale scale, Int32 barInterval, Boolean includePartialBar)
at WealtLab.DataProviders.Database.DBStatic.RequestData(DataSource ds, String symbol, DateTime startDate, DateTime endDate, Int32 maxBars, Boolean includePartialBar)
...
If I switch to Daily interval, system works again with no errors.
I also observe this problem on ASCII data which is explicitly generated on 30 minutes intervals. I do not experience it on Fidelity data.
What is causing this issue?
CODE:
Please log in to see this code.