Between the two strategies, I did not make any changes to this area though. Any ideas what would cause this?
This is where i have BarsRequiredToTrade
else if (State == State.Configure)
{
//AddDataSeries(BarsPeriodType.Tick, 1); // Secondary series with tick bars (or any other desired granularity)
BarsToLoad = BarsBack;
BarsRequiredToTrade = 1; // Set the desired number of bars required to trade
/*
if (NoTradeTimes != "0")
{
ParseNoTradeTimes();
}*/
// Initialize the EMA indicator

Comment