×

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.

False - MultiCharts
Open main menu

A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs.

Usage

False

Example

False And True  will return a value of False 

2=1  will return a value of False

Declare LogicalVar as a true/false variable with the initial value of false:

Variable:LogicalVar(False);

Declare Overnight as a true/false input with the default value of false:

Input:Overnight(False);