Hi All,
as the post says. I am looking for scanners to help me to find stocks with certain criteria.
Online scanners I know :
TD Ameritrade : they have great scanner and the tool is free but they currently don't accept accounts from Europe. I am not allowed to open account with them now.
Zacks stock scanner : nice but nothing special and a lot of missing features.
Trade ideas : very expensive and I don't know how advanced it is.
Finviz: great free tool but I still miss many things
I want to know if there is any other professional scanners that I don't know about them.
If not, I was thinking to build my own tool since I have software skills.
This is what I am planning to do :
Database ( MySQL or SQLite ) : I can collect the historical data from yahoo finance and save them(Nasdaq, NYSE, I also think to extend this to German stock markets). they will be updated on daily basis.
Scanners(Python):
Candle stick search patterns on weekly since they are more effective(Hammer, ... ).
Indicators : search for stocks with specific technical indicators like BB , MACD, RSI ....
Unusal behaviour : climatic stocks, search for spikes volume , ..
Earnings : search stocks with specific earnings history.
relative strength : I don't think I have to pay for IBD to get this kind of evaluation.
Back testing: This will be exhaustive task since the framework will last long.I am not willing to pay much for Amibroker.
and more
did anyone started a similar activity before and had some luck and want to share his experience ?
as the post says. I am looking for scanners to help me to find stocks with certain criteria.
Online scanners I know :
TD Ameritrade : they have great scanner and the tool is free but they currently don't accept accounts from Europe. I am not allowed to open account with them now.
Zacks stock scanner : nice but nothing special and a lot of missing features.
Trade ideas : very expensive and I don't know how advanced it is.
Finviz: great free tool but I still miss many things
I want to know if there is any other professional scanners that I don't know about them.
If not, I was thinking to build my own tool since I have software skills.
This is what I am planning to do :
Database ( MySQL or SQLite ) : I can collect the historical data from yahoo finance and save them(Nasdaq, NYSE, I also think to extend this to German stock markets). they will be updated on daily basis.
Scanners(Python):
Candle stick search patterns on weekly since they are more effective(Hammer, ... ).
Indicators : search for stocks with specific technical indicators like BB , MACD, RSI ....
Unusal behaviour : climatic stocks, search for spikes volume , ..
Earnings : search stocks with specific earnings history.
relative strength : I don't think I have to pay for IBD to get this kind of evaluation.
Back testing: This will be exhaustive task since the framework will last long.I am not willing to pay much for Amibroker.
and more
did anyone started a similar activity before and had some luck and want to share his experience ?