Difference between revisions of "Contracts"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
Used in strategy entry or exit statements in combination with a numerical expression to specify the number of contracts or shares to trade.   
 
Used in strategy entry or exit statements in combination with a numerical expression to specify the number of contracts or shares to trade.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>TradeSize Contracts</syntaxhighlight>  
 
<syntaxhighlight>TradeSize Contracts</syntaxhighlight>  
  
Where: [[TradeSize]] - a numerical expression, specifying the number of contracts or shares  
+
Where:  
 +
 
 +
:'''TradeSize''' - a numerical expression, specifying the number of contracts or shares.
 
   
 
   
==== Example ====
+
== Example ==
 
Buy 2 contracts at Market price on open of next bar:  
 
Buy 2 contracts at Market price on open of next bar:  
  
 
<syntaxhighlight>Buy 2 Contracts Next Bar At Market;</syntaxhighlight>  
 
<syntaxhighlight>Buy 2 Contracts Next Bar At Market;</syntaxhighlight>  
 
  
 
[[Category:Strategy Orders]]
 
[[Category:Strategy Orders]]

Latest revision as of 15:10, 19 February 2012

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

Usage

TradeSize Contracts

Where:

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

Example

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

Buy 2 Contracts Next Bar At Market;