To simplify interaction with a complex system, Cycle Constructor is divided into five main components:
1. Signal Setup
Define how TradingView alerts are received, interpreted, and validated.
2. Bot Setup
Configure the bot identity, market type, order behavior, and balance allocation.
3. Positioner
Control how positions are opened, scaled, or adjusted across cycles.
3. Function Setup
Assign and arrange logical functions that modify execution behavior.
3. Verification
Validate configuration integrity before activation to reduce execution risk.
In addition, users can manage Saved Functions for reuse across multiple strategies.