Risk Management
Daily drawdown protection
How daily drawdown protection blocks new trades once a configured equity loss threshold is hit for the day.
Max daily drawdown is configured in the EA setup inputs as Max daily drawdown %. When enabled, the EA uses the day's starting balance as the reference point and blocks new trade execution if equity loss for the day exceeds that percentage. Existing positions are left to their SL/TP or trailing stop; DD protection does not force-close.
The EA checks this before executing queued manual or webhook trades, so dashboard-submitted trades cannot bypass it.