Difference between revisions of "Shares"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Used in strategy entry or exit statements in combination with a numerical expression to specify the number of shares or contracts to trade. ==== Usage ==== <syntaxhighlight...")
 
Line 7: Line 7:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>Buy 2 shares at Market price on open of next bar:  
+
Buy 2 shares at Market price on open of next bar:  
  
Buy 2 Shares Next Bar At Market;</syntaxhighlight>  
+
<syntaxhighlight>Buy 2 Shares Next Bar At Market;</syntaxhighlight>  
 
   
 
   
 
[[Category:Strategy Orders]]
 
[[Category:Strategy Orders]]

Revision as of 12:37, 27 January 2012

Used in strategy entry or exit statements in combination with a numerical expression to specify the number of shares or contracts to trade.

Usage

TradeSize Shares

Where: TradeSize - a numerical expression, specifying the number of shares or contracts

Example

Buy 2 shares at Market price on open of next bar:

Buy 2 Shares Next Bar At Market;