×

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.

Close - MultiCharts
Open main menu

Close

Revision as of 13:38, 18 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the closing price. ==== Usage ==== Close ==== Example ==== Plot the closing price of the current bar: <syntaxhighlight>Plot1(Close,"Close");</syntaxhighlig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the closing price.

Usage

Example

Plot the closing price of the current bar:

Plot1(Close,"Close");

Plot the closing price of the previous bar:

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

Plot the closing price of two bars ago:

Plot1(Close[2], "Close 2 bars ago");