Menu | Item description |
---|---|
File |
|
Edit |
|
View |
|
Control | Description |
---|---|
Allows you to navigate to the root algo or to the parent of a Group block currently open in the canvas. | |
Allows you to run, pause or stop a compiled algo, respectively, directly from the canvas. When you execute an algo from the canvas, the blocks will output dynamic values reflecting the execution of the algo. | |
Allows you to compile auto-generated code after every block addition, removal, variable adjustment, edge connection or an edge removal. Unchecking this option will activate the manual compile button, and the user may manually compile the generated code at will. | |
Allows you to compile the algo manually for testing (Auto-Compile is unchecked). |
Property | Description |
---|---|
Displays a drop-down menu of bookmarks created to save the view of the algo shown in the canvas. | |
Allows the user running the algo to choose between BUY or SELL when executing an algo. Some blocks in ADL have the capability to perform an alternate function depending on the user's selection of this drop-down menu (see: Flip For Sell Order Functionality for more information). Use the Order Side Selection to design strategies which can alternate between buy and sell side routines. | |
Allows the algorithm to continue running even if one of the markets associated with an Instrument block contained in the algorithm closes. By default, the checkbox will be unchecked and the algorithm will pause when one of the markets reported by an Instrument block closes. You can enable this setting to design logic that can run outside of regular trading sessions (e.g., submitting orders during pre-open). |