IsOptionable

IsOptionable ();

Description

Returns true if the current symbol is optionable, false - otherwise.

Example

AddLabel(IsOptionable(), "IV: " + imp_volatility() * 100 +  "%");

Displays a label for optionable symbols showing the implied volatility in percentage.