Entry Order functions are most often executed from within the Entry Orders script section of the system's Entry Block. These Broker functions are the methods that generate the orders that create new positions.
| Market On Open Orders | Descriptions: | 
|---|---|
| Buy on the open | |
| Short on the open | |
| 
 | 
 | 
| Stop Open Only Orders | Descriptions: | 
|---|---|
| Buy on the open if market is above/equal specified price | |
| Short on the open if market is below/equal specified price | |
| 
 | 
 | 
| Limit Open Only Orders | Descriptions: | 
|---|---|
| Buy on the open if the market is below specified price | |
| Short on the open if the market is above specified price | |
| 
 | 
 | 
| Stop Orders | Descriptions: | 
|---|---|
| Buy any time if the market hits specified price | |
| Short any time if the market hits specified price | |
| 
 | 
 | 
| Limit Orders | Descriptions: | 
|---|---|
| Buy any time if the market dips below specified price | |
| Short any time if the market climbs above specified price | |
| 
 | 
 | 
| Market On Close Orders | Descriptions: | 
|---|---|
| Buy on the close | |
| Short on the close | |
| 
 | 
 | 
| Stop Close Only Orders | Descriptions: | 
|---|---|
| Buy on the close if market is above/equal specified price | |
| Short on the close if market is below/equal specified price | |
| 
 | 
 | 
| Limit on Close Orders | Descriptions: | 
|---|---|
| Buy on close if close is below the specified price | |
| Short on close close is above the specified price | |
| 
 | 
 | 
When the Broker Object is out of the context of its default context scripts, the AlternateBroker object should be used to execute any of the Broker Object Entry and Exit Functions. AlternateBroker has the same functions and properties as the Broker Object and will work in the same way.
| Edit Time: 9/7/2020 2:22:40 PM | Topic ID#: 301 |