Pine Script: ULTIMATE BEGINNER'S GUIDE!  [2024]

Pine Script: ULTIMATE BEGINNER'S GUIDE! [2024]

The Art of Trading

2 года назад

324,262 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

J R
J R - 23.11.2023 05:34

what's weird is the code appears to be interpreted for each bar but the vars with var scope don't get re-created. I was initially thinking the plot function was taking an array, but it seems to print state from the current bar only and so is taking the current single value for that bar or an offset value.

Ответить
Ước mơ tỉ phú
Ước mơ tỉ phú - 15.11.2023 07:50

Hello World. Thanks!

Ответить
Karlito 32
Karlito 32 - 04.11.2023 16:39

nice course!

Ответить
Jean Pierre LaBonté
Jean Pierre LaBonté - 16.10.2023 17:46

L.‘information est très bien décrite, merci.

Ответить
Germz74
Germz74 - 05.10.2023 21:40

I don't know how to write script, but is it possible to create a script that highlights the xth candle?

Ответить
Chris Williamson
Chris Williamson - 03.10.2023 05:59

You’re really good I’m high and I, pretty sure I’ll remember everything from the videos I watched. You should be proud of your teaching and shouldn’t hold back from selling yourself!

Ответить
Central Scrutinizer
Central Scrutinizer - 28.09.2023 06:03

So I asked CHAT GPT to make Larry Williams Accumulation Distribution indicator for me. This is what it produced for Pine Script:
//@version=5
indicator("Williams Accumulation Distribution", shorttitle="WAD", overlay=false)
prevClose = close[1]
true_range_high = high
true_range_low = low
if (not na(prevClose))
true_range_high := prevClose > high ? prevClose : high
true_range_low := prevClose < low ? prevClose : low
price_move = close > prevClose ? close - true_range_low : close < prevClose ? close - true_range_high : 0
ad = price_move * volume
wad = ta.cum(ad)
plot(wad, color=color.blue)
I didn't have to write a single line of code.

Ответить
CodeHassanX
CodeHassanX - 22.09.2023 00:27

Thanks for the course, I love the music in the end what's called??

Ответить
Sinan
Sinan - 17.09.2023 14:00

Imagine if there is an IDE like JetBrains for PineScript!

Ответить
Atulbhai Gandhi
Atulbhai Gandhi - 26.08.2023 22:25

Great lession, can we create watch list using pine script .?

Ответить
J MG
J MG - 10.08.2023 17:35

aug 2023 ... thanks for the knowledge!

Ответить
Shanmugham M
Shanmugham M - 29.07.2023 06:00

Awesome, Teaching like shooting gun... Keep it up...

Ответить
Anjay Km
Anjay Km - 24.07.2023 08:12

You make it really easy to understand for beginners.

Thanks for sharing.

Ответить
The Rational Investors
The Rational Investors - 23.07.2023 23:37

Hey m8, can you tell me how to multiply an ema, say if the 10ema is 10$ I want to double the input and show the ema as 2x (20$) price if that makes sense. Any idea?

Ответить
Ahmet Yusuf boks
Ahmet Yusuf boks - 21.07.2023 02:20

Is there anyone who can write an indicator to do this?:
difference percent = %1
highest price pmax = max price of last nth bars, (index of pmax is n)
lowest price pmin = min of the last xth bars (index of pmin is x)
a = max(x,n)
simple moving average price is pav = sum(prices from last bar to bar a)/a
plot(pav)

Ответить
CryptoKnight
CryptoKnight - 19.07.2023 08:06

I have a question regarding alerts. Since there are no callbacks yet, how does the script know that an alert has been fired? I need to update a VAR only when an alert has been fired. How would you do that? Thanks for what you do!

Ответить
Trader1
Trader1 - 11.07.2023 12:22

MA[i] := float(math.exp(-((i-m)*(i-m))/(2*s*s)) )
i cant fix this error . says syntax error in version 5

Ответить
Long Tu
Long Tu - 02.07.2023 05:16

You are a great teacher, delivering amazing contents. Very much appreciated, thank you so much Matthew!!!

Ответить
Andre Picc
Andre Picc - 27.06.2023 13:40

when you said "it's extremely unlikely to run into the 999999999999999 integer number" talking bitcoin it really hit me bro :(

Ответить
Alfaris AbuZiad
Alfaris AbuZiad - 25.06.2023 09:49

Thank you very much :)

Ответить
Will
Will - 14.06.2023 00:25

Great video series. I've been working in software development for over 20 years (and have built complex systems in Java, C#, JavaScript, PHP, and more...), and am having fun learning Pine Script now.

Ответить
Barry
Barry - 10.06.2023 12:42

Is pine script similar to python?

Ответить
Austin john
Austin john - 06.06.2023 10:55

Please are you on Udemy?

Ответить
iphdi-Ha
iphdi-Ha - 02.06.2023 22:09

hey can we connect to margin trading in 3comas ?

Ответить
Marco Silva
Marco Silva - 01.06.2023 06:39

Muy buen contenido, lo recomiendo para comenzar a entender...

Ответить
guix69
guix69 - 31.05.2023 19:22

Hello, thanks for this video, have you made one about how to use arrays and use them to store data across bars?

Ответить
Cooper Brewen
Cooper Brewen - 30.05.2023 19:10

You're a great teacher. Keep up the great work!

Ответить
Trader
Trader - 28.05.2023 11:14

Thank you so much for the video and it was amazing learning... One of the best tutor I came across in my life. Thanks a lot sir!!!

Ответить
Goran Brkic
Goran Brkic - 22.05.2023 03:08

Hi, i have something what i need to make, will explain in text and post a pictures,anyway of contacting you? Thanks

Ответить
HPloveCraftMacNcheese
HPloveCraftMacNcheese - 22.05.2023 01:34

Very nice presentation. I got to the end and enjoyed learning about this feature.

Ответить
The Surfing Angler
The Surfing Angler - 17.05.2023 15:40

This is amazing video! Thank you! However, can you please make a video on how to create an indicator, that has multiple things included, and able to set alert to the phone once all conditions are met. For example, price above 2 emas (for buy), then rsi period 14, moves above 60 percent line. Then fires an alert for buy?

Ответить
Mo Rafi
Mo Rafi - 10.05.2023 09:01

Does this also apply for version 5 of pinescript

Ответить
Migue Villamar
Migue Villamar - 06.05.2023 04:26

I can tell from a mile you are passionated and knowledgable on what you are teaching. I hope your efforts are being rewarded by your community.

Ответить
Crystal Tiles
Crystal Tiles - 02.05.2023 16:18

Can anyone tell me what technologies were used to build the UI of the TradingView, I mean the code shows (charts) canvas but how I understood/explored we can't make chart with such high quality then TradingView. How they did that ???

Ответить
ricardi rizos
ricardi rizos - 22.04.2023 05:45

NO hablo nada de ingles pero mi entusiasmo hice que vea las 2 horas con subtitulos. Me encantaria que puedas subtitular tu curso de pinescript.

Ответить
Richard Hubbard
Richard Hubbard - 21.04.2023 03:40

Much appreciated! Earned a like for sure. Thanks. Next video! Edit: and a sub. Thanks again

Ответить
Rohit Mulimani
Rohit Mulimani - 16.04.2023 06:10

seeing video from india

Ответить
Lucho Gofre
Lucho Gofre - 14.04.2023 14:57

You have to be the teacher for everybody, I think if you teach quantum physics I'd learn it. Cheers from Argentina.

Ответить
Harrysson
Harrysson - 11.04.2023 00:39

thank you very much

Ответить
Stormranger
Stormranger - 10.04.2023 20:23

amazing video thank you so much!!!

Ответить
ali hobballah
ali hobballah - 10.04.2023 13:32

Must admit, the quality of the presentation of the material here is outstanding ..

Ответить
Anand Menezes
Anand Menezes - 07.04.2023 08:28

Hello Sir, can you provide me with a pinescript for Open Equals Low candlesticks
in an Hourly time frame or any time frame with a signal. It will be easier
to find OEL candles quickly.

Ответить
HowToLoseWeightDaily
HowToLoseWeightDaily - 05.04.2023 15:06

2hours too long--- i have errors HELP !!!!!

Ответить
Golu ki kahani
Golu ki kahani - 01.04.2023 13:11

Great... Thanks

Ответить
dumbcat
dumbcat - 24.03.2023 09:43

i would like to plot changes in price irrelevant of time (e.g. Renko bars). for example, I would like to a plot that draws a line up or down each time price of stock XYZ moves up or down $1. any tips on how to do that? thank you (please give my comment a thumbs up if you reply so i am notified)

Ответить
Patrick Beaudoin
Patrick Beaudoin - 17.03.2023 20:10

Excellent content!

Ответить