how does one work with different intervals on the same chart?
i would assume from a performance perspective one does not want to be fetching intervals and computing high and low over and over for every bar. yet if you get these items once as part of your initializer there doesn't seem to be good way to find the relevant daily bar if you are looking at say 15 minute data.
is the domain model or object model for series and intervals available assuming that there are unpublished functions that would let you walk across these objects?
what is the intended approach to solving this?
i would assume from a performance perspective one does not want to be fetching intervals and computing high and low over and over for every bar. yet if you get these items once as part of your initializer there doesn't seem to be good way to find the relevant daily bar if you are looking at say 15 minute data.
is the domain model or object model for series and intervals available assuming that there are unpublished functions that would let you walk across these objects?
what is the intended approach to solving this?
Comment