Output¶
The sinks — the Tester (backtest), the Chart, and the EA output.
- Backtest — Graph output — runs the backtest AND drives the chart. Wire entry / exit signals to trade. Indicators render on the chart via per-output eye toggles (legend + node sockets); they do not need to be wired here. SL / TP / lot size accept either an inline value or a wired series (ATR stop, RR target, percent-risk sizing, etc.).
- Chart — Legacy chart sink — kept alive for backwards compatibility with strategies saved before the Chart+Tester merge. New strategies use the Output block (Tester) instead.
- EA Output — Terminal EA sink. Wire entry signals, exit signals, and risk management configs here to define a complete strategy.