DocsRisk Management

Risk Management

9 nodes

Risk Management nodes control when a strategy acts, how much it risks per trade, and where stop-loss and take-profit levels are placed. They act as the protective layer between your signal logic and live order execution.

Where risk nodes fit in a strategy

  1. 1.Activate / Deactivate — gate the strategy using Activator and Deactivator based on macro conditions.
  2. 2.Size the position — use Risk Per Trade + Position Sizing to determine unit count from your equity and stop distance.
  3. 3.Set levels — attach Stop Loss and Take Profit (or Risk/Reward) to define exit prices before entry.
  4. 4.Emergency stop — connect a Kill Signal to halt everything when a drawdown or anomaly condition fires.