TradingView Pine Script 102 – The Complete Strategies Guide
Become A Better Trader By Backtesting And Fowardtesting Indicators & Strategies In TradingView With Pine Script
Get access to this course and ALL other courses, tools, code and more!
- Become A Better Trader By Backtesting And Fowardtesting Indicators & Strategies In TradingView With Pine Script
- Is this course for me?
- If you want to become a better trader, then this course is for you.
- If you want to backtest anything on TradingView, then this course is for you.
- If you want to forwardtest anything on TradingView, then this course is for you.
- If you want to turn your trading logic into an automated strategy, then this course is for you.
- If you’ve purchased an indicator for its signals, but are having second doubts about those signals and wish you could test them, then this course is for you.
- If you want a comprehensive understanding of how backtesting and forwardtesting works on Tradingview, then this course is for you.
- If you are short on time and need a guide on building strategies in Pinescript, _then this course is for you.
What skills will I learn in this course?
By the end of the course, you will be able to:
- Build strategies in Pine Script by using your own trading logic, or by modifying existing scripts.
- Backtest strategies the right way.
- Forwardtest strategies the right way.
- Convert Indicators to strategies.
- Backtest Indicators — Yes I will show you how to backtest an indicator!
- Track and Improve the performance of your trading strategy by understanding key metrics.
- Remove uncertainty with data & gain greater confidence in your trading.
- Automate trading logic.
What You’ll Learn In The Complete Strategies Guide
Section 1 Quick Start
- 001 Quickstart – What are strategies, backtesting & fowardtesting?
- 002 Quickstart – Top Reasons to Build A Strategy in Pine Script.
- 003 Quickstart – How to build a strategy in pine script?
- Assignment 1 Find a great Indicator you want to convert to a strategy and make it your goal!
Section 2 Bonus Content December 2021
- 004 Adapting course code from version4 to version 5
SECTION 3 Course Update: November 2022
- New Pine Script Editor Part 1
- New Pine Script Editor Part 2
- What’s new for strategies?
- Backtester Facelift
- How to get the most accurate backtest results with deep backtesting.
- Customize your Strategy with intuitive comments and alerts
- New behaviours and changes to strategy functions
Section 4 Understanding Pine Script Strategy Results
- 005 Understanding Strategy Results – Overview
- 006 Understanding Strategy Results – Performance Summary Tab
- 007 Understanding Strategy Results – Overview Tab
- 008 Understanding Strategy Results – List of Trades Tab
- Assignment 2 Metrics Investigation Trade Date-Filter Backtesting And ForwardTesting Analysis
Section 5 Pine Script Standard Order Types
- 009 Basic Order Types – Introduction
- 010 Basic Order Types – Reviewing Order Types
- 011 Basic Order Types – Strategy Commands Overview
- 012 Converting a RSI Indicator to a RSI Strategy
- 013 Order Types – Code Layout
- 014 Order Types – How to enter a trade using market orders with strategy.entry and strategy.order
- 015 Order Types – What’s the difference between strategy.entry and strategy.order?
- 016 Order Types – How to Exit a Trade using strategy market orders with strategy.close and strategy.close_all
- 017 Order Types – How to place a Limit Entry Order
- 018 Order Types – How to place a Stop Entry Order
- 019 Order Types – Visualizing Pending Orders
- 020 Order Types – How to cancel an order
Section 6 Pine Script Advanced Order Types
- 021 Advanced Order Types – Code Layout
- 022 Advanced Order Types – How to place a Take Profit Part 1
- 023 Advanced Order Types – How to place a Take Profit Using Ticks
- 024 Advanced Order Types – How to place a Stop Loss
- 025 Advanced Order Types – How to Place a Stop-Limit Order
- 026 Advanced Order Types – How to place an OCO Order
- 027 Advanced Order Types – How to place a Trailing Stop
Section 7 Understanding The Broker Emulator
- 028 Understanding the Broker Emulator – Script Calculation
- 029 Understanding the Broker Emulator – Execution
- 030 How does the Broker Emulator Work in Pine Script?
Section 8 Practical Examples
- 031 Practical Examples – Forex 50 Pips in a Day
- 032 Practical Examples – Forex 1 Hour MACD Trading Strategy
- 033 Practical Examples – Forex 1 Hour MACD Strategy Part 2 Filtering Noise & Custom Settings
- 034 Practical Examples – PineCoders Legendary Backtesting Engine & Signal Generator
- 035 Practical Examples – Adaptive Hull Moving Average Indicator to Strategy
- 036 Practical Examples – Crypto: BNB Burn Buyer
Section 9 Bonus Content
- 037 External Inputs Using Indicators as Strategies