The error points to generated code in all indicators - sample below from ADL:
{
public partial class Strategy : NinjaTrader.Gui.NinjaScript.StrategyRenderBase
{
public Indicators.ADL ADL()
{
return indicator.ADL(Input);
}
public Indicators.ADL ADL(ISeries<double> input )
{
return indicator.ADL(input);
}
}
}
#endregion
To be clear, I was working on a STRATEGY and INDICATORS got corrupted when strategy was compiled.
Strategy was working fine up until this simple change. This is the SECOND time this has happened to me. First time I just re-installed NT8. Would prefer not to do that again.
Log and Trace zip files included. Did not notice NT8 in windows event viewer but will await your instruction on what extract you may require there.
Thanks,
Clint

Comment