Trivial re-ordering of parameters in percent rank indicator

This commit is contained in:
moshferatu 2025-01-09 08:21:02 -08:00
parent 8924d8b94e
commit debe913627

View File

@ -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;