From 18768d3a76a61872f196e1c2aac4d09c0916a560 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 9 Jan 2025 08:30:44 -0800 Subject: [PATCH] Add plots 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 d9fd2e6..f768a15 100644 --- a/indicators/percent-rank/README.md +++ b/indicators/percent-rank/README.md @@ -8,4 +8,8 @@ By default it operates on closing prices, but it can be applied to any input ser **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) + --- \ No newline at end of file