Automating trading with Pinescript

This page summarizes the projects mentioned and recommended in the original post on /r/pinescript

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. tradingview-webhooks-bot

    a framework šŸ— for trading with tradingview webhooks!

    TradingView-Webhooks-Bot by robswc for transparency, I am the author of this project, feel free to get support on discord!

  4. TradingView-Webhook-Bot

    šŸ“Š Send TradingView alerts to Telegram, Discord, Slack, Twitter and Email.

    TradingView-Webhook-Bot by Fabston Support can be found here

  5. 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any thoughts on how to automate my algo trading strategy more efficiently?

    3 projects | /r/algotrading | 17 Feb 2023
  • Tradingview —> MT4??

    1 project | /r/pinescript | 23 Feb 2023
  • What platforms are you using to execute your trades?

    1 project | /r/pinescript | 18 Feb 2023
  • I’m done with 3 commas..

    1 project | /r/algotrading | 17 Feb 2023
  • Service to automate Forex or index TradingView strategies?

    2 projects | /r/algotrading | 16 Feb 2023

Did you know that Python is
the 1st most popular programming language
based on number of references?