TradingView-Oanda Auto Bot

Заказчик: AI | Опубликовано: 24.11.2025
Бюджет: 250 $

I already have a Pine Script that plots my strategy on TradingView. What I’m missing is the bridge that turns each buy alert into a live order on OANDA and later exits the position automatically. Here’s what I need built: • A Google Cloud-hosted service that runs 24/7. • A webhook endpoint that receives the TradingView alerts in real time. • Logic that reads the alert payload, maps it to the correct OANDA instrument, and sends the trade execution call through the OANDA REST API (both entry and exit). • Basic configuration files or environment variables so I can change position size, account ID, or instrument without digging through code. • Clear deployment instructions so I can redeploy or scale the service myself. The focus is purely on reliable trade execution; trade monitoring and error reporting can remain simple for now, although I’m open to extending those later. Please keep the code clean, well-commented, and production-ready so it can truly run hands-free day and night.