Timeframe
Timeframe Type Checks
| Function | Status | Description |
timeframe.isdaily | ✅ | Check if daily timeframe |
timeframe.isdwm | ✅ | Check if daily/weekly/monthly |
timeframe.isintraday | ✅ | Check if intraday timeframe |
timeframe.isminutes | ✅ | Check if minutes timeframe |
timeframe.ismonthly | ✅ | Check if monthly timeframe |
timeframe.isseconds | ✅ | Check if seconds timeframe |
timeframe.isticks | ✅ | Check if ticks timeframe |
timeframe.isweekly | ✅ | Check if weekly timeframe |
Timeframe Properties
| Function | Status | Description |
timeframe.main_period | ✅ | Main period of timeframe |
timeframe.multiplier | ✅ | Timeframe multiplier |
timeframe.period | ✅ | Timeframe period |
Timeframe Functions
| Function | Status | Description |
timeframe.change() | ✅ | Change timeframe |
timeframe.from_seconds() | ✅ | Create timeframe from seconds |
timeframe.in_seconds() | ✅ | Convert timeframe to seconds |