VWAP Stock scan filter for Day traders


Category:
0
0

Hello Hahn,

 

As you know, the VWAP is a key for a lot of day traders. I wanted to know if you could create a scan criteria that will filter out stocks whose last price is trading more than 20 cent under the VWAP.

Marked as spam
Posted by (Questions: 22, Answers: 63)
Asked on June 1, 2018 10:15 am
2352 views
0
Private answer

Another candidate for the Condition Wizard. First screenshot shows the initial setup for the close being greater than VWAP plot. Second screenshot shows the thinkScript Editor where we subtract 0.20 from the VWAP plot. Net result: “Close is greater than the VWAP minus 20 cents”.

You did ask to “filter out” stocks that met this criteria. So I interpreted that literally as to exclude stocks that met this criteria.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on June 1, 2018 11:09 am
0

will test now, thank you

( at June 1, 2018 11:24 am)
0

woks as expected. You sir are a legend

( at June 1, 2018 11:27 am)
0
This is magic. Is it possible to have the close to be within -5% to +5% of the VWap. so i can see stocks that are within those ranges?
( at June 22, 2020 10:31 pm)
0
close is greater then reference VWAP()."VWAP" * 0.95 and close is less then reference VWAP()."VWAP" * 1.05
( at June 23, 2020 7:33 am)