|
EnterShortOnClose |
Top Previous Next |
|
Enters a short position on the next close. This function is generally used by an Entry Block to initiate a position.
Syntax
EnterShortOnClose( [ protectStopPrice] )
Parameters
Example ' Enter the market on the next close. broker.EnterShortOnClose
|