Flask app receiving alerts from TradingView and automatically place an order or send the chart to Discord where you can choose whether to take the trade or not through a bot. - MnyCaek/tradingview-webhook-trading-bot
TradingView: The less feature-rich of the three, offering automated trading and pre-loaded strategies Educational Resources FXCM offers a selection of learning resources to help get you started. FXCM offer both live and past webinars on-demand. FXCM University: This comprehensive Forex 101 online ...
And the same goes for whether you intend to buy and hold or trade hourly. Once you've found the right stock picking service, you'll be well on your way to a solid investment career. Stock Advisor -$99/year for New Members *$99 is an introductory price for new members only. 50% di...
Now we can set the alert on TradingView. When you do that you will need to specify the Webhook URL that would be https://the-link-of-your-flask-app.com/your-route, "your-route" would be "tradingview-to-webhook-order" in our example (app.py). @app.route("/tradingview-to-webhook-...