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.
Daily closing range and % chnage
New to Stockcharts and need some help with scanning on the following parameters.
Need to scan stocks that are:
Daily Closing Range (%) >=75%
and Price % change "-2%" (Minus 2%)
and "% off High" >= -15% (Minus 15)
Any guidance or steps will be of great help.
Thanks in Advance.
0
Comments
Daily Closing Range (%) >=75%
75% of what?
For Price % change, you could try the PctChange( ) function:
https://support.stockcharts.com/doku.php?id=scans:advanced_scan_syntax:pctchange_scans
For % off high, check out this link for near crosses:
https://support.stockcharts.com/doku.php?id=scans:advanced_scan_syntax:near_crosses
Note you may want to test for ranges, not specific per cent changes. The probability of an exact per cent change is small. So you would want to test for, for instance, Price % change "between -1.8% and -2.2%", or "between -1% and -3%" (so less than one, greater than the other).
Thanks.
75% of the price range of the symbol.
I will review the link. Thanks for commenting.
and [ close > [low + [range * .75] ]
I was not sure if we can post competitor links here... If you can help how to get it in SC, it will be great.
Thanks!!!
BTW, this isn't really a "competitor" website. This is a user forum created for discussion on various topics.