Don't suspend the indicator while inactive
This commit is contained in:
parent
f39cf6aae9
commit
5886032e88
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user