# 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) ---