|
EnterShortOnStopClose |
Top Previous Next |
|
Enters a short position if the close is at or below than the specified price. This function is generally used by an Entry Block to initiate a position.
Syntax
EnterShortOnStopClose( stopPrice, [ protectStopPrice] )
Parameters
Example
' Enter the market if the close is at or below the entry price broker.EnterShortOnStopClose( entryPrice ) |