Automate TradingView Orders with Python

Job ID: 39969035

Budget: ₹1,500 – ₹12,500 INR

My trading strategy already runs smoothly inside TradingView; the part still missing is fully hands-free execution. I need a Python-based bridge that listens to TradingView’s webhook alerts and immediately pushes the corresponding buy or sell orders to my broker’s REST or WebSocket API.

Key deliverables
• A lightweight Python script (or small module) that receives TradingView alert data and maps it to the correct order parameters—symbol, side, quantity, order type, and any optional stops or targets.
• Secure API integration with the broker of my choice; credentials and endpoints will be provided once the project starts.
• Clear instructions for local deployment on a VPS or cloud instance so that the service runs 24/7 with automatic restart on failure.
• A concise README and commented code so I can extend or maintain the solution later.

Acceptance criteria
• Every alert generated by my TradingView strategy triggers a matching order at the broker within a few seconds.
• Executed orders reflect the exact size and direction specified by the alert JSON.
• Robust error handling with console logs and optional email/Telegram notifications if an order fails.

The core TradingView logic is finished; I simply want the Python automation layer that turns signals into real trades.