Remove unnecessary conditional block from Internal Bar Strength indicator
This commit is contained in:
parent
866aa0d3db
commit
2bb9fbdca9
@ -24,9 +24,6 @@ namespace NinjaTrader.NinjaScript.Indicators
|
||||
|
||||
AddPlot(new Stroke(Brushes.Yellow, DashStyleHelper.Solid, 3), PlotStyle.Line, "Internal Bar Strength");
|
||||
}
|
||||
else if (State == State.Configure)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnBarUpdate()
|
||||
|
Loading…
Reference in New Issue
Block a user