I would like to get data from prior opening bars. Referencing data from yesterday's bars would be using
getPreviousTradingDay(getValue("rawtime",0))
but how could I get the opening bar data from 2, 3, 4, 5 etc days ago? Should I use offsetSeries?
Thanks in advance for any help.
getPreviousTradingDay(getValue("rawtime",0))
but how could I get the opening bar data from 2, 3, 4, 5 etc days ago? Should I use offsetSeries?
Thanks in advance for any help.
Comment