PVoli

See Also...

Related Topics

 

 

 

Description

 

 

 

Formula

PVoli(series)=begin

  retval = $1.volume[1]

  if $1.volume > $1.volume[1] then begin

    retval = pvoli[1] + (($1-$1.close) / $1.close) * pvoli[1]

  end

  retval

end

 

 

Parameters

 

 

 

Return Value

 

 

 

Examples

 

 

 

Comments

 

 

©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.