Available translations

Open Execution

foundations.png
open-execution.png
The open execution node groups all execution algorithms involved in the process of opening a position.
Content
One of the crucial elements that make up trading intelligence is the capacity to control every aspect of order execution, as the execution itself entails strategic elements that directly affect performance.
Superalgos trading engine is designed as a generic infrastructure that allows building execution logic from the ground up, with as much simplicity or complexity as may be required.
The trading system splits the definitions of the execution logic by trading strategy. That is, each strategy in a trading system may have its execution logic.
The next layer of control comes in the form of execution algorithms. Each strategy may have as many algorithms as required, and each algorithm may have as many instructions as required.
This model allows the granular control of orders with which you may build algorithms that may interact with other algorithms, and so on.
Open Execution Menu
The Open Execution node has the following Node Menu items:
The Add Execution Algorithm menu item has the following properties:
  • action: Add UI Object
  • label: Add Execution Algorithm
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
  • actionFunction: payload.executeAction
Open Execution Children
The Open Execution node has the following childrenNodesProperties:
The Execution Algorithms node property features the following properties:
  • name: executionAlgorithms
  • type: array
Open Execution Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Open Execution with other nodes:
Compatible Types: