Page 1 of 1

Multiple Symbols Alerts in One Script

Posted: Sat Jan 22, 2022 3:30 pm
by DK435
Hi - I am looking to add multiple stock tickers in one script once a condition is met.

For example, is it possible to show an alert when RSI is overbought and add multiple tickers (i.e. AAPL, MSFT, FB, etc) into one script. Or is the only way to do this is to individually set up an alert for each stock?

Thanks!

Re: Multiple Symbols Alerts in One Script

Posted: Mon Jan 31, 2022 2:03 am
by processingclouds
You can use request.security to get multiple symbols to same chart and than implement underlying alert conditions based on them.
This way you can have checks for multiple symbols and throw alerts from one script.

Just to note that plotting them will need some kind of scaling to show properly.