|
|
|
|
|||||||
| Market Profile® Are you a market profile trader? Post here. |
![]() |
|
|
LinkBack (6) | Thread Tools | Search this Thread | Display Modes |
|
|||||||||||||||
|
Re: Trading with Market Statistics. IV Standard Deviation
__________________
JERRY ---I'm going to trade til I'm 100, or die trying---- |
|||||||||||||||
|
|||
|
Re: Trading with Market Statistics. IV Standard Deviation
I think I understand your point.... but it also is not good news from the point of calculating SD, since one has to save values for volume at price ( or whatever unit one will use) for calculating the vi/V element. This makes coding VWAP SD as complex as MP - not a good news for NEWBE:sad:
I have come up with crude approximation of SD, by dropping vi/V factor, and it is remarkably close to your pic for July 23rd for whatever it is worth. See the pic attached |
|
|||
|
Re: Trading with Market Statistics. IV Standard Deviation
nickm,
can I take a look at your code? personally, I like the comparison to 'bollinger bands' -- bollinger bands do not 'volume weight' each observation. yes, it does matter what volume traded where -- but it can also be argued that 'data outliers' are actually more important when doing statistical analysis -- even if they occur on less volume. but you can argue this either way... I think unweighted price versus VWAP_H could be a useful indicator... |
|
||||
|
Re: Trading with Market Statistics. IV Standard Deviation
If you are going to use unweighted prices to compute SD, then use an unweighted average to compare it too. Be consistent. Don't compare apples to Oranges.
__________________
JERRY ---I'm going to trade til I'm 100, or die trying---- |
|
|||
|
Re: Trading with Market Statistics. IV Standard Deviation
<<If you are going to use unweighted prices to compute SD, then use an unweighted average to compare it too. Be consistent. Don't compare apples to Oranges.>>
I already do that with Keltner Channels and Bollinger Bands. I am looking for 'variation of price' around the point of 'value' (VWAP).... I am not looking for 'variation of volume-weighted price' around the point of value... |
|
|||
|
Re: Trading with Market Statistics. IV Standard Deviation
Jerry's point is that a 1 point swing from VWAP with 100 contracts is different from 1 point swing from VWAP with 10,000 contracts, during the same time period. So the formula in his first message is correct.
I suspect that treating VWAP as moving average and calculating SD as the difference between VWAP and price as in bollinger bands is incorrect. Though, I do not know how much it differs. Jerry, one thing just wonders me, why you did not take VWAP[i] in your formula, so Variance = SUMi[Pi(pi - VWAPi)2] ? This would make more sense to me. |
|
|||||||||||||||
|
Re: Trading with Market Statistics. IV Standard Deviation
Consider the 5 numbers, 1 2 3 4 5 all of equal weight for simplicity what is their average: (1+2 + 3 +4 +5)/5 = 3.0 what's the variance: [(1-3.0)^2 + (2-3.0)^2 + (3-3.0)^2 + (4-3.0) ^2 + (5-3.0)^2]/5 = [4.0 +1.0 + 0 + 1.0 + 4.0]/5 = 2.0 Do you notice what value I use for the average in each of the squared terms? It's 3.0. If I added another number to the series, say 6, then the new average would be (1 + 2 + 3 +4 +5 +6)/6 =3.5 I would then compute the next variance using this average in the squares. Hope this clears up the computation method
__________________
JERRY ---I'm going to trade til I'm 100, or die trying---- |
|||||||||||||||
|
|||
|
Re: Trading with Market Statistics. IV Standard Deviation
Check this out...
(first note that yes, my code is a bit flawed but I don't think by much since there is little movement here in the VWAP number so the numbers are not far off...) Look how my std dev bands compress and expand. This shows classic market behavior in that it is oscillating between 'balance' and being 'out of balance' -- a core market profile concept.... (this chart is using rolling 90-minute period for its std dev (45-period chart on a 2-min chart)-- its acting like a bollinger band does -- using rolling data -- but based on VWAP rather than a moving average). More interesting is look how price breaks lower out of the triangle/balancing and forms a classic 'bear flag' prior to breaking lower. I used to hate coils -- but the VWAP std dev bands show a market that is doing its thing -- coming out of balance then going back into balance -- then coming out again... knowing which environment you are in is crucial. you can see how the market shot out of the balance with a jolt down (it actually gapped). this was followed by a mini bear-flag which set up excellent location for a short... Yes, I traded this pattern today. http://bp0.blogger.com/_5h-SWVGx6Ms/...Coil+Break.bmp |
| The Following User Says Thank You to Dogpile For This Useful Post: | ||
erk53 (06-29-2008) | ||
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f6/trading-with-market-statistics-iv-standard-2101.html
|
|||
| Posted By | For | Type | Date |
| mean trades: Kalman Levels | This thread | Refback | 01-05-2008 02:22 AM |
| mean trades: December 2007 | This thread | Refback | 01-03-2008 02:48 PM |
| mean trades | This thread | Refback | 12-25-2007 04:20 PM |
| how to plot standard deviation of the vwap - Sierra Chart Boards | This thread | Refback | 07-26-2007 08:42 AM |
| how to plot standard deviation of the vwap - Sierra Chart Boards | This thread | Refback | 07-26-2007 08:28 AM |
| Traders Laboratory - forumdisplay | This thread | Refback | 07-23-2007 11:45 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|