×

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.

And - MultiCharts
Open main menu

And

Revision as of 12:43, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)

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

Usage

E1 And E2

Where: E- true/false expressions

Example

2=1 And 2=2   will return a value of False 

True And True And True   will return a value of True