Changes

Jump to navigation Jump to search

Stop

2 bytes removed, 16:54, 19 February 2012
no edit summary
Used in strategy entry or exit statements to specify a '''Stop ''' price for an entry or an exit.  
A Stop order will execute at the specified price or worse. A worse price is a higher price for Buy and Buy to cover orders, and a lower price for Sell and Sell short orders.
==== Usage ====
<syntaxhighlight>At Price Stop</syntaxhighlight>
Where: [[ :'''Price]] ''' - a numerical expression, specifying the Limit Price trigger stop price.[[:'''At]] ''' - a skip word and can be omitted
==== Example ====
Sell within the next bar on the first tick with a price of 100 or less:
<syntaxhighlight>Sell Next Bar 100 Stop;</syntaxhighlight>
 
Cover within the next bar on the first tick with a price of 50 or more:

Navigation menu