Make the indicator overlay the chart by default
This commit is contained in:
parent
0507316830
commit
03a414a933
@ -53,7 +53,7 @@ namespace NinjaTrader.NinjaScript.Indicators
|
||||
Description = @"Plots the top N components (weighted by market cap) of the specified index.";
|
||||
Name = "Index Top N";
|
||||
Calculate = Calculate.OnPriceChange;
|
||||
IsOverlay = false;
|
||||
IsOverlay = true;
|
||||
DisplayInDataBox = true;
|
||||
DrawOnPricePanel = true;
|
||||
ScaleJustification = ScaleJustification.Overlay;
|
||||
|
Loading…
Reference in New Issue
Block a user