Available translations





loading results
Polygon Condition
A polygon condition is a rule that allows establishing when a polygon shall be rendered and when not.
Polygon Condition - это правило, которое позволяет установить, когда полигон должен быть отрисован, а когда нет.
Polygon koşulu, bir polygonun ne zaman işlenip ne zaman işlenmeyeceğini belirlemeye olanak tanıyan bir kuraldır.
Content
The node is optional. When the node is not present in the definition of the polygon or when the condition validates
true, the polygon is rendered on screen. When the condition validates false the polygon is not rendered. As such, the node allows dynamically switching the rendering of the corresponding polygon on and off. Узел является необязательным. Если узел не присутствует в определении полигона или если условие считается истинным (
true), полигон отображается на экране. При ложном (false) значении условия полигон не отображается. Таким образом, узел позволяет динамически включать и выключать отрисовку соответствующего полигона. Düğüm isteğe bağlıdır. Düğüm polygon tanımında mevcut olmadığında veya koşul doğru (
true ) olarak onaylandığında, polygon ekranda işlenir. Koşul yanlış ( false ) olarak doğrulandığında polygon işlenmez. Bu nedenle düğüm, ilgili polygonun oluşturulmasının dinamik olarak açılıp kapatılmasına olanak tanır. Configuring
Polygon Condition Configuration
Конфигурация Polygon Condition
Polygon Durum Yapılandırması (Polygon Condition Configuration)
Polygon Conditions work pretty much like conditions used on trading systems. The main difference is that the variables available are solely those provided by the bot product definition that reference the corresponding plotter module.
Условия Polygon Condition работают практически так же, как условия, используемые в торговых системах. Основное отличие заключается в том, что доступными переменными являются только те, которые предусмотрены определением продукта Product Definition бота, ссылающегося на соответствующий модуль плоттера Plotter Module.
Polygon Koşulları, ticaret sistemlerinde kullanılan koşullara oldukça benzer şekilde çalışır. Temel fark, mevcut değişkenlerin yalnızca ilgili çizici modülüne referans veren bot ürün tanımı tarafından sağlanan değişkenler olmasıdır.
Polygon Condition Menu
The Polygon Condition node has the following Node Menu items:
The Edit menu item has the following properties:
- action: Edit
- actionFunction:
uiObject.codeEditor.activate
- label: Edit
- iconPathOn: javascript-code
- iconPathOff: javascript-code
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- actionFunction:
payload.executeAction
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
Tip: When a menu item is grayed out, it means that Polygon Condition already has the required child type that the menu item may add, and only that child is allowed for that case.
Polygon Condition Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Polygon Condition with other nodes:
Compatible Types:
Polygon Condition Code
This section explores Polygon Condition Node Code.
Initial Value
The initial value for Polygon Condition Code is:
"" Examples
This is a list of examples used on the Polygon Condition code, collected from this workspace.