How can i make the same alert on many different tickers without having to enter the info hundreds of times? Similiarly, is there a way to change the timeframe or ticker of an already existing alert?
I couldn't find anything to try.
How can i make the same alert on many different tickers without having to enter the info hundreds of times? Similiarly, is there a way to change the timeframe or ticker of an already existing alert?
I couldn't find anything to try.
Copyright © 2021 Jogjafile Inc.
You need to use security() function to get data from other timeframes and tickers.
Once you have that, create a function for your alert condition. You can use this function for each timeframe/ticker and see if the condition is satisfied. If it is, you can use the
alert()function to trigger your alert.By using the
alert()you would only create one alert (Any alert() function callfrom the drop-down menu) and it will trigger the alert whenever your condition istrue.