Is it possible to execute a single Pi script on all the F&O stocks and print out the matching stocks? If yes, then how do we activate such a script without using charts?

In the pi strategy coding tutorial, I saw that we need to open the chart of a particular stock for activating a EA or script? How do we activate a script on all the F&O stocks, without using charts?

3 Likes

yes, It is possible to apply single script to multiple group of stocks for that you have to use Scanner

go to pi -> Alerts -> Scanners and create a new scanner.

thanks, shall try it out and get back in case of queries