×

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

Low

118 bytes added, 11:58, 19 February 2012
no edit summary
Returns the low price.
==== Usage ====
<syntaxhighlight>Low</syntaxhighlight>
==Notes == Example * See [[Close]] for the closing price, [[High]] for the high price and [[Open]] for the open price of a bar. ==Examples ==
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]]

Navigation menu