×

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.

Open - MultiCharts
Open main menu

Open

Revision as of 14:06, 18 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a numerical value indicating the open open price. ==== Usage ==== Open ==== Example ==== Plot the open price of the current bar: <syntaxhighlight>Plot1(Ope...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value indicating the open open price.

Usage

Example

Plot the open price of the current bar:

Plot1(Open,"Open");

Plot the open price of the previous bar:

Plot1(Open Of 1 Bar Ago, "Previous bar's open");

Plot the open price of two bars ago:

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