Close

From MultiCharts
Revision as of 11:45, 19 February 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

Returns the closing price.

Usage

Close

Examples

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");