You are on page 1of 1

[ NinjaScriptProperty ]

[Browsable(false)]
[ Display (Name = "Input Series", Order = 0 , GroupName= "Data Series" )]
public string InputUI
{get; set; }

[ NinjaScriptProperty ]
[Browsable(false)]
[ Display (Name = "Calculate", Order =1 , GroupName= "Setup" )]
public string Calculate
{get; set; }

[ NinjaScriptProperty ]
[Browsable(false)]
[ Display (Name = "Maximum bars look back", Order =1 , GroupName= "Setup" )]
public string MaximumBarsLookBack
{get; set; }

[ NinjaScriptProperty ]
[Browsable(false)]
[ Display (Name = "Label", Order =1 , GroupName= "Setup" )]
public string Name
{get; set; }

Para evitar errores al guardar las plantillas hay que añadir:

[XmlIgnore]

You might also like