×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Or - MultiCharts
Open main menu

Or

Revision as of 12:52, 18 January 2012 by 194.84.116.138 (talk) (Created page with "A logical (Boolean) operator that returns True if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A logical (Boolean) operator that returns True if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/false values.

Usage

E1 Or E2

Where: E - true/false expressions

Example

2=1 Or 2>2

will return a value of False

True Or False Or False will return a value of True