QuantumTrader-Pro ML Signal Overlay
Category: trend, market_structure
A bridge-based indicator that fetches Machine Learning classification signals from an external API and overlays direction, confidence, and exit signals on the chart.
Formula
\text{Signal} = \text{WebRequest}(\text{BridgeURL} + \text{params}) \implies \text{JSON Parse}(\text{direction, confidence, prices}) \implies \text{Filter}(\text{confidence} \ge \text{MinConfidence})
Inputs
- BridgeURL (default: http://localhost:8080)
- UpdateInterval (default: 5)
- MinConfidence (default: 0.65)
- SignalHistoryBars (default: 500)
See signal primitives and every published strategy that uses QuantumTrader-Pro ML Signal Overlay on WOBR StrategyVerse.