Entry Order Functions
The Entry Order functions are usually used in an Entry Block to create orders to enter new positions.
Market On Open Orders
EnterLongOnOpen
buy on the open
EnterShortOnOpen
short on the open
Stop Open Only Orders
EnterLongOnStopOpen
buy on the open if market is above/equal specified price
EnterShortOnStopOpen
short on the open if market is below/equal specified price
Limit Open Only Orders
EnterLongAtLimitOpen
buy on the open if the market is below specified price
EnterShortAtLimitOpen
short on the open if the market is above specified price
Stop Orders
EnterLongOnStop
buy any time if the market hits specified price
EnterShortOnStop
short any time if the market hits specified price
Limit Orders
EnterLongAtLimit
buy any time if the market dips below specified price
EnterShortAtLimit
short any time if the market climbs above specified price
Market On Close Orders
EnterLongOnClose
buy on the close
EnterShortOnClose
short on the close
Stop Close Only Orders
EnterLongOnStopClose
buy on the close if market is above/equal specified price
EnterShortOnStopClose
short on the close if market is below/equal specified price
Limit on Close Orders
EnterLongAtLimitClose
buy on close if close is below the specified price
EnterShortAtLimitClose
short on close close is above the specified price