SL/TP & Risk — exit guide

SL Calc and TP Calc output a "distance", not a price — Signal converts it to a price based on direction: long puts SL below price and TP above it, short does the reverse.RR override: if in-tp is connected directly into Signal, the rr param on Signal gets overridden (the connected TP value is used instead). rr only applies when in-tp is not connected.Trailing stop (recommended): enable the trailing toggle on SignalNode and connect ATR into in-atr. The engine moves SL with price every bar and SL never moves backward. Once profit reaches trailing_be×ATR, SL moves to breakeven, then trails at trailing_step×ATR from price. This separates exit policy from how the SL distance is calculated, so an indicator-based SL (e.g. EMA50−ATR via Math) can be used together with trailing.

SL Calc modes

TP Calc modes