×

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

Open

184 bytes added, 15:56, 28 February 2012
Returns a numerical value indicating the open bar's open price.
==== Usage ====
<syntaxhighlight>Open</syntaxhighlight>
==Notes == Example * See [[Close]] for the closing price, [[Low]] for the low price and [[High]] for the high price of a bar.* The range of returned values is limited by the [[MaxBarsBack]] setting. ==Examples ==
Plot the open price of the current bar:
<syntaxhighlight>Plot1(Open,"Open");</syntaxhighlight>
Plot the open price of the previous bar:
<syntaxhighlight>Plot1(Open[2],"Open 2 bars ago");</syntaxhighlight>
 
 
 
 
 
[[Category:Data Information/General]]

Navigation menu