Available translations
loading results
Limit Sell Order
A limit sell order is an instruction sent to the exchange to sell the base asset, for execution at a specific rate or better.
Un limit sell order es una instrucción enviada al exchange para comprar el asset base, para su ejecución a una tasa específica o mejor.
Limit Sell Order - это ордер, отправленный на биржу для продажи базового актива, для исполнения по определенному курсу или выше.
Limit satış emri, belirli bir fiyattan veya daha iyi bir fiyattan baz varlığın satılması için borsaya gönderilen bir talimattır.
Content
Tip: Please read the definition of Limit Buy Order for relevant information about how limit orders work. Also, please read the definition of Market Buy Order for relevant information about how orders in general work, in particular, the section about Size, Filling, Closing, and Spawning Multiple Orders.
Tip: Пожалуйста, прочитайте определение Limit Buy Order для получения соответствующей информации о том, как работают лимитные ордера. Также, пожалуйста, прочитайте определение Market Buy Order для получения соответствующей информации о том, как работают ордера в целом, в частности, раздел о размере, заполнении, закрытии и порождении нескольких ордеров.
Configuring
Limit Sell Order Configuration
Конфигурация Limit Sell Order
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.
-
percentageOfAlgorithmSize
- это определение того, какая часть размера, обрабатываемого алгоритмом, должна быть выделена для данного конкретного заказа. Возможные значения - вещественные числа от 0 до 100, включая крайние значения. Если вы установите значение 0, ордер не будет выполнен.
-
spawnMultipleOrders
is the parameter that indicates whether additional spawned orders are allowed (true) or not (false).
-
spawnMultipleOrders
- это параметр, который указывает, разрешены ли дополнительные порожденные ордера (true) или нет (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
- relatedUiObject: 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
- relatedUiObject: 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
- label: Add Create Order Event
- relatedUiObject: Create Order Event
- 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
- label: Add Cancel Order Event
- relatedUiObject: Cancel Order Event
- 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
- relatedUiObject: Simulated Exchange 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
Tip: When a menu item is grayed out, it means that Limit Sell Order already has the required child type that the menu item may add, and only that child is allowed for that case.
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
- childType: Formula
- autoAdd: false
The Order Rate node property features the following properties:
- name:
orderRate
- type: node
- childType: Order Rate
- autoAdd: true
The Create Order Event node property features the following properties:
- name:
createOrderEvent
- type: node
- childType: Create Order Event
- autoAdd: true
The Cancel Order Event node property features the following properties:
- name:
cancelOrderEvent
- type: node
- childType: Cancel Order Event
The Simulated Exchange Events node property features the following properties:
- name:
simulatedExchangeEvents
- type: node
- childType: Simulated Exchange Events
- 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: