Documentation

Learn how to build powerful trading strategies

Getting Started

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.

Quick Start

  1. 1Drag blocks from the left sidebar onto the canvas
  2. 2Connect blocks by dragging from output to input handles
  3. 3Click a block to configure its properties in the right panel
  4. 4Validate your strategy and export to JSON or TypeScript

💡Tip: Start with a pre-built template from the Templates gallery to learn by example

Core Concepts

Blocks

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

Connections define the execution flow between blocks. The strategy executes blocks in the order determined by these connections.

Validation

Before running a strategy, the validator checks for errors like missing required fields or invalid connections to prevent execution failures.