[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RT] Normalized Weighted Volume Indicator



PureBytes Links

Trading Reference Links

I modified the original "Weighted Volume" as I described before to use "TrueRange" rather than "Range":

   Vol = Vol + (Volume / Average(Volume, Length)) * (Close - Close[1])/TrueRange;;

I then added a Reference line calculated as:

   Ref = Ref + (Close - Close[1])/TrueRange;

I then subtracted the Reference line from the weighted volume to arrive at a Normalized Weighted Volume:

   NWV = Vol - Ref;

Attached are some pictures. 

In the top subgraph of each, the Price is green, the Weighted Volume is red, and the Reference is blue.

In the bottom subgraph of each, the Normalized Weighted Volume ("NWV") is the black curve.

These are weekly bars for several stocks. 

I found it interesting that the black curve for SPY (and QQQQ) move down continuously. Can anyone suggest a reason why?

Bob Fulks





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Transfer from your equities account.  
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/realtraders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/realtraders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:realtraders-digest@xxxxxxxxxxxxxxx 
    mailto:realtraders-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    realtraders-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Attachment: RT.XOM.PNG
Description: PNG image

Attachment: RT.GE.PNG
Description: PNG image

Attachment: RT.SPY.PNG
Description: PNG image

Attachment: RT.UTX.PNG
Description: PNG image