Difference between revisions of "High"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
Returns the high price.   
 
Returns the high price.   
  
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ xanax - xanax to buy
 
 
<syntaxhighlight>High</syntaxhighlight>
 
  
 
==== Example ====
 
==== Example ====

Revision as of 12:14, 12 February 2012

Returns the high price.

http://www.buyxanaxonlinepill.com/ xanax - xanax to buy

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