|
EnterShortAtLimitClose |
Top Previous Next |
|
Enters a short position if the close trades through the specified price. This function is generally used by an Entry Block to initiate a position.
Syntax
EnterShortAtLimitClose( limitPrice, [ protectStopPrice] )
Parameters
Example
' Enter the market if the close trades through the price target broker.EnterShortAtLimitClose( priceTarget ) |