And perhaps review the Expand point principles and experiment with them to see how your results change,
mode - one of available modes:
•expandLast - the compressed value is expanded starting from last bar within given period (so for example weekly close/high/low is available on Friday's bar)
•expandFirst - the compressed value is expanded starting from first bar within given period (so for example weekly open is available from Monday's bar)
•expandPoint - the resulting array gets not empty values only for the last bar within given period (all remaining bars are Null (empty)).