×

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

Low

437 bytes added, 14:01, 18 January 2012
Created page with "Returns the low price. ==== Usage ==== Low ==== Example ==== Plot the low price of the current bar: <syntaxhighlight>Plot1(Low,"Low");</syntaxhighlight> Plot the..."
Returns the low price.

==== Usage ====
[[Low]]

==== Example ====
Plot the low price of the current bar:

<syntaxhighlight>Plot1(Low,"Low");</syntaxhighlight>

Plot the low price of the previous bar:

<syntaxhighlight>Plot1(Low Of 1 Bar Ago,"Previous bar's low");</syntaxhighlight>

Plot the low price of two bars ago:

<syntaxhighlight>Plot1(Low[2],"Low 2 bars ago");</syntaxhighlight>



[[Category:Data Information/General]]
Anonymous user