-
Notifications
You must be signed in to change notification settings - Fork 0
Time Frames
Kai Mun Lee edited this page Nov 20, 2018
·
1 revision
You can see the toolbar at the bottom of the chart. Each of those buttons on the left side switches the chart time frame. Switching time frame means:
- Switch the chart resolution
- Force the bars to scale horizontally in order to cover the entire requested date/time range.
I.e., clicking 1Y
will make the chart switch the resolution to 1D
and scale it accordingly to display daily bars for the entire year. Each time frame has its own chart resolution. Here it the list of default time frames:
Time Frame | Chart Resolution |
---|---|
5Y | W |
1Y | D |
6M | 120 |
3M | 60 |
1M | 30 |
5D | 5 |
1D | 1 |
You can customize default time frames using the time_frames argument of the widget constructor.
Remark: Time frames that require resolutions which are not available for a particular symbol will be hidden.
- What is Charting Library
- Getting Started
- Data Binding
- Chart Customization
- Customization Overview
- Client-Side Customization
- Server-Side Customization
- Customization Use Cases
- Trading Terminal
- Saving/Loading Charts
- Creating Custom Studies
- Breaking changes in versions