Scanning program

HI im new to trading.

I need program that search stocks which prize has increadably changed during last few minutes or so
For example todays UAUA.I noticed this stock when it was halted already.

Could anyone help me?
 
Quote from privador81:

HI im new to trading.

I need program that search stocks which prize has increadably changed during last few minutes or so
For example todays UAUA.I noticed this stock when it was halted already.

Could anyone help me?

Any charting software with programming features, like Tradestation, Metastock or Amibroker or any stock scanning software operating real-time. like TeleChart for example, can do that easily.

John
 
Quote from privador81:

HI im new to trading.

I need program that search stocks which prize has increadably changed during last few minutes or so
For example todays UAUA.I noticed this stock when it was halted already.

Could anyone help me?

There are a few free ones, but you mentioned 'during the last few minutes' so I'm guessing you need real time?

If not, MSN's downloadable deluxe screener is alright, but it's not real time.
 
Quote from privador81:

HI im new to trading.

I need program that search stocks which prize has increadably changed during last few minutes or so
For example todays UAUA.I noticed this stock when it was halted already.

Could anyone help me?
 
Quote from forrestang:

There are a few free ones, but you mentioned 'during the last few minutes' so I'm guessing you need real time?

If not, MSN's downloadable deluxe screener is alright, but it's not real time.

That's not so bad if you don't need real time.
 
i use java's esper library. stream the data through a query that looks for stddev of a 30 second window > average.

PM me for details
 
Back
Top