+1 888 340 6572

Shares: Difference between revisions

From MultiCharts
(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...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Used in strategy entry or exit statements in combination with a numerical expression to specify the number of shares or contracts to trade.  
Used in strategy entry or exit statements in combination with a numerical expression to specify the number of shares or contracts to trade.  
   
   
==== Usage ====
== Usage ==
<syntaxhighlight>TradeSize Shares</syntaxhighlight>  
<syntaxhighlight>TradeSize Shares</syntaxhighlight>  


Where: [[TradeSize]] - a numerical expression, specifying the number of shares or contracts  
Where:
 
:'''TradeSize''' - a numerical expression, specifying the number of shares or contracts.
   
   
==== 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]]

Latest revision as of 16:55, 19 February 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;