LogoEdgeKeeper
/Node Reference
/Input Nodes

Input Nodes

Nodes that provide data to your strategy.

Candle Data

The Candle Data node is the primary source of market data. It fetches OHLCV (Open, High, Low, Close, Volume) data for a specific symbol and timeframe.

Outputs

  • Open (Number): The opening price.
  • High (Number): The highest price.
  • Low (Number): The lowest price.
  • Close (Number): The closing price.
  • Volume (Number): The trading volume.

Parameters

  • Symbol: The trading pair (e.g., BTC/USD).
  • Timeframe: The candle duration (e.g., 1m, 5m, 1h, 1d).

Constant Nodes

Use these nodes to provide fixed values to your strategy parameters.

Number Node

Outputs a specific number (e.g., 14 for an RSI period).

Boolean Node

Outputs True or False.

String Node

Outputs a text string.