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.
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.
Author a quick rule
Open Quick rule and type a one-liner:The platform parses it into a structured Strategy IR. Pick the firm + account size
you want to test against, click Backtest.
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).
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.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.
