Learn Pine Script From Scratch 101

TradingView Pine Script 101: Learn Pine Script From Scratch

Current Status
Not Enrolled
Price
14.97 USD
Get Started

Build your own indicators, signal generators, and automate trading logic.


TradingView is one of the most well known online charting platforms across the globe. With its clean charts and access to hundreds of exchanges across multiple asset domains, it has become the go-to source for beginners and experts interested in finance.

This course will teach you how to take advantage of TradingViews powerful charting library by creating your own custom indicators using the Pine Script language.

Is this course for me?

  • If you want to become a better trader,then this course is for you.
  • If you want A to Z step by step Pine Script pedagogy, then this course is for you.
  • If you want to learn how to program your own indicators, 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 want to get past the limits of TV with code, then this course is for you.
  • If you want to learn how to program, 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:

  • Modify & Understand Existing Scripts & Build Your Own!
  • Automate trading logic.
  • View and monitor multiple assets on one chart. On a FREE TradingView account.
  • Combine Multiple Indicators Into One.
  • Free Up Screen Time By Setting Up Custom Alerts.
  • Tips and Tricks for writing better code and bypassing some of TradingViews pro features!
  • Program in Pine Script!

How will I learn?

You will experience Pine Script from the eyes of a seasoned Programmer and Trader cultivated from years of passionate improvement.

Throughout the course:

  • I will guide you from basic to advanced concepts.
  • You will be shown several different ways to accomplish one thing, making sure you understand the differences between each approach while highlightingwhich approach you should use.
  • You will fortify theory and knowledge with hands-on practice, by doing code alongs in the Pine Editor on TradingView.
  • I will answer any and all of your questions!

Is this course worth my time and money?

Because this is a highly subjective question relating to personal experience, conditions, knowledge, mental characteristics, and states; the answer depends on the person taking this course a.k.a. YOU.

With that in mind let me offer some objectives for your perceptions.

  • There is more than 8 hours of content in this course. You could theoretically learn Pine Script in a day and you don’t need to look anywhere else.
  • I teach you how to get past TradingView’s three indicator limit and show you techniques that allow you to monitor more than one asset on a chart. All on the free account. Yes, this course saves you the cost of a TradingView pro subscription.
  • I’ve spent almost 6 years learning what I know now. I’ve consolidated and condensed that knowledge into this course, so you can be confident you are learning the right things the right way. By doing this, I am saving you time so you don’t have to do 10,000 google searches piecing together outdated blog posts, youtube tutorials, and difficult documentation. Put simply, you can learn all this stuff on your own and it will take you a while. Or you could take my course and I can teach you everything in 8 hours.
  • If you ever get stuck, I am available to answer questions and help you out! I have been working with Pine Script for almost 6 years now and have extensive experience building indicators and backtesting strategies for myself and clients. I have worked with Python, Javascript, C++, C, and other Domain-Specific Languages like mql4 within the sphere of financial analysis and quantitative analysis. I’ve come across many frameworks for building and testing strategies, and can honestly say that Pine Script is now my go-to backtesting engine. It hasn’t always been that way, but Pine Script has been rapidly evolving and finally can do the things I need it to do rapidly.
  • I will continually improve and update the course as new features are added to Pine.
  • Finally, you can always get your money back if you’re not satisfied!

What will each section cover?

I’ve built this course from the ground up. You don’t need to have any prior experience programming.

Here is an overview of each section with descriptions.

  1. Quickstart – The purpose of this section is to get familiar with the Pine editor and build your first custom Pine Script!
  2. Basic Syntax – We have to crawl before we can run. In this section you will learn the fundamentals of Pine Script and test your understanding at the end.
  3. Variables –These babies are the gears to our Pine Script Engine. Getting a handle on variables will really put things into motion. You will learn about all the different types and forms of variables. You will learn how to store and retrieve data so you can use it in your custom scripts later. You will be quizzed at the end.
  4. Variable Operators – This is the fun part. Building on the last section, after completing this section you will know how to manipulate and control the logic in your code. This is the core of our algorithmic trading. You will be quizzed at the end.
  5. Drawing On The Chart – There really is no use to Pine Script if you don’t know how to do this. By the end of this section not only will you learn how to draw and plot everything to your charts. You will build a multi chart with custom candles. You will combine indicators in a project and control your plots with inputs. You will plot better than Descartes himself.
  6. Conditional Operations – Take everything we’ve learned so far and continue building on it. This section is all about conditional operations and how to make decisions in our code. By the end of this section you will know how to program smart code and create decision trees based on pure logic. We will continue on our project from the last section
  7. Functions – The bread and butter of functional programming. Daunting at first, but don’t let this concept scare you away. You don’t need functions, but once you work with them you will never want to work without them. By the end of this section you will understand the concept of functional programming and you will be able to call yourself a real programmer if you can finish the final piece of the project.
  8. Labels & Lines (NEW COURSE ADDITION NOVEMBER 2020)One of the newest and most powerful features of Pine Script Version 4. By the end of this section you will be able to draw complex lines and labels. You will create an automatic fibonacci tool. A trade analyzer and a real time dashboard with multiple indicator outputs.
  9. Wrapping Up – A warm goodbye with special gifts.
  10. Additional Bonus Content: Alerts (NEW COURSE ADDITION MARCH 2021) – We cover the new alert() function. Teaching you ways to program multiple alert conditions in one script so you don’t have to set up a bunch of different alerts with TradingView. We build  a screener and cover dynamic messages in your alerts. Don’t skip this section.
  11. Additional Bonus Content: Version 5 Update (NEW COURSE ADDITION OCTOBER 2021) – Pine Script is moving fast! Version 5 comes with a lot of great improvements! Check out this section to see the major changes. Don’t worry if you are still learning Version 4. Everything is mostly backward compatible, you will just need to learn a few namespace changes (5 minutes of your life) in order to upgrade and start using version 5 today!

What you get with the course:

  • Over 50 On-Demand Video Lessons
  • 8 Hours Of Content
  • 3 Projects
  • 13 Downloadable Resources, including all the code I use
  • 30-day money-back Guarantee
  • Instructor feedback — Yes I care about my students and want you to be successful
  • Exclusive Group Access & Extra Resources For Extended Learning Beyond Course
  • Quizzes & Activities
  • Full lifetime access
  • Access on mobile and TV

Course Content

Introduction
Quickstart
Basic Syntax
Variables
Variable Operations
Drawing On The Chart
Conditional Operations
Functions
Labels & Lines
Wrapping Up
Additional Bonus Content: Alerts
Additional Bonus Content: Version 5 Update
November 2022 Update