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;