Home / Documentation / Robot settings guide
Robot settings guide
Choose the right risk source, price mode, symbol routing and news filter for each connected account.
Updated 6/11/2026 11:41 PM
Goal
Understand each robot setting available in the client area and choose values that match your strategy. Everything is configured per account from Accounts: unfold the account card, then open the robot settings block. After Save settings, the configuration version increases and the robot applies it automatically — no restart needed.
1. Risk and orders
Risk sourcedecides how the robot sizes each position. "Risk" always means the loss if the stop loss is hit.TradingView percentageuses theriskvalue sent by the alert, as a percentage of the account balance. Example:risk=1risks 1% of the balance.Fixed amountignores the alert value and risks the same fixed amount on every order, in the account currency. Set it inFixed risk amount: with100, the robot sizes the lots so a stop-loss hit loses about 100.- Risk-based sizing uses the stop-loss distance, so always send a
slvalue with your alerts. Multiple trades / day: when disabled, a second alert on the same symbol during the same UTC day is rejected until 00:00 UTC. Keep it enabled for strategies that re-enter.Price modedefines how the robot readssl,tpand pending-orderpricevalues:Absolute price(exact market price, e.g.1.0750),Pips(distance from entry, e.g.20) orPercentage(% from the entry price, e.g.0.5). It must match what your TradingView alerts send.Order reject timeoutis the number of seconds the robot waits for an order to be opened before treating it as rejected.
2. Symbols
Attached mapping listtranslates the symbols of your alerts into the exact names used by your broker, for exampleUS100=NAS100orXAUUSD=XAUUSD.a. Lists are created on theSymbol mappingpage and one list can be reused by several accounts.Auto-resolve broker symbollets the robot try common broker suffixes (.m,.pro, …) when an alert symbol is not found. Keep it enabled to avoid most "symbol not found" rejects; disable it only if the mapping list must be the single source of truth.
3. News filter
Avoid high-impact newsblocks new trades around economic announcements.Included impactsselects which announcement levels count — starting with high impact only is a sensible default.Limit currenciesrestricts the filter to the listed currencies (USD,EUR,GBP); leave it empty to cover all currencies.Minutes before / afterdefine the protection window around each announcement.Auto-close open positionsalso closes trades already open on the affected currencies, with its own before/after window — not just blocking new entries.
Safe starting configuration
Risk source:TradingView percentagewithrisk=1in the alerts (1% per trade)Price mode: aligned with your alerts —Pipsif they send distances,Absolute priceif they send market pricesMultiple trades / day: enabledAuto-resolve broker symbol: enabled, plus a mapping list when your broker uses different symbol names- News filter: optional; if enabled, start with high impact only and 15–30 minutes before/after
Validate your configuration
- Save, then send a test alert built with the generator in the
Connect TradingViewblock, or place a manual order fromOrders - Read
Transactionsto confirm the webhook arrived, thenOrdersto confirm the execution - The
Configuration versionshown on the account card increases at every save; the robot uses it to confirm it runs your latest settings
Need a broker-specific edge case? Contact support