
Crypto Open Interest
If this code:
[OI_open, OI_high, OI_low, OI_close] = request.security(syminfo.tickerid+"_OI", timeframe.period, [open, high, low, close])
returns the Open Interest for the current pair(non-aggregated), what is the syntax for the aggregated one?