×

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

469 bytes added, 13:38, 18 January 2012
Created page with "Returns the closing price. ==== Usage ==== Close ==== Example ==== Plot the closing price of the current bar: <syntaxhighlight>Plot1(Close,"Close");</syntaxhighlig..."
Returns the closing price.

==== Usage ====
[[Close]]

==== Example ====
Plot the closing price of the current bar:

<syntaxhighlight>Plot1(Close,"Close");</syntaxhighlight>

Plot the closing price of the previous bar:

<syntaxhighlight>Plot1(Close Of 1 Bar Ago, "Previous bar's close");</syntaxhighlight>

Plot the closing price of two bars ago:

<syntaxhighlight>Plot1(Close[2], "Close 2 bars ago");</syntaxhighlight>



[[Category:Data Information/General]]
Anonymous user