Where strategies come from
Quick rule
One-line natural language. Parsed into a single-block IR.
Visual builder
Drag indicator/entry/exit nodes onto a DAG. Compiled to IR on save. (Beta)
Code editor
Author cAlgo C# directly with Glitch Trade’s SDK + firm-rule linter. (Pro+ tier)
What the IR contains
Every strategy IR has these sections:instruments— symbol + timeframe pairs (e.g.EURUSD/h1)indicators— optional named indicators (SMA, EMA, ADX, ATR, RSI, MACD, BB, Stoch, VWAP)entries— when to open a position, which side, what sizeexits— stop-loss, take-profit, partial TP, trailing, time stop, limitsizing— risk-per-trade defaultguards— optional firm-rule constraints (FundingPips, FTMO, MFF, Apex, The5ers, GetLeveraged)
