Skip to main content
The shortest path from zero to a running automation on your own account.
1

Sign in

Open trade.glitchexecutor.com/app. Sign in with Google (one click) or your existing Glitch Executor SSO account. There’s no separate signup form — single sign-on across the Glitch Executor surface.
2

Connect a broker

Open Settings in the sidebar.Pick the connection style that matches your trust preference:
  • cTrader — most trust-friendly. OAuth, read-only.
  • TradeLocker / DXtrade — username + password exchanged once for a refresh token; the password is discarded immediately.
  • MT4 / MT5 via MetaApi — bridges any MetaTrader broker (ICMarkets, Pepperstone, FTMO, MyForexFunds, GetLeveraged) through MetaApi.cloud.
See Brokers for the per-integration trust posture.
3

Author a quick rule

Open Quick rule and type a one-liner:
buy BTCUSD at 80000, sell at 81000
The platform parses it into a structured Strategy IR. Pick the firm + account size you want to test against, click Backtest.
4

Review the backtest

The result tile shows verdict (PASSES / TERMINATED / alive), total return, max daily loss, trades closed, ending balance, and HWM. If the rule has no stop-loss, a red banner warns about hidden losses (why).
5

Deploy to cTrader

Save the strategy. Click Download .cs. The platform compiles your rule into a cAlgo cBot. Open cTrader Desktop, drag the .cs file into the Automate panel, click Add → Start on your account. Done.
6

Watch it on Track

Back in the app, the Track view (the /app home) shows every connected account with live balance, day P&L, drawdown, and — if you’ve tagged the account with a firm — breach distance. Refreshes every 30 seconds.

Where to go next

Quick rules — the full grammar

Every pattern the parser accepts.

Firm Mode — what the gauges mean

Trailing vs static drawdown, payout countdowns, consistency rules.