Tab: Risk
Core risk management — how much to risk per trade and how orders are executed
Risk Mode
Determines how lot sizes are calculated for each trade. Three modes are available:
- MANUAL — Uses the fixed lot size defined in the Lots tab. Completely independent of account balance.
- PERCENTAGE — Automatically calculates the lot size to risk a percentage of your account balance on each trade (requires a valid SL in the signal).
- MONEY — Calculates the lot size to risk a fixed amount in your account currency (requires a valid SL in the signal).
Execution Mode
Controls whether the EA opens a single order or a grid of multiple orders per signal.
- GRID — Opens multiple orders (defined by Total Orders) spread across price levels. Ideal for averaging strategies.
- SINGLE_ORDER — Opens exactly one order per signal at the signal's entry price. Simple and clean execution.
Risk Percentage
The percentage of account balance to risk per trade. Only active when Risk Mode = PERCENTAGE.
Risk in Currency
Fixed amount in your account currency to risk per trade. Only active when Risk Mode = MONEY.
Risk Tolerance Min / Max
Acceptable lot size range when auto-calculating risk. If the ideal calculated lot falls within ±5% of a broker's allowed lot step, the EA accepts the nearest valid lot. Prevents rejected orders due to lot precision mismatches.