-
ccxt
A cryptocurrency trading API with more than 100 crypto and prediction exchanges in JavaScript / TypeScript / Python / C# / PHP / Go / Java
Essentially, to create an automated trading system using TradingView strategies, you would need to acquire the signal using webhooks. Once you acquire the signal, you can use whatever data send with it to manage orders, using the API of your broker. Usually, there are SDKs available to make this process easier. For crypto, one of the most well known SDKs is called CCXT. There are also some made for traditional brokers too. It is a simple process but it does take some experience with programming systems to set up.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
TradingView-Webhooks-Bot by robswc for transparency, I am the author of this project, feel free to get support on discord!
-
TradingView-Webhook-Bot
š Send TradingView alerts to Telegram, Discord, Slack, Twitter and Email.
TradingView-Webhook-Bot by Fabston Support can be found here
-
howtrader
Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.
https://github.com/51bitquant/howtrader by 51bitquant