Action Nodes
Trade execution, position management, and brokerage connectivity
Action nodes are the execution layer of a strategy graph. They translate indicator signals and risk rules into concrete trading actions — opening and closing positions, managing stop levels, scaling in or out of trades, and routing live orders to a connected brokerage.
Available Nodes
Open Position
EntryOpens a long or short position using any of eight order types (market, limit, stop, stop-limit). Connects to a Price source and optional Take Profit and Stop Loss nodes, then triggers on an entry signal.
Close Position
ExitCloses the current open position at market price when the connected signal becomes truthy. Use this for time-based or indicator-driven exits independent of the TP/SL wired into Open Position.
Close All Positions
ExitCloses every open position simultaneously when triggered. Useful for end-of-day flat rules, kill-switch logic, or emergency exits driven by a single condition.
Break Even
Risk ControlMoves the active Stop Loss to the entry price (break even) when the connected signal fires. Eliminates downside risk on winning trades once a threshold is reached.
Trailing Stop
Risk ControlDynamically adjusts the Stop Loss as price moves in your favour. Supports percentage-based and fixed-distance trailing. The stop only ever moves forward — never backward.
Scale In
Position SizingAdds contracts or a percentage of equity to an existing open position when triggered. Supports market, limit, and stop order types with independent commission and slippage settings.
Scale Out
Position SizingReduces an open position by a fixed quantity or percentage when triggered. Lets you lock in partial profits or de-risk progressively as the trade develops.
Broker
ExecutionRoutes the Open Position node's signal to a live or paper-trade brokerage. Supports Paper Trade, Interactive Brokers, Alpaca, Binance, Coinbase, OANDA, and more.