|
EnterShortOnStop |
Top Previous Next |
|
Enters a short position if any time during the next bar the market goes lower than the specified price. This function is generally used by an Entry Block to initiate a position.
Syntax
EnterShortOnStop( stopPrice [, protectStopPrice] )
Parameters
Example ' Enter the market if below the entry price. broker.EnterShortOnStop( entryPrice, protectStopPrice )
or
' Enter the market if below the entry price with no stop broker.EnterShortOnStop( entryPrice ) |