Improvements:
----> Now displays opening of New-York and London markets (green if open/ red if closed)
----> You can unactivate trading with AllowTrade=false
----> offers the possibility to trade in a user defined time interval, by defining the 2 variables GMT_TradingStartTime and GMT_TradingEndTime. This option can be unactivated by checking ForceTradingTime=true
Broker GMT offset should be defined and the 3 DST.... variables be set to true if daylight saving time. You can choose not to show the clock with ShowClock=false
----> offers the possibility to open trades only if a minimum volume is reached... That volume is defined by the variable VolumeMinLevel. If you check Unactivate_VolumeMinLevel=false, that parameter will be ignored. (default value is set to true)
----> offers the possibility to deactivate the 61 CCI with the option Unactivate_CCI_Entry=true (default value is set to false)
Bug fixes:
----> now check if stop loss are allowed by your broker, and if it is too low, will automatically replace the user defined value by the minimal value allowed
Have fun
Cheers
PS/ about the extremely slow processing of your backtest, have you checked if you run the last version of Empty4 (build 409) ? I m not sure if it comes from that, but...