Available translations





loading results
Shapes


The shapes node contains definitions of polygons and styles to be rendered on a per-period basis over the charts.

El shapes node contiene definiciones de polígonos y estilos que se deben representar por período en los gráficos.
Content
A plotter recursively renders graphics for each period or candle. This means that a definition of what shapes need to be drawn for a single period is required. The plotter does the same thing for every period or candle that is visible on the screen at any point in time, for any time frame, as long as the corresponding data is available.
Плоттер (Plotter) рекурсивно отображает графики для каждого периода или свечи. Это означает, что требуется определение того, какие фигуры необходимо нарисовать за один период. Плоттер делает то же самое для каждого периода или свечи, которые видны на экране в любой момент времени, для любого таймфрейма, пока доступны соответствующие данные.
In general terms, the process of defining what is going to be rendered on the screen consist of the following four steps:
В общем, процесс определения того, что будет отображаться на экране, состоит из следующих четырех шагов:
1. Identifying points defined by [x,y] coordinates
1. Определение точек, определяемых координатами [x, y]
2. Defining polygons
2. Определение полигонов
3. Defining default styles
3. Определение стилей по умолчанию
4. Defining conditional styles
4. Определение условных стилей
Shapes Menu
The Shapes node has the following Node Menu items:
The Add Chart Points menu item has the following properties:
- action: Add UI Object
- actionFunction:
payload.executeAction
- label: Add Chart Points
- relatedUiObject: Chart Points
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Polygon menu item has the following properties:
- action: Add UI Object
- actionFunction:
payload.executeAction
- label: Add Polygon
- relatedUiObject: Polygon
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Image menu item has the following properties:
- action: Add UI Object
- actionFunction:
payload.executeAction
- label: Add Image
- relatedUiObject: Image
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Text menu item has the following properties:
- action: Add UI Object
- actionFunction:
payload.executeAction
- label: Add Text
- relatedUiObject: Text
- 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
- actionFunction:
payload.executeAction
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
Tip: When a menu item is grayed out, it means that Shapes already has the required child type that the menu item may add, and only that child is allowed for that case.
Shapes Children
The Shapes node has the following childrenNodesProperties:
The Chart Points node property features the following properties:
- name:
chartPoints
- type: array
- childType: Chart Points
- autoAdd: true
The Polygons node property features the following properties:
- name: polygons
- type: array
- childType: Polygon
- autoAdd: true
The Images node property features the following properties:
- name: images
- type: array
- childType: Image
- autoAdd: false
The Texts node property features the following properties:
- name: texts
- type: array
- childType: Text
- autoAdd: false
Shapes Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Shapes with other nodes:
Compatible Types: