if ((Stop_Trading == false)
&& (SystemPerformance.AllTrades.TradesPerformance.Ticks.CumProfit > Realized_Profit_Ticks)
&& (Times[0][0].TimeOfDay > Start_Time.TimeOfDay)
&& (Times[0][0].TimeOfDay < End_Time.TimeOfDay)
&& (Trades_Have_Occured == true))
​
Comment