×

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

Open

213 bytes added, 15:56, 28 February 2012
Returns a numerical value indicating the open bar's open price.
==Usage == Usage <syntaxhighlight>Open</syntaxhighlight> ==Notes ==* 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 [[OpenMaxBarsBack]] setting. ==== Example ==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]]