Hi Guys. I am looking for a screener/scanner I can programm for some little own confirmations. First I would like to filter for the stocks (>20$, Volume>1mio ...) and then I would like to scan for i.e. increasing volume, 3 green candles in a row. distance to the next pivot. and so on... TradeIdeas is not able to do this - if someone would suggest this one. So I am sure I need a scanner which I can programm on my own.. I am from EU, so I think I cant use ToS which has a language for programming.. Any other thoughts? Thanks in advance.
MedvedTrader - has scanners that are fully programmable in C# for any complexity. You do have to connect MedvedTrader to a data source that it accepts and the scanning is done on the list of symbols that you specify. The scanning can be done in real time as the data comes in.
TC2000 has a simple script language that can do these with ease. End of Day version is reasonable too. No need for real time.
IB has scanners where you can specify your conditions and get scan results. You can also fetch live and historical data using their api if you want to add some custom filters by using that data.