Difference between revisions of "Market"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
Used in strategy entry or exit statements to specify a Market price for an entry or an exit.  
 
Used in strategy entry or exit statements to specify a Market price for an entry or an exit.  
A Market Buy order will execute at the current ask price and a Maret Sell order will execute at the current bid price.  
+
 
 +
A Market Buy order will execute at the current ask price and a Market Sell order will execute at the current bid price.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>At Market</syntaxhighlight>  
 
<syntaxhighlight>At Market</syntaxhighlight>  
  
Where:  [[At]]  is a skip word and can be omitted  
+
Where:   
 +
 
 +
:'''At''' - is a [[:Category:Skip Words|skip word]] and can be omitted  
 
   
 
   
==== Example ====
+
== Example ==
 
Buy a user-set number of shares at Market price on open of next bar:  
 
Buy a user-set number of shares at Market price on open of next bar:  
  

Revision as of 15:57, 19 February 2012

Used in strategy entry or exit statements to specify a Market price for an entry or an exit.

A Market Buy order will execute at the current ask price and a Market Sell order will execute at the current bid price.

Usage

At Market

Where:

At - is a skip word and can be omitted

Example

Buy a user-set number of shares at Market price on open of next bar:

Buy Next Bar At Market;