Call

From MultiCharts
Revision as of 22:09, 27 February 2017 by Angelina (talk | contribs) (Created page with "Constant used to designate the Call option instrument. ==Usage== <syntaxhighlight>Call</syntaxhighlight> ==Notes== The Put options could be designated by the Put constan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Constant used to designate the Call option instrument.

Usage

Call

Notes

The Put options could be designated by the Put constant.

Example

Checks if the symbol used for the calculation is a Call option.

condition1 = OptionType = Call;