diff --git a/indicators/percent-rank/PercentRank.cs b/indicators/percent-rank/PercentRank.cs index 3c921ee..83a86ce 100644 --- a/indicators/percent-rank/PercentRank.cs +++ b/indicators/percent-rank/PercentRank.cs @@ -17,8 +17,8 @@ namespace NinjaTrader.NinjaScript.Indicators { if (State == State.SetDefaults) { - Description = @"Calculates the percent rank of the provided input series over the specified period"; Name = "Percent Rank"; + Description = @"Calculates the percent rank of the provided input series over the specified period"; Calculate = Calculate.OnBarClose; IsOverlay = false; DisplayInDataBox = true;