Difference between revisions of "Bar"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Used in combination with This, Next, or Ago to reference a specific bar. ==== Usage ==== Bar ==== Example ==== <syntaxhighlight>Close Of 1 Bar Ago</synta...")
 
Line 2: Line 2:
  
 
==== Usage ====
 
==== Usage ====
[[Bar]]
+
<syntaxhighlight>Bar</syntaxhighlight>
+
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>Close Of 1 Bar Ago</syntaxhighlight>  will return the closing price of the previous bar  
 
<syntaxhighlight>Close Of 1 Bar Ago</syntaxhighlight>  will return the closing price of the previous bar  

Revision as of 12:07, 20 January 2012

Used in combination with This, Next, or Ago to reference a specific bar.

Usage

Bar

Example

Close Of 1 Bar Ago

will return the closing price of the previous bar

Buy a user-set number of shares on close of this bar:

Buy This Bar On Close;

Buy a user-set number of shares on open of next bar:

Buy Next Bar On Open;