Creating a Custom Screener with Alerts in TradingView

Creating a Custom Screener with Alerts in TradingView

QuantNomad

4 года назад

50,109 Просмотров

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


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

@nuovibusiness
@nuovibusiness - 15.07.2020 19:07

Ciao, is there a way to build a volume screener on all of the pairs on an exchange? I am looking to monitor daily volume and capture 3x or 5x increase on the last 7 days average.

Ответить
@delhitepawan5804
@delhitepawan5804 - 15.07.2020 23:11

Good work buddy. I am very happy as you make video for tradingview pinescript. Keey this good work going. Waiting for more stuff like this.

Ответить
@citizenofindia9486
@citizenofindia9486 - 16.07.2020 12:55

how to execute your pinescript in MT4 platform for auto trading like a EA pls guide

Ответить
@citizenofindia9486
@citizenofindia9486 - 16.07.2020 12:56

i have FXCM account but i cant live auto trade using your pinescript in trading view platform

Ответить
@citizenofindia9486
@citizenofindia9486 - 16.07.2020 17:44

this is ur strategy i saw can u modify to like with entry & exit alert pls

//@version=3
strategy("My Script", overlay = true)

ma = sma(close, 30)

entry() => crossover(close, ma)
exit() => crossunder(close, ma)

strategy.entry(id = "long_ma", long = true, when = entry())
strategy.close(id = "long_ma", when = exit())

plot(ma)

Ответить
@phongdang2874
@phongdang2874 - 17.07.2020 04:09

Wow, how did you figure this out

Ответить
@samsonsamuel345
@samsonsamuel345 - 20.07.2020 01:12

Hi.
Is it possible for telegram alert for customer indicator.

Ответить
@jinalshah9710
@jinalshah9710 - 23.07.2020 16:16

Really good work...

Ответить
@mohdfairuzshamsuddin9734
@mohdfairuzshamsuddin9734 - 25.07.2020 06:58

hello sir.. is it possible to screen the whole stock exchange ?

Ответить
@tomgreg2008
@tomgreg2008 - 25.08.2020 04:19

Great video! Thanks!

Ответить
@saadimarket
@saadimarket - 30.08.2020 19:50

Hi, thank you for your video. I have a question, is it possible to copy or to translate my TC2000 scripts to my trading view account? I have some indicators that need custom values or sometimes twice the same indicator with different periods. Like twice the William R% (10) + William %R (260). Another example I am using Stochastics (5 %K 3 %D3) in TC2000 and it's not possible to customize it in the stock screener of Trading View. Is it possible to do that with the Pine Editor feature of TradingView? Thank you in advance for your help

Ответить
@NEXTBULL
@NEXTBULL - 03.09.2020 21:17

Again amazing video

Ответить
@NEXTBULL
@NEXTBULL - 03.09.2020 21:18

WILL THIS ALERT WORK IN FREE VERSION ALSO ?

Ответить
@ig-kz3gf
@ig-kz3gf - 08.09.2020 18:20

Sir i just want to create alerts only on my Watchlist how to do it plz reply i just want to scan my 100 stocks plz reply sir

Ответить
@piper8463
@piper8463 - 29.09.2020 02:33

Is it possible to use a custom indicator for the screen function vs RSI?

Ответить
@charantejam1688
@charantejam1688 - 07.10.2020 19:18

Hi is it possible to receive alert when price crosses recent pivot high or pivot low

Ответить
@laweeybaba
@laweeybaba - 11.11.2020 02:32

Thanks for the good work.. the strategy will not trigger I don't know what I am doing wrong .
when I add the script it generates the stocks that meets the conditions when I refresh trading, but when I added the alert it would not trigger .
also I noticed the strategy summary is empty all the time meaning the trigger for the strategy is not working for me. kindly help

Ответить
@MrEugeneleo
@MrEugeneleo - 27.12.2020 22:02

is there a way to do on all stocks?

Ответить
@AB-fb6xy
@AB-fb6xy - 28.12.2020 10:00

Thanks for sharing

Ответить
@onkarshinde4424
@onkarshinde4424 - 30.01.2021 10:17

Sir, I want to code for a candlestick color i.e. if candle's real body is less than 50% of entire range/body of candle then that candle's color should be blue
Plz help me to do it.

Ответить
@onkarshinde4424
@onkarshinde4424 - 30.01.2021 19:48

how to get value of OHLC of specific time frame using pine script?

Ответить
@fadjar_rama
@fadjar_rama - 18.02.2021 13:55

Thanks for your hard work. It is very helpful

Ответить
@arindam899
@arindam899 - 06.03.2021 15:55

how to get this pinescript

Ответить
@traderswisdome8761
@traderswisdome8761 - 24.03.2021 09:20

Hi i need to build a screener alert, could u help for it ?

Ответить
@lunacyjun2176
@lunacyjun2176 - 12.04.2021 10:19

Hi, your script is great and i tried modified into different version and it still works!
But recently i had run into an issue which it seems doesn't work well with stock price value below $1, example i had 2 stocks in the screener.
s01 - price @ $10
s02 - price @ $0.50

Both fulfilled my condition, but the alert only shows out s01, anyway to modified the screener so it will include price below $1 as well?

Ответить
@geekyrahuliitm
@geekyrahuliitm - 03.05.2021 00:29

Thanks for creating this video.

Ответить
@jilozindagi9902
@jilozindagi9902 - 13.05.2021 22:57

Plz reply me
can you write candle pattern scanner hammer and shooting star candle.

If you already written.
Kindly provide me video link plz

Ответить
@ssinghal13021981
@ssinghal13021981 - 27.05.2021 15:07

Hi..I need a help, if you can write a small stock screener script for condition " Current price going above previous day high price or today's high price" ..Such Stock will be scanned separately

Ответить
@jantanhero
@jantanhero - 25.06.2021 10:39

U r so great. I have one question Custom Screener can do/get volume for 1 / 5 / 10 / minutes or etc plus alert for all stock exchange. Thanks.

Ответить
@michelledunn6712
@michelledunn6712 - 09.08.2021 16:07

Have to turn off the voice and turn on the closed caption.

Ответить
@rajkumarfredrick9857
@rajkumarfredrick9857 - 18.08.2021 20:21

Hi< thanks for the video. Can you convert this into a Dynamic Alert Study with 40 symbols + ATR trailing SL? Also is it possible to store & retrieve the 40 symbols in a string array? thanks

Ответить
@rajeev4252
@rajeev4252 - 03.09.2021 00:44

hi, thanks for the video. current code generate alert even if there is not change in screener result. Is it possible to trigger alert only if new script is added in screener result??

Ответить
@georgejnrb
@georgejnrb - 05.09.2021 16:42

This is great. I've managed to use it for my script and am quite new to coding, thanks so much.

My question though is, when using alert.freq_all to trigger alerts how can I manipulate src_label such that only triggers if the symbol was not triggered in the previous bar. I tried doing: scr_label != scr_label[1] but doesn't seem to work.

Thanks for your help!

Ответить
@michaelrowlandson8488
@michaelrowlandson8488 - 05.09.2021 18:55

could you set this up with crypto pairs, sorry noob question.

Ответить
@juanjunior99
@juanjunior99 - 06.09.2021 18:43

Can I apply this script to any list or flag in tradingview?

Ответить
@lafinanceautrement6930
@lafinanceautrement6930 - 17.10.2021 08:57

Hello Quantnomad,
Thanks for the vidéo 👍👍
I see that you have 40 values ​​that you have defined yourself I presume.
question: I would like to know if it is possible with trading view to create a code that detects values ​​on all stocks (Us, UK, France)? In your case you define 40 values, in my case I would like to scan all the markets and as soon as a value corresponds to the state of the code, well I get a TELEGRAM alert. This means that the code is constantly scanning thousands of actions! Is it possible ? Thank you so much. Nicolas from La Finance Autrement.

Ответить
@idkmax5977
@idkmax5977 - 02.11.2021 14:00

Thank you so much sir
I managed to earn lot using the screening system

Ответить
@phanikumarkancharla771
@phanikumarkancharla771 - 02.11.2021 18:58

Hi, thanks for making this video. can a screener be created for EMA & MA Crossover for 1 hr timeframe?

Ответить
@bunnythebunbun3804
@bunnythebunbun3804 - 18.11.2021 00:07

Thanks for sharing this, I have a lot to do with this :)

Ответить
@ShivamThakur-2505
@ShivamThakur-2505 - 12.12.2021 14:11

Great Video Bro.. a small doubt..is there any alert limit on free account?... i have created a strategy which will send alert after every 5 minutes. but actually Iam getting email after 10 min once.

Ответить
@MoawiaAlmardoud
@MoawiaAlmardoud - 03.01.2022 18:33

Why don't you use array loop?

Ответить
@syuksuzy
@syuksuzy - 29.03.2022 20:59

did you have plan to upgrade your script to push to discord?

Ответить
@Sachin753
@Sachin753 - 14.08.2022 23:29

Hi, Brother... Plz Reply
I want to perform (Exponent)
a^b
That is Power of No.
For eg. 2^3 = 8
How to perform this in Pine Editor (script)
Plz Reply, Waiting for Ur valuable Reply

Ответить