From 65ea4a7bf5ae4d69bf7e21f37174729c5c23b860 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:29:40 -0800 Subject: [PATCH] Add parameters to Percent Rank indicator documentation --- indicators/percent-rank/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indicators/percent-rank/README.md b/indicators/percent-rank/README.md index b504398..d9fd2e6 100644 --- a/indicators/percent-rank/README.md +++ b/indicators/percent-rank/README.md @@ -4,4 +4,8 @@ The Percent Rank indicator calculates the percentage of input values which are l 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) + --- \ No newline at end of file