Call
From MultiCharts
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;