region Properties
[NinjaScriptProperty]
[Range(1, int.MaxValue)]
[Display(Name="PriorClose", Description="Value of Index Prior Close", Order=1, GroupName="Parameters")]
public int PriorClose
{ get; set; }
#endregion
What stupid thing have I done wrong?

Comment