♥ 0 |
Hi Hahn, I wanted to know if you could create a scan criteria that will show stocks whose price is within a certain percentage of the VWAP, above or below. Call it 5% for the purposes of this question. I would prefer if it used the mark or last price rather than the close to make this an open candle indicator/scanner but I’m not sure if that’s a possibility or if it makes a difference. I’ve looked through your other VWAP scan questions in the forum and do not have the knowledge to tweak them to my needs. If a percentage is not a possibility, I would be interested in changing the perimeters to be within a certain dollar value instead. Call it $0.05.
Thank you RESOLVED
Marked as spam
|
Please log in to post questions.
The formula to compute the percent change between two values is: 100 x (secondValue / firstValue – 1). You replace the secondValue and firstValue with your specific variables to compute this for whatever metrics you want to measure. That’s about all I can provide at this point.