Home › Forums › Trading System Mentor Course Community › Real Test Software › Notes in comment section
I’m creating ETF lists and had
Inlist: ETF1, ETF2, ETF3 // Note: XYZ has history from 2016
This created data import issues. A window would pop up with “save as” and the importing and test process wouldn’t work.
To fix it had to remove note, even though it was commented out, it created issues.
Make sure you have
Import: SaveAs: XYZ.rtd
Settings: DataFile: XYZ.rtd
If that doesn’t work, feel free to send me the file
Thanks Nick – It works now.
My error was having
// Notes:
Even though Notes was commented out it effected the code.