Traders Laboratory - View Single Post - Trading with Market Statistics XI. HUP
View Single Post
  #8 (permalink)  
Old 10-31-2007, 07:43 PM
darthtrader darthtrader is offline
darthtrader has no status.

Trader Specs
 
Join Date: Apr 2007
Location: western ny
Posts: 353
Thanks: 5
Thanked 32 Times in 17 Posts
Re: Trading with Market Statistics XI. HUP

Quote:
View Post
I failed to weight the prices properly for a vwap. The stdev lines are shown with equally weighted prices,
How are you weighting the bands? I've been messing around with trying to get this going for ninjatrader but its just a mess. I've backed off and have been doing basic C# tutorials so hopefully i can get this going at some point. The nice thing with ninja is it would be free for anyone to use.

multiplier3 = 3
VWAPUpper3.Set(VWAPLine[0] + multiplier3 * vwapsd[0])

i take it thats the wrong way? The weighting would be 2nd std dev by .7 something and 3rd by .9 something?

Reply With Quote