×

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.

Not - MultiCharts
Open main menu

Not

Revision as of 12:49, 18 January 2012 by 194.84.116.138 (talk) (Created page with "Used in True/False statements: '''negative''' ==== Example ==== <syntaxhighlight>Condition1 = True; Condition2 = Not Condition1;</syntaxhighlight> Assigns to [[Conditio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Used in True/False statements: negative

Example

Condition1 = True; 

Condition2 = Not Condition1;

Assigns to Condition2 value opposite to Condition1