All Projects → pAulseperformance → awesome-pinescript

pAulseperformance / awesome-pinescript

Licence: other
A Comprehensive Collection of Everything Related to Tradingview Pine Script.

Projects that are alternatives of or similar to awesome-pinescript

quick trade
convenient script for trading with python.
Stars: ✭ 63 (-88.81%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading, trading-simulator, trading-systems
tvjs-overlays
💴 Collection of overlays made by the TradingVueJs community
Stars: ✭ 65 (-88.45%)
Mutual labels:  trading, trading-strategies, trading-algorithms, trading-systems, tradingview
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+84.37%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (-29.66%)
Mutual labels:  trading, trading-strategies, trading-algorithms, tradingview
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-76.55%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+99.64%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (-72.82%)
Mutual labels:  trading, trading-strategies, trading-algorithms, tradingview
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (-78.86%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
LiuAlgoTrader
Framework for algorithmic trading
Stars: ✭ 514 (-8.7%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (-82.42%)
Mutual labels:  trading, trading-strategies, trading-algorithms, trading-systems
Quant Trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
Stars: ✭ 2,407 (+327.53%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-73%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (-75.31%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (-81.53%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (-59.68%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-76.55%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
Openalgo
💹 openAlgo is a public repository for various work product relavant to algorithms and the high frequency low latency electronic trading space with a bias toward market microstructure as well as exchange traded futures and options.
Stars: ✭ 158 (-71.94%)
Mutual labels:  trading, trading-strategies, trading-algorithms, algorithmic-trading
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (-82.24%)
Mutual labels:  trading, trading-strategies, trading-algorithms
plutus-algo-backtesting
Algorithmic Trading : A python framework to run backtest on stocks using your own custom algorithmic strategies
Stars: ✭ 28 (-95.03%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (-82.24%)
Mutual labels:  trading, trading-strategies, trading-algorithms

awesome-pinescript HitCount

A Comprehensive Collection of Everything Related to Tradingview Pine Script.

Table of Contents

Official Resources

Indicators

Collections

Volume

  • Raindrops - Custom Volume profiles on user defined periods.

Screeners

Scan multiple charts with a single indicator

  • Indices Sector Sigma Spikes - This screener aims to provide Bird-Eye view across sector indices, to find which sector is having significant or 'out-of-norm' move in either direction. #stocks
  • Mean Reversion Channel - The screener works by scanning through up to 40 symbols and list down symbols that are currently within Overbought/Oversold Zone as defined by Mean Reversion Channel indicator.

Math

  • Black Scholes - The Black-Scholes model is a mathematical model used for pricing options. From this model you can derive the theoretical fair value of an options contract. Additionally, you can derive various risk parameters called Greeks. This indicator includes three types of data: Theoretical Option Price (blue), the Greeks (green), and implied volatility (red); their values are presented in that order. #options

Tools

Strategies

Libraries

Automated Order Execution

Need to automate your Pine script for real order execution?

Open Source

Python

  • Python Pine Bot Client - Client implementation of trading bot that uses Pine Script and Python.
  • Python TradingView TA - Unofficial TradingView technical analysis API wrapper.
  • Python Bybit Pine Bot - Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com.
  • Python Webhook Alert Provider - The TradingView Webhook Bot listens to TradingView alerts via webhooks using flask. All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email.
  • OctoBot - Open-source cryptocurrency trading robot can receive alerts and turn them into order on your favorite crypto exchanges.
  • Misc Collection - This repo includes various python crypto bots with a tradingview alert bot.

Javascript

  • Instabot Trader - Server Side bot that powers Alertatron. A simple tool to convert text messages sent over HTTP or via a Telegram bot into a set of trading orders, to a variety of exchanges (Bitfinex, Deribit and Coinbase Pro).
  • Frostybot-js - Frostybot-JS is a cryptocurrency trading API endpoint, designed to execute webhook or REST requests as orders on a variety of well-known exchanges. While primarily designed to automate your Tradingview strategies, Frostybot can also be integrated with any other software using webhooks or REST. Bitmex, FTX, Deribit and Binance are supported.
  • Fundingrate Backend - Backend service converting tradingview alerts into action.

PHP

  • Frostybot-php - FrostyBot is a minimal endpoint that is designed to be used with webhooks in Tradingview alerts. It is designed to work cryptocurrency exchanges, specifically Bitmex, Deribit, FTX and Binance Futures

Google Chrome

Closed Source

  • TradingView Hub - Free For Testnets! Start automating your strategies & alerts with an easy and intuitive UI.
  • 3Commas - Can receive TV alerts and connect them to their bots to execute simple orders on crypto exchanges.
  • Alertatron - A service that allows you to relay TradingView alerts to Telegram, Discord, Slack, Email or webhooks, with a chart snapshot attached. The developer is well-known in the PineCoders community.
  • AutoView - Free For Testnets! Google Chrome extension that receives TV alerts and relays orders to crypto exchanges.
  • Cryptohopper - Use Cryptohopper with the TradingView webhook URL to send TV alerts to your bots, for automated order execution on one or multiple exchanges.
  • ProfitView - Google Chrome extension that receives TV alerts and relays orders to crypto exchanges. Among PineCoders, has the reputation of being better than AutoView.
  • Pine Connector - Auto-execute your TradingView alerts to MetaTrader 4 & 5
  • TradingConnector - TradingView alerts to MT4/MT5 receives TV alerts and converts them into instant orders on MT4/MT5 in forex, indices and commodities markets. Latency is below 1 second.
  • Fundingrate - Fundingrate is a software as a service platform that allows vendors to collect empirical data on live market conditions.
  • Webook Alerts - Send all your TradingView alerts to Telegram, Discord, Slack and Twitter along with a full screenshot of the chart
  • Traders Post - Stocks and Options and Paper trading with TradingView Webhooks
  • Tuned - Use PineScript to run fully-automated batch experiments with powerful backtesting, paper trading, and even live trading.
  • TV Hub - Convert every TradingView alert into a trade within seconds.
  • Capitalise.ai - Code Free Trading Automation that accepts simple TV Webhook Automation
  • Tradelab.ai - Free TradingView Bot Builder.Build the strategy you want. No compromises. No code skills required. Get started for free.

Pine Script Conventions and Rules For Developers

Education

Other Resources

Contributing

  • Pine Script Docs - Found a typo or a bug in the Official Pine Script Documentaion? Drop a PR here.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].