Update description for HILO Index indicator

This commit is contained in:
moshferatu 2024-11-19 06:13:49 -08:00
parent 1f6e8ea626
commit 8f08237d75

View File

@ -16,7 +16,7 @@ namespace NinjaTrader.NinjaScript.Indicators
if (State == State.SetDefaults) if (State == State.SetDefaults)
{ {
Name = "HILO Index"; Name = "HILO Index";
Description = @""; Description = @"New 52-Week Highs - New 52-Week Lows";
Calculate = Calculate.OnPriceChange; Calculate = Calculate.OnPriceChange;
IsOverlay = false; IsOverlay = false;