• Post category:StudyBullet-14
  • Reading time:5 mins read


Complete training for programmers and traders who want to get practical experience programming their trading strategies

What you will learn

Master the basics of pine script

Learn the thought process of creating indicators and strategies in pine script

Understand pine script code from other developers

Be able to spot bugs in other developers code

Description

Welcome to Learn Tradingview Pine Script PROPERLY!!

My name is Hendrik and I’ve been developing trading tools for both retail traders and corporate hedge funds

for the past 3 years.

Today I will be your instructor on your journey to automating your trading tools and strategies.

as a student of this course you will get access to over 5 hours of carefully selected content

to get you started with programming in pine script.

In this course you will follow along with me and learn from my thought process as I build over 16 different


Get Instant Notification of New Courses on our Telegram channel.


candlestick patterns and construct a full back-testing engine around them.

I will leave the mistakes I make along the way so you can also learn from the way that I do my bug testing and fixing.

So if you want to learn a skill that you can use as a trader or work as a freelancer for some of the most well respected

retail traders and corporate hedge funds. then this course is perfect for you.

all this course requires is some basic knowledge of trading and the ability to think logically.

So if you’re ready buy the course now and I will see you on the inside. lets get started.

English
language

Content

Introduction

Introduction

Indicator vs Strategy vs Library

Creating Indicators
Creating Strategies
Creating Libraries

Variables and Inputs

Strings
Strings example usecase
Integers
Floats
Booleans
color
price
source
symbol
text area
time
timeframe

Candlestick patterns with pinescript

Hammer pattern
Hammer pattern part 2
Inverted hammer
Bullish engulfing
piercing line
morning star
3 white soldiers
hanging man
shooting star
bearish engulfing
evening star
3 black cows
dark cloud cover
doji
spinning top
falling three method
rising three method

bactesting engine

entry conditions
starting the strategy script
SL and basic TP
advanced SL TP and ENTRY price management
risk part 1
risk part 2

visualizing trades

visualizing trades and bug fix