JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://centrabit.com/downloads/
720 stars 371 forks source link

Feature request: Trading view webhook connection #265

Open Synthacon opened 4 years ago

Synthacon commented 4 years ago

TradingView is probably the best charting tool available and it also has alerts which can be configured to send a POST request to a certain URL when the alert is triggered.

The alert can have some text which will be sent when the alert is triggered. Example: {"text": "ETHUSD|BUY|A"}

This message could be received by QT trader and processed as BUY order for ETHUSD, A = all funds

This would be nice addition!