Safety
Six layers stand between an idea and your money.
Every trade must pass all of them. The intelligence can become smarter over time; it cannot become more powerful, because the layers that protect your account are not the intelligence's to change.
The protection chain
What a trade has to survive before it exists.
Risk protection
The limits that are enforced, not promised.
- Stop-loss
- Attached to every trade at the broker, never optional
- Per-trade risk
- A bounded fraction of the room your account actually has
- Daily protection
- Loss and loss-streak guards pause trading before the day gets away
- Prop-firm lines
- Daily loss and max drawdown treated as hard stops, with margin before them
- Weekend and session guards
- No new entries into closed or dangerous conditions
- Kill switch
- You can stop the bot at any time. Closing MT5 stops execution too
Losses remain possible. Gold is volatile, and no risk layer makes losing impossible. What the chain guarantees is that a loss stays inside boundaries you can see in advance.
Security and isolation
Your account is yours, in software terms too.
Tenant isolation
Every request is scoped to your account. Cross-tenant access is tested for continuously, including with adversarial red-team tests in the codebase.
Credentials
RSForex never sees your broker password. The EA works inside your logged-in terminal; log out and nothing can trade.
Signed execution
Commands to your terminal are signed and account-specific through RSCL. A command for another account is rejected by design.
Data minimisation
The platform reads what safety and execution need: prices, spread, balance, equity, positions on the managed symbol. The full data map is public.
Recovery
Restarts and disconnects are detected and repaired. Open positions keep their stops at the broker throughout, so protection does not depend on the connection.
Rollback
Every platform release ships with a tested rollback path, and strategy changes pass evidence gates and shadow evaluation before touching live accounts.
Who is in control
The powers you keep, always.
Read the risk disclosure before you trade.
Automated gold trading carries a real risk of loss. The disclosure explains it plainly, and access is complimentary either way.