Use correct indicator name in group name property
This commit is contained in:
parent
6d184fed63
commit
964108ed29
@ -82,12 +82,12 @@ namespace NinjaTrader.NinjaScript.Indicators
|
||||
|
||||
[NinjaScriptProperty]
|
||||
[Range(1, int.MaxValue)]
|
||||
[Display(Name = "ATR Period", Description = "Period for the ATR calculation", GroupName = "ADR Regime", Order = 1)]
|
||||
[Display(Name = "ATR Period", Description = "Period for the ATR calculation", GroupName = "ATR Regime", Order = 1)]
|
||||
public int ATRPeriod { get; set; }
|
||||
|
||||
[NinjaScriptProperty]
|
||||
[Range(1, int.MaxValue)]
|
||||
[Display(Name = "Rank Period", Description = "Period for the percent rank lookback", GroupName = "ADR Regime", Order = 2)]
|
||||
[Display(Name = "Rank Period", Description = "Period for the percent rank lookback", GroupName = "ATR Regime", Order = 2)]
|
||||
public int RankPeriod { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user