From 8f08237d75f6ab6ceb71239a491cf4c598585b32 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 19 Nov 2024 06:13:49 -0800 Subject: [PATCH] Update description for HILO Index indicator --- indicators/hilo-index/HILOIndex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicators/hilo-index/HILOIndex.cs b/indicators/hilo-index/HILOIndex.cs index 573acba..3ab0f22 100644 --- a/indicators/hilo-index/HILOIndex.cs +++ b/indicators/hilo-index/HILOIndex.cs @@ -16,7 +16,7 @@ namespace NinjaTrader.NinjaScript.Indicators if (State == State.SetDefaults) { Name = "HILO Index"; - Description = @""; + Description = @"New 52-Week Highs - New 52-Week Lows"; Calculate = Calculate.OnPriceChange; IsOverlay = false;