Available translations
loading results
Plotter Module
A plotter module is a device within a plotter that contains the definitions to create the visualization for a product definition.
Ein "plotter module" ist ein Modul innerhalb eines Plotters, das die Definitionen zur Erstellung der Visualisierung für eine "product definition" enthält.
Plotter Module - это устройство внутри плоттера, которое содержит определения для создания визуализации для определения продукта.
Bir çizici modülü, ürün tanımı için görselleştirme oluşturmak üzere tanımları içeren çizici içindeki bir cihazdır.
Content
A single plotter may have several modules. Different modules may be used to plot each product of the bot, or as best suits the expected use-pattern.
Ein einzelner Plotter kann mehrere Module haben. Für jedes Produkt des Bots können verschiedene Module verwendet werden, je nachdem, wie es dem erwarteten Nutzungsmuster am besten entspricht.
Один плоттер может иметь несколько модулей. Различные модули могут использоваться для построения графиков для каждого продукта бота или в соответствии с предполагаемой схемой использования.
Tek bir çizici birkaç modüle sahip olabilir. Botun her bir ürününü çizmek için farklı modüller kullanılabilir veya beklenen kullanım modeline en uygun şekilde kullanılabilir.
Important: For a bot to use a plotter, the corresponding Product Definition must establish a reference with the plotter module built to interpret the dataset.
Important: Damit ein Bot einen Plotter verwenden kann, muss die entsprechende Produktdefinition eine reference zu dem Plottermodul herstellen, das zur Interpretation des Datensatzes gebaut wurde.
Important: Чтобы бот мог использовать плоттер, соответствующее определение продукта Product Definition должно установить связь с модулем плоттера, созданным для интерпретации набора данных.
Important: Bir botun çizici kullanabilmesi için, ilgili Ürün Tanımının ( Product Definition ) veri kümesini yorumlamak üzere oluşturulmuş çizici modülü ile referans kurması gerekir.
Configuring
Plotter Module Configuration
Konfiguration des Plottermoduls:
Конфигурация Plotter Module
Çizici Modülü Yapılandırması (Plotter Module Configuration)
Properties
Свойства
Özellikler
-
codeName
is the name used in the code to refer to the module.
-
codeName
ist der Name, der im Code verwendet wird, um auf das Modul zu verweisen.
-
codeName
- это имя, используемое в коде для обозначения модуля.
-
codeName
kod içinde modüle atıfta bulunmak için kullanılan addır.
-
isLegacy
is true for plotters modules developed entirely in JavaScript, and is false or doesn't show in the configuration for plotters built with the tools featured in the data mine hierarchy.
-
isLegacy
ist wahr für Plotter-Module, die vollständig in JavaScript entwickelt wurden, und ist falsch oder wird in der Konfiguration nicht angezeigt für Plotter, die mit den in der Data-Mine-Hierarchie enthaltenen Tools erstellt wurden.
-
isLegacy
является истинным (true) для модулей плоттеров, разработанных полностью на JavaScript, и является ложным или не отображается в конфигурации для плоттеров, построенных с использованием инструментов, представленных в иерархии Data Mine.
-
isLegacy
tamamen JavaScript ile geliştirilen çizici modülleri için doğrudur ve veri madeni hiyerarşisinde yer alan araçlarla oluşturulan çiziciler için yanlıştır veya yapılandırmada gösterilmez.
- icon is the name of the image that illustrates the corresponding layer in the Layers Panel. In case the icon is not specified, the default icon is used. Possible values are...
- icon - это имя изображения, иллюстрирующего соответствующий слой на панели слоев. Если значок не указан, используется значок по умолчанию. Возможные значения...
- simgesi, Katmanlar Panelinde ilgili katmanı gösteren görüntünün adıdır. Simge belirtilmediği takdirde, varsayılan simge kullanılır. Olası değerler şunlardır...
layer-moving-averages
layer-bands
layer-candles
layer-histogram
layer-oscilator
layer-resistance
layer-support
layer-trends
layer-volume
Custom images may be added too. To do that:
Es können auch eigene Bilder hinzugefügt werden. Um das zu tun:
Можно также добавлять пользовательские изображения. Для этого:
Özel resimler de eklenebilir. Bunu yapmak için:
1. Name the image in the following format: image-name.png;
1. Benennen Sie das Bild in folgendem Format: bild-name.png;
1. Назовите изображение в следующем формате: image-name.png;
1. Görüntüyü aşağıdaki formatta adlandırın: image-name.png;
2. Place images in the WebServer\Images\Icons folder;
2. Legen Sie die Bilder in den Ordner WebServer\Images\Icons;
2. Поместите изображения в папку WebServer\Images\Icons;
2. Görüntüleri WebServer\Images\Icons klasörüne yerleştirin;
3. In the configuration of the module, use the name as is (e.g.: "icon": "image-name")
3. In der Konfiguration des Moduls ist der Name unverändert zu verwenden (z. B.: "icon": "image-name")
3. В конфигурации модуля используйте имя как есть (например: "icon": "image-name")
3. Modülün yapılandırmasında, adı olduğu gibi kullanın (örneğin: "icon": "image-name")
Initial Values
These are the Initial Values for Plotter Module configuration:
{
"codeName": "Module-Name",
"icon": "histogram|band|moving-average|oscillator|trend"
}
Examples
This is a list of properties featured by the Plotter Module configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Plotter Module Menu
The Plotter Module 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 Shapes menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor: shapes
- actionFunction:
payload.executeAction
- label: Add Shapes
- relatedUiObject: Shapes
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Javascript Code menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor:
plotterModuleJavascriptCode
- actionFunction:
payload.executeAction
- label: Add Javascript Code
- relatedUiObject: Plotter Module Javascript Code
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Plotter Panel menu item has the following properties:
- action: Add UI Object
- actionFunction:
payload.executeAction
- label: Add Plotter Panel
- relatedUiObject: Plotter Panel
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Missing Children menu item has the following properties:
- action: Add Missing Children
- label: Add Missing Children
- relatedUiObject: Trading Parameters
- 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
- actionFunction:
payload.executeAction
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
Tip: When a menu item is grayed out, it means that Plotter Module already has the required child type that the menu item may add, and only that child is allowed for that case.
Plotter Module Children
The Plotter Module node has the following childrenNodesProperties:
The Plotter Module Javascript Code node property features the following properties:
- name:
plotterModuleJavascriptCode
- type: node
- childType: Plotter Module Javascript Code
The Shapes node property features the following properties:
- name: shapes
- type: node
- childType: Shapes
- autoAdd: true
The Panels node property features the following properties:
- name: panels
- type: array
- childType: Plotter Panel
- autoAdd: true
The Nodes Values node property features the following properties:
- name:
nodesValues
- type: node
- childType: Nodes Values
- autoAdd: false
The Nodes Highlights node property features the following properties:
- name:
nodesHighlights
- type: node
- childType: Nodes Highlights
- autoAdd: false
The Nodes Errors node property features the following properties:
- name:
nodesErrors
- type: node
- childType: Nodes Errors
- autoAdd: false
The Nodes Warnings node property features the following properties:
- name:
nodesWarnings
- type: node
- childType: Nodes Warnings
- autoAdd: false
The Nodes Infos node property features the following properties:
- name:
nodesInfos
- type: node
- childType: Nodes Infos
- autoAdd: false
The Nodes Status node property features the following properties:
- name:
nodesStatus
- type: node
- childType: Nodes Status
- autoAdd: false
The Nodes Progress node property features the following properties:
- name:
nodesProgress
- type: node
- childType: Nodes Progress
- autoAdd: false
The Nodes Running node property features the following properties:
- name:
nodesRunning
- type: node
- childType: Nodes Running
- autoAdd: false
The Nodes Announcements node property features the following properties:
- name:
nodesAnnouncements
- type: node
- childType: Nodes Announcements
- autoAdd: false
The Record Values node property features the following properties:
- name:
recordValues
- type: node
- childType: Record Values
- autoAdd: false
Plotter Module Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Plotter Module with other nodes:
Compatible Types: