diff --git a/indicators/VPOC.cs b/indicators/VPOC.cs index 20bec6c..a90fadb 100644 --- a/indicators/VPOC.cs +++ b/indicators/VPOC.cs @@ -52,7 +52,7 @@ namespace NinjaTrader.NinjaScript.Indicators IsOverlay = true; DrawOnPricePanel = true; ScaleJustification = ScaleJustification.Right; - IsSuspendedWhileInactive = true; + IsSuspendedWhileInactive = false; VPOCStroke = new Stroke(Brushes.Yellow, DashStyleHelper.Solid, 3); } else if (State == State.Configure)