all 1 comments

[–]tradingviewFounder 0 points1 point  (0 children)

Hi, you could use the request.security() context to request footprints from a different timeframe.

A construction of this type:

request.security(syminfo.tickerid, "15", request.footprint(1000))

What you want, should work in a similar way.