I need to turn a fast-paced RSI scalping idea into a fully automated system that places live trades on my Exness account the moment TradingView signals fire. RSI is the primary trigger, yet the architecture must be flexible enough for me to plug in additional custom indicators later without changing the core logic. Here’s what I expect as concrete deliverables: • Pine Script (or an equivalent TradingView strategy) that defines the RSI entry/exit rules and pushes webhook alerts. • A bridge—Python, Node, or any language you prefer—that catches those webhooks and sends orders through the official Exness API with parameters for position size, stop-loss, take-profit and partial close. • Simple JSON/YAML config so I can tweak symbol, lot size, RSI thresholds, and trading hours. • Logging and basic error handling so missed alerts are obvious. • Step-by-step setup notes so I can deploy everything on my own VPS and rerun it after updates. I’ll test the bot on a demo account first; once it matches the TradingView strategy tick-for-tick, we move it to live. If you have previous Exness or high-frequency trading automation examples, feel free to mention them—speed and reliability are crucial for scalping.