Skip to main content

Once per Trade

Avoid repeated actions by limiting execution to once per trade.

Updated over 9 months ago

Purpose

The Once per Trade block ensures that connected actions execute only once per trade, preventing repeated triggers.

How It Works

  • Tracks which trades have already passed through the logic.

  • Stops duplicate executions for the same trade.

  • Works best with modifications or trailing logic.

Use Case

  • Prevents stop-loss from being adjusted multiple times on the same trade.

  • Ensures trade closing logic only runs once per position.

  • Useful for tracking one-time conditions (e.g., setting a break-even stop).

⚠ Note: Must be placed before any action that should only execute once per trade.

Did this answer your question?