CATEGORY
Execution nodes
7 Execution building blocks in the Algovex node library. Each is a node you can drop on the visual canvas, connect into a strategy, backtest and export. No code required.
DCA (Dollar-Cost Averaging)
Accumulates the risk-managed position size into ONE averaged position on a schedule — by calendar (e.g. every Monday), fixed bar interval, or on each price drop — up to a count or duration cap, then holds. Tracks the running average entry price. Position size comes from the strategy Risk and Money-Management panel, not from this node.
Execution Emergency Close
Immediately closes all positions when a panic signal fires or maximum drawdown threshold is hit. Use as a circuit-breaker safety node to protect against catastrophic losses during extreme market events or system malfunctions.
Execution Position Exit
Handles full or partial position exits using market or limit orders based on trigger signals. Use as the exit execution node in any strategy workflow — connect exit conditions or stop/TP triggers to this node to actually close the trade.
Execution Position Modify
Updates stop-loss and/or take-profit levels of an existing position when a modify signal is triggered.
Execution Scale In
Manages pyramiding by computing the next scale-in target price and volume, emitting optional execution triggers when price reaches the next level.
Execution Scale Out
Manages partial exits by computing step-based profit targets and emitting an execution intent when the next target is reached.
Lump Sum (Full Allocation)
Deploys the full risk-managed allocation in a SINGLE entry on the first bar that satisfies the start trigger, then never re-enters (one-shot). The deliberate counterpart to DCA — use both with the same capital and start to compare lump-sum vs dollar-cost-averaging. Position size comes from the strategy Risk and Money-Management panel.
Explore other categories