At the moment, I would edit code using Visual Studio as it seem to be working better with intelisense, early error detection and other features that NinjaScrip Editor doesn't seem to have. Then I would go to script editor and compile the strategy and reload it on the chart.
I'm not sure if compiling is even necessary as I don't see any binary output. Does strategy tester compile from .cs file on the fly or in fact accessing some binary code from other directory when I load the strategy?
I was unable to compile or run the strategy in VS, not sure if there configuration guild to do entire pipeline from VS?
The other issue I've discovered is that my compiled strategy will not Enable to execute. I don't see compilation errors anywhere but "Enable" won't stick like if there some error. How do you troubleshoot these?
thank you
Comment