ninjatrader/indicators/percent-rank/README.md

19 lines
557 B
Markdown
Raw Normal View History

# 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)
## Plots
**Percent Rank**: The percent rank of each value of the input series. (Default: Yellow 3px Line)
## Screenshots
![Percent Rank](https://static.moshington.com/images/indicators/percent-rank/percent-rank.png)
---