Trivial re-ordering of parameters in percent rank indicator
This commit is contained in:
parent
8924d8b94e
commit
debe913627
@ -17,8 +17,8 @@ namespace NinjaTrader.NinjaScript.Indicators
|
|||||||
{
|
{
|
||||||
if (State == State.SetDefaults)
|
if (State == State.SetDefaults)
|
||||||
{
|
{
|
||||||
Description = @"Calculates the percent rank of the provided input series over the specified period";
|
|
||||||
Name = "Percent Rank";
|
Name = "Percent Rank";
|
||||||
|
Description = @"Calculates the percent rank of the provided input series over the specified period";
|
||||||
Calculate = Calculate.OnBarClose;
|
Calculate = Calculate.OnBarClose;
|
||||||
IsOverlay = false;
|
IsOverlay = false;
|
||||||
DisplayInDataBox = true;
|
DisplayInDataBox = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user