From 5886032e88c950fb1aee1598773616f0e0877e0f Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 5 Oct 2023 05:48:32 -0700 Subject: [PATCH] Don't suspend the indicator while inactive --- indicators/VPOC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)