Trivial hyphenation in parameter name
This commit is contained in:
parent
2b4fa001f5
commit
922a913d07
@ -91,7 +91,7 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
}
|
}
|
||||||
|
|
||||||
[NinjaScriptProperty]
|
[NinjaScriptProperty]
|
||||||
[Display(Name = "Long Term Trend Period", GroupName = "VIX Stretches Bot", Order = 1)]
|
[Display(Name = "Long-Term Trend Period", GroupName = "VIX Stretches Bot", Order = 1)]
|
||||||
public int LongTermTrendPeriod { get; set; }
|
public int LongTermTrendPeriod { get; set; }
|
||||||
|
|
||||||
[NinjaScriptProperty]
|
[NinjaScriptProperty]
|
||||||
|
Loading…
Reference in New Issue
Block a user