×

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

Close

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