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)
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user