Working with Nodes
Nodes are the building blocks of your trading strategy. Each node performs a specific function and can be connected to create complex logic.
Node Anatomy
Every node has these components:
Title Bar
Shows node name and type. Double-click to rename.
Input Ports
Left-side circles that receive data from other nodes
Output Ports
Right-side circles that send data to other nodes
Status Indicator
Color shows node state (gray=idle, green=active, red=error)
Node Categories
Source nodes that provide market data:
- Price Data: OHLCV candles from any exchange
- Order Book: Real-time bid/ask depth
- Trades: Individual transaction stream
- Funding Rate: Perpetual futures funding
Configuring Nodes
How to Configure a Node
Select the Node
Click on it to highlight and show properties panel
Open Properties
The right sidebar shows all configurable parameters
Adjust Parameters
Modify values using sliders, inputs, or dropdowns
Instant Apply
Changes apply immediately - no save button needed
Node States
Understanding status colors:
| Color | State | Meaning |
|---|---|---|
| Gray | Idle | Waiting for input data |
| Blue | Processing | Currently calculating |
| Green | Active | Outputting valid data |
| Yellow | Warning | Check configuration |
| Red | Error | Invalid setup or error |
If a node shows red, click it to see the error message in the properties panel. Common issues include missing connections or invalid parameter values.