New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
HI
USING A FORMULA
AND [ATR(14)/CLOSE>MV]
IT SEEMS MV IN NOT ACCEPTED FOR MINIMUM VOLUME
ANY IDEAS
0
Answers
You would have to specify a number for minimum volume, e.g. 50000. Or, if you are looking for a minimum volume over some period you would use the min( ) function, e.g.
min(5, volume)
That would give you the smallest daily volume of the last five days.
But note that your operation on the left will give a result expressed in points (and most likely a decimal value less than 1), so you would be comparing points to volume. So the expression would almost always be false.
Here is the main page for scanning documentation, with many useful links:
https://support.stockcharts.com/doku.php?id=scans