Legacy Trading Connector (OptionX)
Category: market_structure
A bridge indicator that captures signals from other MT5 indicators (buffers or arrows) and executes Binary Option trades via the MegaConnector API.
Formula
\text{Signal} = \begin{cases} \text{CALL} & \text{if } I_{up} \neq 0 \text{ or Arrow } ID = 233 \\ \text{PUT} & \text{if } I_{dn} \neq 0 \text{ or Arrow } ID = 234 \end{cases} \text{ subject to Payout } \ge \text{ Filter}
Inputs
- enable_signal_arrow_capture (default: false)
- arrow_up_code (default: 233)
- arrow_dn_code (default: 234)
- indicator_id_up (default: 0)
- indicator_id_dn (default: 1)
- expiration (default: 3)
- use_payout_filter (default: false)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.