Remove unnecessary conditional from OnStateChange() in Bearish Engulfing strategy
This commit is contained in:
parent
2e6e828126
commit
a56b85e29f
@ -15,9 +15,6 @@ namespace NinjaTrader.NinjaScript.Strategies
|
||||
Calculate = Calculate.OnBarClose;
|
||||
EntriesPerDirection = 1;
|
||||
}
|
||||
else if (State == State.Configure)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnBarUpdate()
|
||||
|
Loading…
Reference in New Issue
Block a user