I am experiencing some trouble when starting FOREX strategies. Some strategies that require a high value in the "Days to load" setting cannot be loaded sometimes.
This behaviour occurs in any strategy.
The steps for this behaviour to happen are the next:
- After starting NT8 I enable the strategy.
- If the strategy doesn't start, I change the "Days to load" setting increasing or decreasing it (it doesn't matter).
- The strategy starts as expected.
- I save the workspace.
- I restart NT8 again.
- The strategy has the same behaviour.
if (CheckStart == false)
{
Print(Instrument.FullName + " Start loading ");
CheckStart = true;
}
When the strategy doesn't start nothing is printed. So, I understand that the strategy is not getting any data. Even the historical data located in the computer.
This happens only with FOREX instruments. Not with securities. It neither happens in NT7.

Comment