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.
I wonder if the scan that searches for high trading volumes:
[type=stock]
and [volume > yesterday's sma(20,volume)*4]
and [close > yesterday's close]
can be modified so that stocks with high BUY volumes are identified and listed separately from those of high SELL volumes. In currently format the scan generates a list which includes both stock volume groups together.
Thank you.
Chris
0
Answers
Chris
[GROUP IS NOT TSE300] AND [EXCHANGE IS NOT TSE] AND
[GROUP IS NOT NSE] AND [GROUP IS NOT LSE] AND
[CLOSE >= LOW + [ [HIGH+LOW] *.5]]
AND [CLOSE >= LOW + [HIGH-LOW] *.5] // the range is high *minus* low, not high plus low
AND [CLOSE >= HIGH+LOW *.5]
AND [CLOSE >= LOW + [ range *.5]]