Call volume minus Put volume

Discussion in 'Technical Analysis' started by trackstar, Feb 6, 2009.

  1. Code:
    [color=blue]
    inputs: 
    	AvgLength( 20 ); 
    variables:
    	CallputVol( 0 ),
    	AvgCallputVol( 0 ) ;
    
    CallputVol = (callvolume - putvolume) ;
    AvgCallputVol = Average( callputvol, AvgLength ) ;
    
    
    Plot2( AvgCallputVol, "AvgCallputVol" ) ;
    [/color]
    


    If anyone figures out a good way to use it post it up!
     
  2. ?.....it seems you have figured out a "good" way to manipulate the View Count. :mad:
     
  3. Thanks for the post