Learn how to build powerful trading strategies
Welcome to the Trading Strategy Builder! This visual workflow editor lets you create, test, and deploy automated trading strategies for crypto exchanges without writing code.
💡Tip: Start with a pre-built template from the Templates gallery to learn by example
Blocks are the building units of your strategy. Each block performs a specific action like placing an order, checking a condition, or waiting for a time interval.
Connections define the execution flow between blocks. The strategy executes blocks in the order determined by these connections.
Before running a strategy, the validator checks for errors like missing required fields or invalid connections to prevent execution failures.