Generally look out for the stocks that closed at day's high with heavy volumes.
Source:Internet
Conditions
1)Current day volume should be 10 times greater than the previous day volume
2)Also Volume should be greater than 1,00,000 inorder to filter low volume stocks
3)One can vary the number of times a stock should be greater than the previous days and the minimum amount of volume to be scanned.
Use this for Amibroker AFL.
Code:
Filter = V > 10*Ref(V,-1) AND V>100000;
AddColumn(V, “Volume“, 1);
Any software can give you this,
Also many websites give this data,example
http://zeenews.india.com/business/stockmarket/topvolume.html