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