Difference between revisions of "This"

From MultiCharts
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Used in combination with [[Bar]] to reference the current bar.   
 
Used in combination with [[Bar]] to reference the current bar.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>This Bar</syntaxhighlight>
 
<syntaxhighlight>This Bar</syntaxhighlight>
  
==== Example ====
+
== Notes ==
 +
* Use [[Next]] to reference the next bar.
 +
 
 +
== Example ==
 
Buy a user-set number of shares on close of this bar:  
 
Buy a user-set number of shares on close of this bar:  
  
 
<syntaxhighlight>Buy This Bar On Close;</syntaxhighlight>  
 
<syntaxhighlight>Buy This Bar On Close;</syntaxhighlight>  
 
   
 
   
 
 
 
 
 
 
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Latest revision as of 12:05, 19 February 2012

Used in combination with Bar to reference the current bar.

Usage

This Bar

Notes

  • Use Next to reference the next bar.

Example

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

Buy This Bar On Close;