Available translations
loading results
Dataset Definition
A data set is a collection of files stored in the designated location, as per the definitions on the referenced data product in the corresponding data mine.
Dataset - это набор файлов, хранящихся в указанном месте, в соответствии с определениями в соответствующем информационном продукте в соответствующем хранилище данных.
Veri seti, ilgili veri madeninde referans verilen veri ürünündeki tanımlara göre belirlenen konumda depolanan bir dosya koleksiyonudur.
Content
A good part of what makes datasets easy to consume by other bots is the fact that they are standardized in terms of their structure. It is that structure that is specified in the dataset definitions.
Значительная часть того, что облегчает использование наборов данных другими ботами, заключается в том, что они стандартизированы с точки зрения их структуры. Именно эта структура указана в определениях набора данных.
Veri kümelerinin diğer botlar tarafından kullanılmasını kolaylaştıran şeylerin önemli bir kısmı, yapıları bakımından standartlaştırılmış olmalarıdır. Veri kümesi tanımlarında belirtilen de bu yapıdır.
Configuring
Dataset Definition Configuration
Конфигурация Dataset Definition
Veri Kümesi Tanımı Yapılandırması
Properties
Свойства
Özellikler
-
codeName
is the name of the dataset as used within the code.'Single-File'is a special value. Use it for datasets that do not depend on Time Frames and that have a timestamp Record Property instead of the regular Begin and End. When this type of datasets are a dependency of Market or Daily datasets, they need thecodeName
'Single-File'in order to be found on disk.
-
codeName
- это имя набора данных, используемое в коде. «Single-File» - это специальное значение. Используйте его для наборов данных, которые не зависят от таймфрейма и имеют свойство записи с меткой времени вместо обычных Begin и End. Когда этот тип наборов данных является зависимостью от наборов данных Market или Daily, им нуженcodeName
'Single-File'a, чтобы его можно было найти на диске.
-
codeName
, kod içinde kullanılan veri kümesinin adıdır.'Single-File'özel bir değerdir. Zaman Çerçevelerine bağlı olmayan ve normal Başlangıç ve Bitiş yerine bir zaman damgası Kayıt Özelliğine sahip veri kümeleri için kullanın. Bu tür veri kümeleri Piyasa veya Günlük veri kümelerinin bir bağımlılığı olduğunda, diskte bulunabilmeleri için'Tek Dosya'kod adına ihtiyaç duyarlar.
- type refers to the type of dataset; possible values are market files and daily files.
- type относится к типу набора данных; возможными значениями являются файлы рынка и ежедневные файлы.
- type veri kümesinin türünü ifade eder; olası değerler piyasa dosyaları ve günlük dosyalardır.
-
validTimeFrames
refers to the time frames handled by the dataset.
-
validTimeFrames
относятся к таймфреймам, обрабатываемым набором данных.
-
validTimeFrames
veri kümesi tarafından işlenen zaman dilimlerini ifade eder.
-
filePath
sets the path on which files are stored; the proper name of the data mine, the bot and the product need to be entered.
-
filePath
устанавливает путь, по которому хранятся файлы; необходимо ввести собственное имя хранилища данных, бота и продукта.
-
filePath
dosyaların depolandığı yolu ayarlar; veri madeni, bot ve ürünün doğru adının girilmesi gerekir.
-
fileName
sets the name of the files that constitute the dataset.
-
fileName
устанавливает имя файлов, составляющих набор данных.
-
fileName
, veri kümesini oluşturan dosyaların adını ayarlar.
-
timeFrames
sets the name and path of the file indicating which time frames shall be filtered when the users sets a time frames filter.
-
timeFrames
устанавливает имя и путь к файлу, указывая, какие таймфреймы должны быть отфильтрованы, когда пользователи устанавливают фильтр таймфреймов.
-
timeFrames
, kullanıcılar bir zaman çerçeveleri filtresi ayarladığında hangi zaman çerçevelerinin filtreleneceğini gösteren dosyanın adını ve yolunu ayarlar.
Multi-Time-Frame-Market
Çok Zamanlı Çerçeve-Pazar
{
"codeName": "Multi-Time-Frame-Market",
"type": "Market Files",
"validTimeFrames": [
"24-hs",
"12-hs",
"08-hs",
"06-hs",
"04-hs",
"03-hs",
"02-hs",
"01-hs"
],
"filePath": "Project/@Project/@MineType/@Mine/@Bot/@Exchange/@BaseAsset-@QuotedAsset/Output/@Product/@Dataset/@TimeFrame",
"fileName": "Data.json",
"timeFrames": {
"filePath": "Project/@Project/@MineType/@Mine/@Bot/@Exchange/@BaseAsset-@QuotedAsset/Output/@Product/@Dataset",
"fileName": "Time.Frames.json"
}
}
Multi-Time-Frame-Daily
Çoklu Zaman Çerçevesi-Günlük
{
"codeName": "Multi-Time-Frame-Daily",
"type": "Daily Files",
"validTimeFrames": [
"45-min",
"40-min",
"30-min",
"20-min",
"15-min",
"10-min",
"05-min",
"04-min",
"03-min",
"02-min",
"01-min"
],
"filePath": "Project/@Project/@MineType/@Mine/@Bot/@Exchange/@BaseAsset-@QuotedAsset/Output/@Product/@Dataset/@TimeFrame/@Year/@Month/@Day",
"fileName": "Data.json",
"dataRange": {
"filePath": "Project/@Project/@MineType/@Mine/@Bot/@Exchange/@BaseAsset-@QuotedAsset/Output/@Product/@Dataset",
"fileName": "Data.Range.json"
},
"timeFrames": {
"filePath": "Project/@Project/@MineType/@Mine/@Bot/@Exchange/@BaseAsset-@QuotedAsset/Output/@Product/@Dataset",
"fileName": "Time.Frames.json"
}
}
Initial Values
These are the Initial Values for Dataset Definition configuration:
{
"configuration": "Get the appropriate configuration from the documentation"
}
Examples
This is a list of properties featured by the Dataset Definition configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Dataset Definition Menu
The Dataset Definition node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- dontShowAtFullscreen: true
- actionFunction:
uiObject.configEditor.activate
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 Dataset Definition already has the required child type that the menu item may add, and only that child is allowed for that case.
Dataset Definition Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Dataset Definition with other nodes:
Compatible Types: