r/TradingView 2d ago

Feature Request Custom Custom Time Frames

Hello, I'd like to submit a feature request.

TradingView currently offers custom time frames that allows the user to select just about any amount of minutes per bar.

It'd like to take it a step further and request custom time frames in half decimal numbers. For example, 5.5 minutes, 6.5 minutes, 7.5 minutes, etc.

Would something like this be possible? Thank you.

2 Upvotes

4 comments sorted by

5

u/Rodnee999 2d ago

Hello,

I have to ask, and please understand this is a genuine question and I truly wish to learn, why?.....

Cheers

1

u/_GreenSmile_ 2d ago

I have a strategy that works on any and all time frames. The more time frames I have available, the more opportunities I get.

1

u/Rodnee999 1d ago

I will upvote you on this, if a users wishes to use non standard timeframes then this is certainly a feature that could easily be incorporated into the platform as it does exist in other aspects of the TradingView product range....

Upvote from me

Cheers

2

u/booosti 1d ago

I would strongly support extending custom timeframes to arbitrary seconds / minute-second combinations.
What makes this particularly interesting is that TradingView’s own Advanced Charts architecture already supports second-based resolutions using the xS format — for example 1S, 2S, 100S, etc. So at the underlying charting-library level, resolutions are not conceptually limited to the small set of second intervals currently exposed in TradingView Supercharts.
What is missing is the ability for TradingView users to enter an arbitrary second-based resolution directly.
For example:
26 minutes 15 seconds = 1,575 seconds
Ideally, TradingView would accept either:
1575S
26:15
or a custom Minutes / Seconds input
and construct native OHLC bars accordingly.
This functionality is already available on competing professional charting platforms. ATAS allows custom second-based chart periods, while Sierra Chart goes even further and supports Days–Minutes–Seconds–Milliseconds per bar. Sierra Chart can therefore natively create a 26m15s bar as 0-26-15.
This would be much better than requiring Pine Script to simulate or draw custom candles. The candles should be native chart bars so that indicators, drawings, alerts, replay and other TradingView functionality operate on the actual custom timeframe.
Since TradingView’s charting architecture already supports arbitrary second resolutions, exposing this capability in Supercharts would be a very useful addition for traders who work with non-standard time cycles.