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
6.PrimeXBT: Everything You Could Need To Survive Crypto Winter In One Place Share link: Bitcoin is back at $20K and Ethereum remains under $2K per token. The brutal macro backdrop, rising interest rates, and a global economy on the brink of a recession has put the deep freeze on crypt...
Now we can set the alert on TradingView. When you do that you will need to specify theWebhook URLthat would behttps://the-link-of-your-flask-app.com/your-route, "your-route" would be "tradingview-to-webhook-order" in our example (app.py). ...