From 49d3bb23fd0c12ef20d1fb4f253768f1c254cebc Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 19 Nov 2024 06:18:50 -0800 Subject: [PATCH] Add description, parameters, and plot to HILO Index indicator documentation --- indicators/hilo-index/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/indicators/hilo-index/README.md b/indicators/hilo-index/README.md index 4215a73..0cb9b2a 100644 --- a/indicators/hilo-index/README.md +++ b/indicators/hilo-index/README.md @@ -1,3 +1,13 @@ # HILO Index +The HILO Index is an indicator calculated based on the difference between the **New 52-Week Highs** and **New 52-Week Lows**. + +## Parameters + +N / A + +## Plots + +**HILO Index**: The difference between the **New 52-Week Highs** and **New 52-Week Lows**. (Default: Yellow Solid Line 3px) + --- \ No newline at end of file