Patterns the parser understands
Optional size suffixes
Append any of:with 0.01 units— fixed-units sizingwith 0.5 lots— fixed-lots sizingwith 0.5% risk— risk per trade as a fraction of account equity
What the parser produces
Behind the scenes the rule becomes a Strategy IR document — JSON describing the instrument, entry condition, exit condition, sizing, and any firm guards you’ve enabled. You can view the IR by saving the strategy and opening Strategy IR (JSON) on the detail page.Honest limits
Quick rules are price-trigger style: they have no stop-loss by default. The backtester surfaces this clearly when it detects hidden losses: For strategies that need stops, partial take-profits, or trailing logic, use the visual builder or the code editor (both ship in later releases). Quick rules are the on-ramp.Next
Firm Mode
Add prop-firm rule guardrails to any quick rule.
Backtest
How the simulator works and how to read the result.
