Create Email stock alert with Google Apps script | Simple Triggers

Create Email stock alert with Google Apps script | Simple Triggers

Amarindaz

6 лет назад

20,874 Просмотров

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


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

luck Simi
luck Simi - 30.01.2023 18:47

How to set stock price alert on multiple stocks and get sms instead of mail? Thanks

Ответить
yusuf imt
yusuf imt - 17.11.2022 14:43

Could You make script for "Alert" when Cell value below zero, it's will be helpful

Ответить
neeraj gairola
neeraj gairola - 23.10.2021 21:34

Great video bro, can we also get the alert on WhatsApp or telegram

Ответить
Pravin Lipare
Pravin Lipare - 05.09.2021 07:19

Wonderful, short and informative video. Thanks a ton.

Ответить
Manthan Rajgor
Manthan Rajgor - 10.07.2021 17:36

Can you make video on whatsapp message instead of email??

Ответить
Anthony Macle
Anthony Macle - 30.06.2021 13:20

Great video, what if i want to have several stocks ? i under the same project i added 10 files (10 stocks), when i run the script, only the last file is run in the log. I copied past the script and changed the range only i guess i might need to change some other thing like the 'var' ? can you please help me with this ?

Ответить
sajeev m
sajeev m - 11.06.2021 05:00

Hi
Very nicely explained ✅
I would want an audio notification when desired price is reached is it possible please make a video for it thanks

Ответить
shubhendra singh
shubhendra singh - 18.05.2021 16:31

Sir, in triggers I have set time as every minute. So is there any limit or it is unlimited because in a day it will execute 1440 times

Ответить
Shambhavam Choudhary
Shambhavam Choudhary - 06.05.2021 16:16

Amazing thing for me

Ответить
Jiwesh Kumar
Jiwesh Kumar - 25.04.2021 17:11

How to save the historical nav of mutual funds in spreadsheet.

Ответить
RPDBY
RPDBY - 26.11.2020 05:07

how to set alerts drop drops in percent?

Ответить
Seeyan86
Seeyan86 - 08.10.2020 19:32

does the script run even while you have not the GSheet opened?

Ответить
sagaxd
sagaxd - 11.09.2020 23:54

TypeError: Cannot read property 'getSheetByName' of null (line 3, file "Code")

1 function stockPrice() {
2 var sh1=SpreadsheetApp.getActiveSpreadsheet();
3 var MSFTPrice=sh1.getSheetByName("Sheet1").getRange(7,8).getValue();
4 Logger.log(MSFTPrice);
5 }

Ответить
mytube1000javed
mytube1000javed - 26.08.2020 03:51

What abt Indian stock price?

Ответить
Sowndhar Chinnappa
Sowndhar Chinnappa - 23.07.2020 21:33

I want Email Alerts from Google sheets if CMP comes near to my predifined Buy or Sell price is it possible

Ответить
Renato
Renato - 28.04.2020 14:20

Can somebody help me? If instead a single cell I want to address a range of cells (or an entire colum) what I should do?

Ответить
Maria Signore Becker
Maria Signore Becker - 16.04.2020 20:35

This is super helpful, thanks! But how do you set this up for more than one stock? I tried copy/pasting and referencing a different cell on the same Sheet, but it doesn't seem to be working for me.

Ответить
Tom audio
Tom audio - 06.11.2019 19:44

Great, thank you !!!it encourages me to do my own coding according to my project purpose

Ответить
India Dark
India Dark - 20.08.2019 16:41

If I want to change the desired price then I have to go to the script editor and change it. Is there an option to place the up/down values in a cell in the same sheet?

Ответить