└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Tradingview [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/jtoy/awesome) 2 | A curated list of [TradingView](https://www.tradingview.com/gopro/?share_your_love=nilux) Pine Script Resources, Strategies & Indicators 3 | 4 | ## What is TradingView and PineScript? 5 | 6 | TradingView is a community-driven charting platform to get real-time market data, share trading ideas and education material. 7 | However, this list is a collection of strategies and indicators build on TradingView's [Pine Script](https://www.tradingview.com/pine-script-docs/en/v4/Introduction.html). 8 | 9 | ## Table of Contents 10 | 11 | 12 | ### Pinescript 13 | - [Pine Script Essentials](#github-essentials) 14 | - [Frameworks & Boilerplates](#github-frameworks) 15 | - [Useful Pine Script Functions](#github-functions) 16 | - [Indicators & Strategies](#github-indicators) 17 | - [Trading Bots for TradingView](#github-tradingbots) 18 | - [Entire Collection - All Tools](#github-more) 19 | 20 | 21 | 22 | 23 | ## Essentials 24 | 25 | * [Real-time & Historical Data](https://backtest-rookies.com/2017/06/23/tradingview-understanding-lookahead-historical-realtime-data/) - Understand lookahead, historical & realtime data 26 | * [How to avoid repainting when using security() function](https://www.tradingview.com/script/cyPWY96u-How-to-avoid-repainting-when-using-security-PineCoders-FAQ/) - Avoid repainting when using security() to retrieve higher timeframes 27 | * [How to avoid repainting when NOT using security() function](https://www.tradingview.com/script/s8kWs84i-How-to-avoid-repainting-when-NOT-using-security/) - Avoid repainting when NOT using security() to retrieve higher timeframes 28 | * [A Deeper Look Into Security Function](https://docs.google.com/document/d/1HBoJVjb2wDpLnzKOlZalyFPXlUGMeMGVzZNzBTpv8cU/edit/) - Another take on the security() function 29 | * [Pinescript Execution Time](https://www.tradingview.com/script/rRmrkRDr-Script-Stopwatch-PineCoders-FAQ/) - Calculate the run time of a Pine Script for performance optimisation 30 | * [More Essential Resources for Beginners](https://www.pinecoders.com/faq_and_code/) - A compendium of frequently asked questions by PineCoders 31 | 32 | 33 | 34 | ## Frameworks & Boilerplates 35 | 36 | * [MTF Selection Framework](https://www.tradingview.com/script/90mqACUV-MTF-Selection-Framework-PineCoders-FAQ/) - Multi-Timeframe (MTF) framwork 37 | * [Alert Creation Framework](https://www.tradingview.com/script/JpDlXzdD-Alert-Creation-Framework-PineCoders-FAQ/) - Create Alerts the proper way 38 | 39 | 40 | 41 | ## Custom Functions 42 | 43 | * [Fancy Strategy Alerts](https://www.tradingview.com/script/biUvPKOz-Fancy-strategy-alerts-example-QuantNomad/) - Use alert_message placeholder for complex alerts 44 | * [Alert Intervals and Delays](https://www.tradingview.com/script/PxXVgogh-Alert-Intervals-and-Delays-Framework-BigBitsIO/) Allows to check alert conditions every X seconds 45 | 46 | 47 | 48 | ## Indicators & Strategies 49 | 50 | * [NLX TradingView Bot](https://bit.ly/3E9ZSWx/) - TV Trading Bot Backtest/Alerts [Message me for access](https://www.tradingview.com/u/nilux/) 51 | * [GitLemon Trading](https://github.com/grimmolf/LemonTrading/blob/master/GitLemon) - Bollinger Band, Keltner Channel Squeezes & Market Structure 52 | * [MF RedFlow](https://gist.github.com/CryptoMF/11fb235322c1cc0a635c3133dd95f404/) - Several Indicators combined with TP and Re-Entries 53 | * [RSX Divergence](https://www.tradingview.com/script/ujh3sCzy-RSX-Divergence-SharkCIA/) - Everget's Implementation of RSX with Divergences 54 | 55 | 56 | 57 | ## Trading Bots for TradingView 58 | 59 | * [ProfitView (Commercial)](https://profitview.app/) - A Chrome Extension with powerful scripting engine, supports most exchanges 60 | * [StackedInvest (Commercial)](https://stackedinvest.com?via=ftx) - The Best Automated Trading Strategies 61 | * [3Commas (Commercial)](https://3commas.io/?c=ftx) - Easily automate TradingView Strategies 62 | * [FrostyBot (Open-Source)](https://github.com/CryptoMF/frostybot) - An API-Endpoint for webhook alerts written in PHP 63 | 64 | 65 | 66 | ## Enterprise-ready Python Trading Bots 67 | 68 | * I'm building ML/AI-based trading strategies and python trading bots. Contact me if you are looking for a custom solution that can handle any portfolio size. Telegram: @nlxtrading 69 | 70 | 71 | 72 | ## Contributions 73 | 74 | Your contributions are always welcome! 75 | 76 | If you want to contribute to this list (please do), send me a pull request or contact me... 77 | --------------------------------------------------------------------------------