Available translations

Limit Sell Order

foundations.png
limit-sell-order.png
A limit sell order is an instruction sent to the exchange to sell the base asset, for execution at a specific rate or better.
Content
Configuring
Limit Sell Order Configuration
Properties
  • percentageOfAlgorithmSize is the definition of how much of the size handled by the algorithm shall be allocated to this particular order. Posible values are real numbers between 0 and 100, including the extremes. If you set the value to 0, the order will not be executed.
  • spawnMultipleOrders is the parameter that indicates whether additional spawned orders are allowed (true) or not (false).
  • orderParams allow the user to add additional parameters to the order like for example if it's a reduce only order.
Example:
 {
    "percentageOfAlgorithmSize": 100,
    "spawnMultipleOrders": false,
    "orderParams": {
        "reduce_only": true
    }
}
Initial Values
These are the Initial Values for Limit Sell Order configuration:
 {
    "percentageOfAlgorithmSize": 100,
    "spawnMultipleOrders": false
}
Examples
This is a list of properties featured by the Limit Sell Order configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Limit Sell Order Menu
The Limit Sell Order node has the following Node Menu items:
The Configure menu item has the following properties:
  • action: Configure
  • actionFunction: uiObject.configEditor.activate
  • label: Configure
  • iconPathOn: configuration
  • iconPathOff: configuration
The Add Formula menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: formula
  • label: Add Formula
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Order Rate menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: orderRate
  • label: Add Order Rate
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Create Order Event menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: createOrderEvent
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Cancel Order Event menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: cancelOrderEvent
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Simulated Events menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: simulatedExchangeEvents
  • label: Add Simulated Events
  • 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
Limit Sell Order Children
The Limit Sell Order node has the following childrenNodesProperties:
The Formula node property features the following properties:
  • name: formula
  • type: node
  • autoAdd: false
The Order Rate node property features the following properties:
  • name: orderRate
  • type: node
  • autoAdd: true
The Create Order Event node property features the following properties:
  • name: createOrderEvent
  • type: node
  • autoAdd: true
The Cancel Order Event node property features the following properties:
  • name: cancelOrderEvent
  • type: node
The Simulated Exchange Events node property features the following properties:
  • name: simulatedExchangeEvents
  • type: node
  • autoAdd: true
Limit Sell Order Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Limit Sell Order with other nodes:
Compatible Types:
Limit Sell Order Referencing Rules
The following are the Node Referencing Rules that determine which nodes Limit Sell Order may establish a reference to:
Compatible Types: