š Strategy Builder Guide
Learn how to create your own automated trading strategies using the node-based strategy builder.
1. Strategy Builder Structure
A strategy consists of 3 types of elements:
Indicator Nodes
Technical indicators like RSI, MACD, Bollinger Bands
Logic Gates
Combine conditions with AND, OR
Action Nodes
Execute buy, sell orders
2. Adding and Connecting Nodes
- Drag the desired indicator from the Indicator Library to the canvas
- Click the node to configure detailed settings (period, value, timeframe, etc.)
- Click the circle handle on a node to connect it to the next node
- Finally connect to a Buy/Sell Action Node
š” Tip: When connecting nodes, hover precisely over the handle to see the crosshair cursor.
3. Example: RSI Oversold Strategy
The most basic strategy:
Interpretation: Automatically execute a buy order when RSI drops below 30 (oversold condition).
4. Multi-Coin Support
You can run multiple coins simultaneously with a single strategy:
- Click Symbol Selection in strategy settings
- Select multiple coins (e.g., BTCUSDT, ETHUSDT, BNBUSDT)
- The same strategy logic applies independently to each coin
5. Timeframe Settings
You can set individual timeframes for each indicator node:
- 1m, 5m, 15m: Short-term scalping
- 1h, 4h: Swing trading
- 1d: Long-term investment
6. Advanced Settings
Slippage Tolerance
Allowed difference between order price and fill price (e.g., 0.1%)
Order Type
Market (MARKET), Limit IOC (LIMIT_IOC), Limit GTC (LIMIT_GTC)
Wallet Selection
Choose between USDT or USDC wallet
7. Save and Activate
- Click the Save button at the top to save the strategy
- Enter a strategy name (e.g., "BTC RSI Strategy")
- Toggle the switch in the strategy list to activate
Activated strategies monitor the market in real-time and automatically execute trades when conditions are met.
8. AI Strategy Generation (Chat-to-Strategy)
Describe your strategy in natural language and AI will automatically generate the strategy blocks:
Example Input:
"A strategy that buys when RSI is below 30 and sells when above 70"- Click the AI Chat button in the strategy builder
- Describe your desired strategy in natural language
- Review and modify the AI-generated strategy blocks
- Save and activate
Need additional help?