+1 888 340 6572

Put: Difference between revisions

From MultiCharts
(Created page with "Constant used to designate the Put option instrument. ==Usage== <syntaxhighlight>Put</syntaxhighlight> ==Notes== The Call options could be designated by the Call consta...")
 
(No difference)

Latest revision as of 22:14, 27 February 2017

Constant used to designate the Put option instrument.

Usage

Put

Notes

The Call options could be designated by the Call constant.

Example

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

condition1 = OptionType = Put;