ninjatrader/indicators/percent-rank
2025-01-09 08:29:40 -08:00
..
PercentRank.cs Rename percent rank period parameter 2025-01-09 08:28:55 -08:00
README.md Add parameters to Percent Rank indicator documentation 2025-01-09 08:29:40 -08:00

Percent Rank

The Percent Rank indicator calculates the percentage of input values which are less than the current value over some specified period.

By default it operates on closing prices, but it can be applied to any input series.

Parameters

Period: The period over which to calculate the percent rank. (Default: 100)