×

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.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

False

188 bytes added, 11:27, 19 February 2012
no edit summary
A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs.
==== Usage ====
<syntaxhighlight>False</syntaxhighlight>
==== Example ==Notes ==<syntaxhighlight>False And * Also see [[True will return a ]] for the logical true Boolean value of False .* See [[And]] and [[Or]] for combining true/false expressions in one statement.
2=1 will = Examples ==<syntaxhighlight>False And True</syntaxhighlight>Will return a value of False</syntaxhighlight> .
Declare LogicalVar as <syntaxhighlight>2 = 1</syntaxhighlight>Will return a true/false variable with the initial value of false: False.
<syntaxhighlight>Variable:Declare ''LogicalVar(False);<'' as a true/syntaxhighlight>false variable with the initial value of false:
Declare Overnight as a true<syntaxhighlight>Variable: LogicalVar(False);</false input with the default value of false: syntaxhighlight>
Declare ''Overnight'' as a true/false input with the default value of false:  <syntaxhighlight>Input:Overnight(False);</syntaxhighlight>
[[Category:Comparisons and Loops]]

Navigation menu