Currently, I can use bars.barsperiod.value/value2 but I'm not sure how to add any more than the two.
I tried to add the following but it didn't work:
#region Properties
[Range(0, int.MaxValue), NinjaScriptProperty]
[Display(Name = "Value3", GroupName = "Custom", Order = 1)]
public int value3
{ get; set; }
#endregion

Comment