Available translations
loading results
Time Frames Filter
The time frame filters node allows control over which time frames are to be calculated by each indicator bot instance running on the data mining operation.
Узел Time Frames Filter позволяет контролировать, какие таймфреймы должны вычисляться каждым экземпляром индикаторного бота, запущенным в операции интеллектуального анализа данных.
Content
Limiting the number of time frames calculated by any given indicator to the few that may be required by a particular trading system has a significant positive impact on performance: it reduces the load on the CPU, the memory requirements, and the requirements of storage space, in proportion with the time frames you remove.
Ограничение количества таймфреймов, рассчитываемых любым индикатором, до нескольких, которые могут потребоваться конкретной торговой системе, оказывает значительное положительное влияние на производительность: это снижает нагрузку на ЦП, требования к памяти и требования к пространству для хранения, пропорционально удаляемым вами таймфреймов.
When a time frames filter is set up, a Time.Frames.json file is created by the indicator process in the corresponding output folder. This file is read by others—such as the charting system—to get the information regarding which time frames are available and which are not, to avoid reporting errors.
При настройке фильтра таймфреймов файл Time.Frames.json создается процессом индикатора в соответствующей выходной папке. Этот файл читают другие, например, система построения графиков, чтобы получить информацию о том, какие временные рамки доступны, а какие нет, чтобы избежать ошибок в отчетах.
Important: Before applying a time frames filter or changing the configuration, that is, changing which time frames are produced and which are not, it is highly recommended to delete the data corresponding to the affected indicator, to avoid inconsistencies in the data that may later cause confusion.
Important: Перед применением фильтра таймфреймов или изменением конфигурации, то есть изменением того, какие таймфреймы создаются, а какие нет, настоятельно рекомендуется удалить данные, соответствующие затронутому индикатору, чтобы избежать несоответствий в данных, которые впоследствии могут вызвать путаницу.
Note: When no time frames filter is defined, the bot processes all time frames by default.
Note: Если фильтр таймфреймов не задан, бот по умолчанию обрабатывает все таймфреймы.
Configuring
Configuring Time Frames Filter
Конфигурация Time Frames Filter
Select Configure on the menu to access the configuration.
Выберите Configure в меню, чтобы получить доступ к конфигурации.
{
"dailyTimeFrames": [ "45-min", "40-min", "30-min", "20-min", "15-min", "10-min", "05-min", "04-min", "03-min", "02-min", "01-min" ],
"marketTimeFrames": [ "24-hs", "12-hs", "08-hs", "06-hs", "04-hs", "03-hs", "02-hs", "01-hs"]
}
dailyTimeFrames
features the time frames corresponding to the daily files* type of data structure; in practical terms, the time frames below one hour. dailyTimeFrames
имеет таймфреймы, соответствующие ежедневным файлам* типа структуры данных; на практике таймфрейм меньше одного часа. marketTimeFrames
features the time frames corresponding to the market files* type of data structure; in practical terms, the time frames of one hour and above. marketTimeFrames
имеет таймфреймы, соответствующие рыночным файлам* типа структуры данных; на практике от одного часа и выше. {% include
tip.html
content="Remove the time frames you are not interested in, making sure the JSON file is still valid." %} Initial Values
These are the Initial Values for Time Frames Filter configuration:
{
"dailyTimeFrames": [
"45-min",
"40-min",
"30-min",
"20-min",
"15-min",
"10-min",
"05-min",
"04-min",
"03-min",
"02-min",
"01-min"
],
"marketTimeFrames": [
"24-hs",
"12-hs",
"08-hs",
"06-hs",
"04-hs",
"03-hs",
"02-hs",
"01-hs"
]
}
Examples
This is a list of properties featured by the Time Frames Filter configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Time Frames Filter Menu
The Time Frames Filter node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- 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 Time Frames Filter already has the required child type that the menu item may add, and only that child is allowed for that case.
Time Frames Filter Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Time Frames Filter with other nodes:
Compatible Types: