Available translations

Time Frames Filter

foundations.png
time-frames-filter.png
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.
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.
Configuring
Configuring Time Frames Filter
Select Configure on the menu to access the 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"]
}
dailyTimeFrames features the time frames corresponding to the daily files* type of data structure; in practical terms, the time frames below one hour.
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.
{% 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
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: