You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: