+1 888 340 6572

This: Difference between revisions

From MultiCharts
(Created page with "Used in combination with Bar to reference the current bar. ==== Usage ==== This Bar ==== Example ==== Buy a user-set number of shares on close of this bar: <sy...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
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 ==
[[This Bar]]  
<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;