NexusFi: Find Your Edge


Home Menu

 





Yearly VWAP from specific date?


Discussion in ThinkOrSwim

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




 
Search this Thread

Yearly VWAP from specific date?

  #1 (permalink)
 robt1975 
honolulu, HI
 
Experience: Beginner
Platform: Sierra chart
Trading: es
Posts: 4 since Aug 2018
Thanks Given: 0
Thanks Received: 0

Does anyone know the thinkscript I would need to enter into my VWAP study to get it to start at a specific date which might be up to a year in the past?

Thanks!

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
36 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #2 (permalink)
 kjhosken 
Seattle, WA/USA
 
Experience: Intermediate
Platform: TOS, TS
Trading: Forex, crude
Posts: 96 since Sep 2016
Thanks Given: 7
Thanks Received: 35

I think this may be what you are looking for:

 
Code
 

# TS_PERIOD_VWAP 

# http://www.thinkscripter.com 

# [email protected] 

# Last Update 19 OCT 2011 

  

# Daily Charts and up only 

  

input startDateYyyyMmDd = 20090309; 

def beyondStartDate = if getYyyyMmDd()>= startDateYyyyMmDd then 1 else 0; 

  

plot VWAP = TotalSum(if beyondStartDate then (((high+low+close)/3)*volume) else 0)/TotalSum(if beyondStartDate then volume else 0); 

  

VWAP.SetDefaultColor(color.orange); 

VWAP.SetStyle(curve.SHORT_DASH); 

VWAP.SetLineWeight(2);

Follow me on Twitter Reply With Quote
  #3 (permalink)
 robt1975 
honolulu, HI
 
Experience: Beginner
Platform: Sierra chart
Trading: es
Posts: 4 since Aug 2018
Thanks Given: 0
Thanks Received: 0


Thank you!

Sent using the NexusFi mobile app

Started this thread Reply With Quote




Last Updated on July 5, 2019


© 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