Pine-Script-Guide
Pine-Script-Guide copied to clipboard
Code used in the Pine Script Beginner's Guide (TradingView) on the AlgoTrading101 Blog
================================================================ Pine Script Beginner's Guide (TradingView) - AlgoTrading101 Blog
This is the code used in Pine Script Beginner's Guide (TradingView) <https://algotrading101.com/learn/pine-script-tradingview-guide/>_ published on the Algotrading101 Blog
Table of Contents
What is the Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#what-is-pine-script>_Why should I use Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#why-should-i-use-pine-script>_Why shouldn’t I use Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#why-should-i-not-use-pine-script>_What are the alternatives to using Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#what-are-alternatives-to-pine-script>_How do I get started with Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-get-started-with-pine-script>_How to retrieve the price of Apple? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-retrieve-the-price-of-apple>_How to retrieve the SMA(20) of Apple? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-retrieve-the-sma-of-apple>_How to backtest a moving average cross strategy with Pine Script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-backtest-with-pine-script>_How to set take profits and stop losses? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-set-take-profits-and-stop-losses>_How to fire a trade on Apple when Google moves 5%? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-fire-a-trade-on-apple-when-google>_How to modify our scripts without coding? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-modify-scripts-without-coding>_How to Plot with Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-plot-with-pine-script>_How can I create a custom indicator in Pine script? <https://algotrading101.com/learn/pine-script-tradingview-guide/#how-to-create-a-custom-indicator>_Final Thoughts <https://algotrading101.com/learn/pine-script-tradingview-guide/#final-thoughts>_
Notes
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 Info
:author: Jignesh Davda :author page: https://algotrading101.com/learn/author/jdavda/ :published: 2020-07-21