+1 888 340 6572

High: Difference between revisions

From MultiCharts
No edit summary
Line 2: Line 2:


==== Usage ====
==== Usage ====
<br>[[High|High]]
 
<br>
<syntaxhighlight>High</syntaxhighlight>


==== Example ====
==== Example ====

Revision as of 17:45, 19 January 2012

Returns the high price.

Usage

High

Example

Plot the high price of the current bar:

Plot1(High,"High");

Plot the high price of the previous bar:

Plot1(High Of 1 Bar Ago,"Previous bar's high");

Plot the high price of two bars ago:

Plot1(High[2],"High 2 Bars ago");