+1 888 340 6572

Market: Difference between revisions

From MultiCharts
No edit summary
 
(One intermediate revision by the same user not shown)
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:   
 
==== Example ====
:'''At''' - is a [[:Category:Skip Words|skip word]] and can be omitted.
 
== 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:  



Latest 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;