Go Back   Traders Laboratory > Financial Markets > Forex Laboratory

Forex Laboratory Discussion forum for Forex traders.

Reply
Bookmarks
del.icio.us StumbleUpon Google Digg Facebook Furl Reddit Netscape

 
LinkBack (1) Thread Tools Search this Thread Display Modes Language
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-15-2007, 09:29 PM
walterw's Avatar
walterw walterw is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,072
Thanks: 0
Thanked 12 Times in 11 Posts
Playing with the Dynamic Vwaps open research

So here I open this thread where we can open our minds arround this new dynamic vwaps...

Here we can interact freely on the great amount of alternatives this type of indicator brings.. I know we may come up with very cool ideas on how we can use them... and even more, we can optimize some programing ideas into this very interesting algorithm...


For the people that are not following the very first genesis on this ideas, let me make a small intro about this...

Vwaps ... we have a great deal of information with great detail here on TL thanks to Jerry`s great Threads, I understand at this point they are already 11 threads... great info, great teaching ¡¡ thanks Jerry ¡¡

Here are some links to Jerrys threads :

http://www.traderslaboratory.com/for...lume-1962.html
http://www.traderslaboratory.com/for...-the-1990.html

now, vwaps here will be treated with some new variations... the first new concept to be introduced here is Paul Levines Midas aproach...

Basicly he takes vwaps (btw we must check his exact formulation) and he has the ability to choose from what date and time the vwap starts... from there on we will call them : dynamic vwaps as they are dynamic into the flexibility we have of choosing where they start...

I attach once again his material wich was published for the free public... Unfortunately Paul passed away and his method did not pick much popularity...

Well here we are ¡¡ ready to revisit the method and also start creating some fancy NEW IDEAS arround this indicator...

Nothing could be done without the tools... and this week we had the blessing of having programed one very first version of this tools on NT (Ninjatrader) charting platform... the vwap was programed for NT by Josh on Ninjatrader Forum who is a Certified NinjaScript Expert and here on TL is cvax... then Sparrow did program the dynamic version wich has the ability to choose the time where the vwap starts plotting... so YES ¡¡ we got a very nice first tool to start working on...

Apart of being vwaps, they also have sd bands as well...

So here will be the arena to deal with this topic... we will see where we get...

hope somwhere jejeje.... cheers Walter.
Attached Files
File Type: zip Paul Levine Midas Trading Method 1.zip (571.4 KB, 74 views)
File Type: zip Paul Levine Midas Trading Method 2.zip (735.6 KB, 51 views)

Reply With Quote
  #2 (permalink)  
Old 11-15-2007, 09:32 PM
walterw's Avatar
walterw walterw is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,072
Thanks: 0
Thanked 12 Times in 11 Posts
Re: Playing with the Dynamic Vwaps open research

Here goes the first two versions Sparrow created on the indicator... cheers Walter.
Attached Files
File Type: zip VWAP_v0[1].1.6b.zip (4.1 KB, 48 views)
File Type: zip VWAPMulti_v0[1].9.zip (4.9 KB, 31 views)

Reply With Quote
  #3 (permalink)  
Old 11-16-2007, 12:40 AM
darthtrader darthtrader is offline
Premium Trader

Trader Specs
 
Join Date: Apr 2007
Location: western ny
Posts: 354
Thanks: 5
Thanked 25 Times in 13 Posts
Re: Playing with the Dynamic Vwaps open research

fantastic, look forward to this thread.
I broke my brain trying to understand how to change that original vwap script that was on the forum.

Reply With Quote
  #4 (permalink)  
Old 11-16-2007, 05:20 PM
jperl's Avatar
jperl jperl is offline
Premium Trader

Trader Specs
 
Join Date: Sep 2006
Location: Rochester,NY
Posts: 258
Thanks: 0
Thanked 32 Times in 19 Posts
Send a message via AIM to jperl
Re: Playing with the Dynamic Vwaps open research

Quote:
View Post
So here I open this thread where we can open our minds arround this new dynamic vwaps...

Here we can interact freely on the great amount of alternatives this type of indicator brings.. I know we may come up with very cool ideas on how we can use them... and even more, we can optimize some programing ideas into this very interesting algorithm...
Walter,
VWAP computations are of course intrinsically dynamic and their value depends only on the starting time. In the scalping thread , I pointed out that you could start a VWAP computation at any time during the day and use it to scalp the market. This usually works well, but as usual you still have to be careful with breakouts.

The other point to be made is the dynamic nature of VWAP and its standard deviations allow you to use them as if they were pivot points from previous days, weeks, months, years. I discussed this in the HUPthread
The advantage of using these instead of the standard pivot values is
a)They are not huristic, but based on the pure statistics of the market price and volume data and b)They update dynamically rather than remain static as more data is added to the computation during the day.

Also thanks for the Paul Levine references. I was not aware of this work and will have to take a closer look at it.
[/quote]

__________________
JERRY

---I'm going to trade til I'm 100, or die trying----
Reply With Quote
  #5 (permalink)  
Old 11-17-2007, 09:19 PM
walterw's Avatar
walterw walterw is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,072
Thanks: 0
Thanked 12 Times in 11 Posts
Re: Playing with the Dynamic Vwaps open research

Hi Jerry, thanks for your post here ¡¡ I consider you the expert on this arena... I really aprecciate all your great threads ¡¡ no doubts you got it to the real practical thing... I got really interested on Levine`s work as I finded some good logic behind it, now he did it on daily bars... question would be if it really would work for daytrading... but now that we got the tools we can find out how this could turn out...

Dynamic S&R levels from statistical analisis YES... thats for sure one big edge... obviously the capacity in reading the posible output Break or Hold its the next great edge...

well we will see what we can do arond Levine`s ideas... cheers Walter.

Reply With Quote
  #6 (permalink)  
Old 11-27-2007, 04:40 PM
Sparrow's Avatar
Sparrow Sparrow is offline
Nit

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 316
Thanks: 89
Thanked 17 Times in 14 Posts
Re: Playing with the Dynamic Vwaps open research

Hi guys,

I fooled around with the VWAP, checked if it is designed like the MIDAS and can confirm it. This version is more tuned to the application with the MIDAS system, however I removed the live ticks code, it uses the median price for approximation as described in the documents.
I wrote it on NT 6.5, so no idea if it is backwards compatible.

Have fun
Attached Files
File Type: zip VWAPMod_v09.zip (3.9 KB, 24 views)

Reply With Quote
  #7 (permalink)  
Old 11-27-2007, 08:06 PM
Pat1 Pat1 is offline
Registered Trader

 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Playing with the Dynamic Vwaps open research

Sparrow,

The code is compatible with NT 6.

To be truly functional, the VWAP code should be implemented similar to line studies. I'm not sure if the cursor coordinates are availble for indicator programming.

Super discussion. Thanks to all.

Pat

Reply With Quote
  #8 (permalink)  
Old 11-27-2007, 08:29 PM
walterw's Avatar
walterw walterw is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,072
Thanks: 0
Thanked 12 Times in 11 Posts
Re: Playing with the Dynamic Vwaps open research

Nice and clean Sparrow...

will see what we can evolve here... its clear that pivot selections would be a start... but so far being above/ below vwap really gives a nice line on the sand... cheers Walter.

Reply With Quote
  #9 (permalink)  
Old 11-27-2007, 08:41 PM
Sparrow's Avatar
Sparrow Sparrow is offline
Nit

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 316
Thanks: 89
Thanked 17 Times in 14 Posts
Re: Playing with the Dynamic Vwaps open research

Pat1,

I totally agree, however I don't think it can be done and I haven't seen any other indicator do it. It would make finding the right launch point for the VWAP a lot easier.
A workaround would be to have an indicator that launches several(5,10,whatever) VWAPs at once scattered around a selected bar.
After chosing the right bar, simple replace the VWAPs with a single VWAP.

I am currently trying to implement the Topfinder/Bottomfinder, unfortunately I haven't been able to figure out what the formulas in Lesson-14 mean. It should be quite simple, any help would be appreciated.

Cheers

Reply With Quote
  #10 (permalink)  
Old 11-28-2007, 01:25 AM
Sparrow's Avatar
Sparrow Sparrow is offline
Nit

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 316
Thanks: 89
Thanked 17 Times in 14 Posts
Re: Playing with the Dynamic Vwaps open research

After some more toying around I got the StartTime to save in templates and workspaces, otherwise no further improvements.

TOPFINDER doesn't seem to be all that necessary when there aren't many opportunities to put it to work. Maybe I'll implement it just for kicks.

Quote:
TOPFINDER examples are generally rare, perhaps of the order of one instance in a year's worth of data for twenty
stocks.
For completeness I've also added the OBV Mod which uses the median price and not the close for determining if volume should be added or subtracted. As a result levels differ a bit but formations are pretty much the same.

Cheers
Attached Files
File Type: zip VWAPMod_v091.zip (4.0 KB, 24 views)
File Type: zip OBVMod_v1.zip (1.5 KB, 23 views)

Reply With Quote
Reply

LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f24/playing-with-the-dynamic-vwaps-open-2859.html
Posted By For Type Date
Traders Laboratory - forumdisplay This thread Refback 11-15-2007 09:32 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing with the VMAR`s open research walterw Forex Laboratory 701 03-15-2008 01:19 PM
Tro Dynamic Fibs Sr TheRumpledOne Trading Indicators 10 02-16-2008 11:27 AM
Walter`s First Forex Research (various ideas) walterw Forex Laboratory 156 07-31-2007 06:59 PM
Playing the Opening Gap Soultrader Technical Analysis 19 05-23-2007 04:10 PM
Research On Forums and Communities. Comments Please. RichardKen General Discussion 6 02-18-2007 07:48 PM


All times are GMT -4. The time now is 04:20 AM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60