Visual Builder3 min read

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

1

Select the Node

Click on it to highlight and show properties panel

2

Open Properties

The right sidebar shows all configurable parameters

3

Adjust Parameters

Modify values using sliders, inputs, or dropdowns

4

Instant Apply

Changes apply immediately - no save button needed

Node States

Understanding status colors:

ColorStateMeaning
GrayIdleWaiting for input data
BlueProcessingCurrently calculating
GreenActiveOutputting valid data
YellowWarningCheck configuration
RedErrorInvalid setup or error
Important

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.