This is the code used in Pine Script Beginner's Guide (TradingView) published on the Algotrading101 Blog
- What is the Pine script?
- Why should I use Pine script?
- Why shouldn’t I use Pine script?
- What are the alternatives to using Pine script?
- How do I get started with Pine script?
- How to retrieve the price of Apple?
- How to retrieve the SMA(20) of Apple?
- How to backtest a moving average cross strategy with Pine Script?
- How to set take profits and stop losses?
- How to fire a trade on Apple when Google moves 5%?
- How to modify our scripts without coding?
- How to Plot with Pine script?
- How can I create a custom indicator in Pine script?
- Final Thoughts
These are the code snippets used in the Pine Script Guide.
The code is stored in text files and will need to be copied to Tradingview's Pine Script Editor if you'd like to follow along with the examples.
author: | Jignesh Davda |
---|---|
author page: | https://algotrading101.com/learn/author/jdavda/ |
published: | 2020-07-21 |