Hi @103008605878710803052, this can be achieved in Automate with a combination of nodes:
For the EMA crossover exit, use an Indicator with Indicator node.
For the 30-minute exit after entry, use a Wait node followed by your exit action. Since your exit should happen on whichever condition occurs first, you can combine the exit logic accordingly.
To stop trading after 2:30 PM, use the Stop Automation node (with or without the Square Off option, based on your requirement).
For the 11:00 AM to 12:00 PM trading pause, this isnβt directly supported in a single automation. A practical approach is to:
Run the first automation until 11:00 AM.
Create a copy of the same strategy scheduled to start at 12:00 PM.
If you get stuck at any step, feel free to let me know. Happy to help!