zooming in on time frames - watch list

good day,

i’m working on building a watchlist that zooms in on timeframes and noticed that many of the tools are limited in timeframes… specifically i’m looking for a way to grab data in table form for the adx and macd among others for the 15, 5 and 1 minute timeframes.

is there a way to do this?

always appreciative of the assistance!

adx.png

Hi Josh,

If no timframe is specified in the fomula then the values will be calculated using the timeframe of the watchlist. So putting MACD() in a daily watchlist will calculate the daily histogram value, but change the watchlist timeframe to show the 15 minute value:

Capture

If you want to show the 15 minute value beside the daily then use this on a daily watchlist:

MACD(MINUTE(PERIODAMOUNT=15))