From c26a19a4c191af2f91b27510fea1320a4ab864bf Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:24:50 -0800 Subject: [PATCH] Add description 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 3546748..b504398 100644 --- a/indicators/percent-rank/README.md +++ b/indicators/percent-rank/README.md @@ -1,3 +1,7 @@ # 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. + --- \ No newline at end of file