Make the indicator overlay the chart by default

This commit is contained in:
moshferatu 2024-03-12 14:15:39 -07:00
parent 0507316830
commit 03a414a933

View File

@ -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;