NexusFi: Find Your Edge


Home Menu

 





VWAP Scanner


Discussion in ThinkOrSwim

Updated
    1. trending_up 2,331 views
    2. thumb_up 4 thanks given
    3. group 3 followers
    1. forum 4 posts
    2. attach_file 2 attachments




 
Search this Thread

VWAP Scanner

  #1 (permalink)
sgtrades19
Naperville, IL
 
Posts: 4 since Jan 2021
Thanks Given: 1
Thanks Received: 1

Hi All,

This could be a stupid question, so I apologize in advance if this is not possible - I have a quick request for a VWAP scanner for ThinkOrSwim. I'd like to scan for stocks where the current bar/candlestick is slightly above the VWAP. I'd like to adjust the % amount so I can get stocks with chart setups like below:



Is this possible? I've tried different VWAP scanner setups and they kind of yield results similar to what I'm looking for, but not fully.

Thanks!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Diary of a simple price action trader
26 thanks
Tao te Trade: way of the WLD
23 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #2 (permalink)
sgtrades19
Naperville, IL
 
Posts: 4 since Jan 2021
Thanks Given: 1
Thanks Received: 1

Hi,

Wanted to follow up on my previous post - is there anyone that can help with this request? Thanks!

Reply With Quote
  #3 (permalink)
 
casey44's Avatar
 casey44 
Louisville KY
 
Experience: Beginner
Platform: NT8
Trading: micros
Frequency: Daily
Duration: Minutes
Posts: 247 since Jan 2010
Thanks Given: 4,049
Thanks Received: 311



sgtrades19 View Post
Hi,

Wanted to follow up on my previous post - is there anyone that can help with this request? Thanks!

Here's a tos-user site I occasionally look in on, just at a glance a google search led to this thread, maybe relevant, if helps hope you'll return and let us know.
https://usethinkscript.com/threads/vwap-cross-scanner-for-thinkorswim.2116/

Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
sgtrades19
Naperville, IL
 
Posts: 4 since Jan 2021
Thanks Given: 1
Thanks Received: 1

Thanks for the quick response, Casey! Unfortunately, I've gone through the solutions on that link and have tested them before but it did not provide me what I was looking for.

Reply With Quote
Thanked by:
  #5 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43

This worked for me, but ends up including a very large result, so you'll likely need to narrow using more criteria. The 1.1 value is 110% of VWAP, so adjust that to the percentage you want.

Jay

 
Code
plot result = close >= (1.1 * reference VWAP("time frame" = "MONTH"));
As a separate study, this will display the values for current chart in a label...
 
Code
def localVWAP = reference VWAP("time frame" = "MONTH");

AddLabel(yes, "VWAP: " + localVWAP +
 " Close: " + close +
 " Diff: " + (close - localVWAP) +
 " Pct: " + AsPercent((close - localVWAP)/localVWAP), Color.CYAN);

Reply With Quote




Last Updated on January 18, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts