this indicator cannot save default template (posted by @soon123)
"Unhandled exception: There was an error reflecting type 'NinjaTrader.Ninjascript.Indicators.BOPIndicator".
I wonder how to fix this...
any help is appreciated
edit: the author replied at PM
For example :
#region Properties
[XmlIgnore]
[Browsable(false)]
public Series<bool> Buy
{ get; set; }
#endregion

Comment