×

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

Symbol Low

600 bytes added, 13:12, 1 March 2012
no edit summary
Returns the low price of the bar
 
== Usage ==
<syntaxhighlight>Symbol_Low</syntaxhighlight>
 
== Note ==
The range of returned values is not limited by the MaxBarsBack setting. This keyword can return the value of any bar of the data series.
 
== Example ==
Plot the low price of the current bar
<syntaxhighlight>Plot1(Symbol_Low, "Low");</syntaxhighlight>
 
Plot the low price of the previous bar:
<syntaxhighlight>Plot1(Symbol_Low of 1 Bar Ago, "Previous Bar's low");</syntaxhighlight>
 
Plot the low price of two bars ago:
<syntaxhighlight>Plot1(Symbol_Low[2], "Low 2 bars ago");</syntaxhighlight>
 
 
[[Category:Data Information/General]]

Navigation menu