Available translations

Trading Last

foundations.png
trading-last.png
The last object stores instances of position and strategy objects, in particular the instances that were last open at the time of evaluation, hence the adjective last.
Content
Conceptually, last is used as an adjective applied to these concepts, such as the last position or the last strategy, providing the context on which those concepts exist.
The last context exists so that you may easily access information about the strategy that was last triggered or the position that was last opened.
This is valuable information, both for users and trading systems alike.
  • As a user, you will value being able to visually follow what happened with the last position after it closed, or the last strategy after it triggered off, and at the same time see what is going on with the current position or the current strategy.
  • From within a trading system, your strategies may make decisions factoring in what happened with the last position or strategy. For example, you may want to affect the size of the next position depending on the result of the last one.
Trading Last Menu
The Trading Last node has the following Node Menu items:
The Add Missing Children menu item has the following properties:
  • action: Add Missing Children
  • label: Add Missing Children
  • 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
Trading Last Children
The Trading Last node has the following childrenNodesProperties:
The Position node property features the following properties:
  • name: position
  • type: node
  • autoAdd: true
The Strategy node property features the following properties:
  • name: strategy
  • type: node
  • autoAdd: true
The Limit Orders node property features the following properties:
  • name: limitOrders
  • type: node
  • autoAdd: true
The Market Orders node property features the following properties:
  • name: marketOrders
  • type: node
  • autoAdd: true
Trading Last Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Trading Last with other nodes:
Compatible Types: