Difference between revisions of "High"

From MultiCharts
Jump to navigation Jump to search
Line 2: Line 2:
  
 
==== Usage ====
 
==== Usage ====
 
+
<br>[[High|High]]
[[high|High]]
+
<br>
  
 
==== Example ====
 
==== Example ====

Revision as of 17:44, 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");