Hi Everyone
I was wondering if it is possible to add an additional line to some of my screeners, that sets a minimum volume amount, to filter out stocks that have low volume.
An appropriate minimum would probably be stocks that have a volume MA above 100,000
If anyone could assist me in creating this it would be much appreciated
Kind Regards
you can add something like = average[10](volume)>100000 (last 10 days) or without the average it is = volume>100000