×

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
Open main menu

Changes

Then

11 bytes added, 11:00, 19 February 2012
no edit summary
Used in combination with [[If]] to form a conditional statement that executes specific instructions if a logical expression is true.
For more information see [[If.]] ==== Usage ====
<syntaxhighlight>If E Then I</syntaxhighlight>
Where: [[E]] - a true/false expression
[[:'''E''' - a true/false expression.:'''I]] ''' - conditional instructions .
==Notes == Example * For more information see [[If]]. ==Example ==If [[''UpTrend]] '' is false then sell:
<syntaxhighlight>If UpTrend=False Then Sell Next Bar Market;</syntaxhighlight>
[[Category:Comparisons and Loops]]