Forge Strategies,
Without Code.

The first professional-grade visual rule engine for algorithmic trading. Define conditions, variables, and data frames with an intuitive canvas.

Strategy Editor Mockup

Powered by a Six-Level Hierarchy

A rigorous architecture for absolute control over execution logic.

Strategy

The top-level container holding global settings like default symbol, timeframe, capital, and execution priority mode.

Data Frame

Strategy-scoped named data sources defining the instrument, session, timeframe, and data provider overrides.

Rule

Independent execution units, each with its own trigger, evaluating isolated conditions to determine when to act.

Condition

Boolean gates that filter rule execution, combining indicators, price fields, and operators mathematically.

Signal

The atomic actions executed sequentially when a rule matches, handling orders, alerts, and variable states.

ƒ

Variable

Strategy-scoped named values persisting bar-to-bar. Act as formula arguments or targets written by signals.