Update description for HILO Index indicator
This commit is contained in:
parent
1f6e8ea626
commit
8f08237d75
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user