Execution Nodes
Nodes that send orders to the exchange.
Important
Execution nodes only trigger when their Trigger input receives a True signal. If the signal remains True for multiple candles, the behavior depends on the node configuration (usually "Once per signal" vs "Every tick").
Market Orders
Market orders execute immediately at the current market price.
Buy Market
Opens a Long position (or closes a Short).
- Trigger: Boolean signal.
- Quantity: Optional. If not set, uses default sizing from Strategy Settings.
Sell Market
Opens a Short position (or closes a Long).
- Trigger: Boolean signal.
- Quantity: Optional.
Limit Orders
Limit orders allow you to set a specific price at which you want to buy or sell.
Limit Buy / Sell
Places an order in the order book.
- Trigger: Boolean signal.
- Price: The limit price.
- Quantity: The amount to trade.
Risk Management
Close Position
Immediately closes any open position for the current symbol.
- Trigger: Boolean signal (e.g., Stop Loss hit).