Tradingview Tutorial | Making an Indicator from scratch

preview_player
Показать описание
Written Tutorial

//Full Code (scroll to bottom, youtube didn't let me paste lol)

This is a tutorial on how to make a custom tradingview indicator with pine script! Let me know if you have any questions!

Will do more in depth, complicated tutorials soon!
Рекомендации по теме
Комментарии
Автор

Thank you for helping me "pass a level" and "getting me in"!

OrenLikes
Автор

I have two EMAs on chat and I want to make an indicator out of them that will give me a notification when the first ema goes over the second and when the second ema goes over the first. My question is how do I do it?

robertionut
Автор

having two screens makes this SO much the point where I would actually suggest getting one if you're trying to learn this stuff. I mean...you already wanted another screen. Now you have enough reasons. :-)

commonmancrypto
Автор

Thank you Sir, I was confused but then I watched your first vid and figured it out:-)

eiranobuachail
Автор

I'm a software engineer and I'm trying to understand the syntax and built-in keywords of the Pine Script Editor. I thought this might be the right place, but I guess this is really a beginner tutorial. Still, writing (or copy and pasting) any code without explanation of what it does is not ideal. It really doesn't help people learn, especially the use of ternary operators that are used in the calc. These would be better expanded to if/else statements for a beginner to understand.

nadnerb
Автор

still trying to figure out what exactly you covered here

alirezafeizbakhsh
Автор

Thanks for the tutorial. I tried to copy your code and paste it on my tradingview pine editor, I don't know why the code couldn't paste on it. I pressed the paste button, but the code didn't appear on the pine editor. Do you know why?

fishiestify
Автор

Hey bro how can I create boom and crash indicator using RSI to catch spikes?

NicoMeyer-iehw
Автор

at my pine editor is no "new" field what should i do

gianzgefg
Автор

All i want to do is make lines on my RSI indicator, how would i be able to code that, i just want 4 line a line on 20, 30, 70 & 80 with the top line saying sell zone and the bottom lin saying buy zone.

Any ideas how id make that

user_i.d
Автор

Sir how to use volume and volatility combination to get trend reversals

tauqeerqureshi
Автор

People are such whiny babies. Great video.

positionthepositron
Автор

Thanks. My question is it possible to import ready made indicator from my pc to trading view?

yia
Автор

HOW TO FIND PREVIOUS HIGH TO HIGHR HIGH B CODE

monicasomaiya
Автор

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.

anandmenezes
Автор

I would be happy to pay you to create so to speak indicators out of multiple indicators that are already made. Will save me tremendous time that I don't have to learn this. How would I contact you?

stephenwatson
Автор

Hi sir, I want to identify the stocks in movement. If any stocks has consecutive green candles and total sum up to 20% or more increase in stock price. Can we do it? It's only daily candle.

aurungzebhussain
Автор

the "change" function doesn't work... :(

HaIPeHaOP
Автор

Is it possible to create/script a price alert with a webhook on tradingview e.g. i set a price and a webhook fires (so I can send REST calls to a tradingbot api)

mrutubeuk
Автор

I made an indicator like below. I added to chart. I then copied one more indicator and switched the source of one but the results of the 2 indicators are still identical. Can you tell me, where am I wrong?

Hoachgt