A question about ML and scanners

Hello there:



I was looking for some videos  on youtube and I came to watch this:



https://youtu.be/z7-eYt3m6-M



In this particular video… It says that Machine learning is used to decided what to trade… Now with that I wondered, is there a way to cointegrate  stock scanners with Phyton coding?? 



I mean if we are going to use machine learning in order to make the computer learn what to trade… Then there must be a way of theachine learning algorithms to cointegrate with stock scanners… Right?? Otherwise how will the algorithm will know what to trade?? 



Could you please tell me about this if you know it…?? 



Thanks



 

Hi Ghery,



Yes, it is possible. To do this you may have to rely on the relevant Python libraries. For example, if you want to filter/select stocks based on technical indicators, you can use the talib library.



Thanks,

Rushda

Hello there:



 Ok but how to you obtain the whole universe of stocks… I mean I need a list of stocks in order to search for a particular setup of a

Stocks… How do I get the list?? 

Hey Ghery,



You can get the list of all of the stocks listed on a particular index/exchange from their respective websites itself. For example, if you need all the stocks listed on the NYSE, you can get them from the listing directory of the NYSE.



The list of stocks is also easily available on web resources such as Wikipedia.



Thanks,

Rushda Ansari