DocsUtility Nodes

Utility Nodes

General-purpose data manipulation, channel access, alerting and transformation

Utility nodes are the connective tissue of a strategy graph. They don't compute indicators — they reshape, inspect, and route data, letting you access specific fields from OHLCV sources, shift series in time, apply rolling or block statistics, broadcast constants, and fire alerts to external services.

Available Nodes

Common Patterns

1
ExtractUse Get Value to pull a specific OHLCV field or named output from any upstream node as a scalar or aligned series.
2
TransformUse Shift to lag/lead a series, Serializer to inject a constant, or Rolling Fn / Partition Fn to apply statistics over time.
3
FilterWire Candle Color into a Logic Compare or boolean node to allow trades only on candles matching your desired direction.
4
AlertConnect a logic signal to Notifier so that your strategy sends a Telegram message or HTTP webhook the moment a condition fires.