I already have the trading logic in mind and will handle all the back-testing and fine-tuning later; what I need first is a clean, reliable Python bot that can execute trades on both stocks and futures directly from TradingView alerts. The script must understand market, limit, and stop-loss orders and be flexible enough to trigger mean-reversion, momentum, EMA-crossover, and liquidity-based entries or exits as defined in each alert message. My workflow is simple: TradingView sends a webhook → the bot parses the JSON payload → the chosen broker’s API places the order → everything is logged to disk so I can review fills and slippage. Paper and live modes should switch with a single flag. Feel free to suggest the broker library you’re most comfortable with as long as equities and futures are supported. Clear structure and comments are critical because I’ll be expanding the strategy logic myself. Low-level performance tweaks aren’t necessary right now; stability and readability come first. Deliverables: • Well-documented Python source code • Sample configuration/.env file with API placeholders • Short README showing setup steps and an example TradingView alert format If you can include unit tests or a simple back-fill routine that’s a bonus, but not a requirement. Tell me your estimated turnaround and any clarification you need on the broker side, and we can get started right away.