CATEGORY

Entry & Exit nodes

13 Entry & Exit 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.

  • Execution Position Entry

    Creates market or limit order entries with direction resolution from connected signals. Limit orders remain pending until price reaches the level. Use as the primary entry execution node in any strategy — wire entry triggers and sizing to this node.

  • Execution Stop Order Entry

    Places a stop order entry intent that stays pending until price touches the stop level. Use for breakout entries where you want to enter only when price breaks through a key level (e.g., above resistance for longs, below support for shorts).

  • Exit ATR Stop

    Alias of Volatility Stop. ATR-based trailing stop providing long/short levels, trend state, and optional trigger events for exits.

  • Exit Breakeven

    Activates a breakeven protection level once price reaches a profit threshold (ATR-based) and optionally offsets by a buffer.

  • Exit Condition

    Issues an exit intent when a connected boolean condition meets the configured trigger policy. Use to close positions based on any indicator or logic condition (e.g., exit when RSI crosses overbought, or when a regime change is detected).

  • Exit Partial

    Scales out of an open position at staged profit targets (e.g., close 50% at 1R, 25% at 2R). Use for multi-target profit-taking strategies that lock in gains progressively while letting a runner capture extended moves.

  • Exit Stoploss

    Stop-loss calculator supporting ATR, percent, fixed, and trailing methods. Produces a deterministic stop level and optional trigger when the stop is hit.

  • Exit Takeprofit

    Take-profit calculator for RR, ATR, percent, and fixed targets with optional reach/touch/cross triggers.

  • Exit Time Based

    Time-driven exit that closes positions after N bars held, at a specific time of day, or near the weekly close. Use to enforce maximum trade duration, avoid overnight/weekend risk, or exit before known high-impact events.

  • Flip Entry

    Generates entry and exit flip signals when an opposite-side signal is detected (long signal during short position, or vice versa). Use for always-in-market strategies that reverse direction rather than going flat between trades.

  • Grid Entry

    Generates evenly spaced price grid levels around a midpoint and detects when price touches or breaks through each level. Use for grid trading strategies that place orders at regular intervals, or as a level-generation tool for DCA entry plans.

  • Swing Stop-Loss

    Places the stop-loss (or take-profit) at the most recent SIGNIFICANT swing on the trade's side — for a long, the last swing LOW below entry; for a short, the last swing HIGH above. Or anchor at the entry/signal candle instead. Side-aware and fixed at the entry bar (it does not drift). The classic "stop just below the last swing low" placement, with an optional ATR or percent buffer for stop-hunt protection. No wiring needed.

  • Wired Structure Stop

    A structure stop you WIRE from other nodes: take a structure level from e.g. Range Extreme (or any level node) as the stop, with trailing or fixed mode, an on_new_structure trigger, and a structureLevel output you can feed onward. Use this when the stop level comes from another node or you need finer control. For the simple self-contained "stop just below the last swing low / signal candle", use the Swing Stop-Loss node instead.

Explore other categories