Hi! I would like to code my system for a specific time. I want my system to only trade between 09300 – 2200 so for that i use: DEFPARAM FLATBEFORE = 093000 DEFPARAM FLATAFTER = 220000 But i also want it to pause between 1400-1600 in the middle of the day and close positions if i have any open. How do i code this? Thanks