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.";
|
Description = @"Plots the top N components (weighted by market cap) of the specified index.";
|
||||||
Name = "Index Top N";
|
Name = "Index Top N";
|
||||||
Calculate = Calculate.OnPriceChange;
|
Calculate = Calculate.OnPriceChange;
|
||||||
IsOverlay = false;
|
IsOverlay = true;
|
||||||
DisplayInDataBox = true;
|
DisplayInDataBox = true;
|
||||||
DrawOnPricePanel = true;
|
DrawOnPricePanel = true;
|
||||||
ScaleJustification = ScaleJustification.Overlay;
|
ScaleJustification = ScaleJustification.Overlay;
|
||||||
|
Loading…
Reference in New Issue
Block a user