-
Notifications
You must be signed in to change notification settings - Fork 0
Key Levels
SanderD edited this page Feb 10, 2026
·
2 revisions
Key Levels displays significant price levels from multiple timeframes on your chart. It tracks:
- 4H: Open, High, Low, Mid of current and previous 4-hour period
- Daily: Daily open, Previous day High/Low/Mid
- Monday: Monday's High/Low/Mid (weekly reference)
- Weekly: Week open, Previous week High/Low/Mid
- Monthly: Month open, Previous month High/Low/Mid
- Quarterly: Quarter open, Previous quarter High/Low/Mid
- Yearly: Previous/Current year High/Low/Mid Each timeframe group has its own color for easy identification.

Important
Populating the levels cache: For levels like yearly, quarterly, or monthly to appear correctly, you should first open a higher timeframe chart (e.g., Daily or Weekly) with enough history to capture the required periods. This populates the shared levels cache, which lower timeframe charts can then use.
| Setting | Description |
|---|---|
| Font Size | Label text size (6-24) |
| Anchor | Position labels on Left, Right, or at Last Bar |
| Distance from Anchor | Offset in pixels from anchor position (-500 to 500) |
| Text Color | Label text color |
| Background Color | Label background color |
| Line Width | Horizontal line width in pixels |
| Background Width | Width of the label background box |
| Use Short Labels | Abbreviated labels (e.g., "PDH" vs "Previous Day High") |
| Show Date on Labels | Off, MM/dd, or dd/MM format |
| Render as Rays | Draw levels as rays extending from their origin bar |
![]() |
Each timeframe group (4H, Daily, Monday, Weekly, Monthly, Quarterly, Yearly) has individual toggles for:
- Open (where applicable)
- High/Low
- Mid
Each timeframe group has its own configurable color.
- Some indicators (such as DOM Levels) are always rendered on top, which can cause key levels to be obscured or not visible.
