BetaNASDAQ

See Also...

Related Items

 

 

Description

This formula compares the relative volatility of a NASDAQ stock to the NASDAQ 100 Index.

 

 

Formula

BetaNASDAQ(SERIES)=begin

   thisIndex = VolatilityEx(NDX_X)

   thisInstrument = VolatilityEx($1)

   retval = Diff(thisInstrument, thisIndex)

end

 

 

Note that the symbols embedded in the formula vary from feed to feed.

 

Parameters

SERIES

The SERIES directive makes this formula available as a Formula Study. SERIES refers to the instrument in a chart. SERIES does not become a study parameter.

 

 

Return Value

A relative volatility value.

 

 

Examples

 

 

Comments

NA

 

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