Announcement

Collapse
No announcement yet.

working with multiple intervals

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • working with multiple intervals

    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?

  • #2
    yes, you're getting into some interesting efs stuff with pulling multiple intervals.

    If you are trying to pull price data, then I gave some examples of pulling data into an efs in this thread..

    http://forum.esignalcentral.com/show...threadid=25626

    Other than that, if you use EFS2 features you can pull indicator data from multiple intervals easily. Then you can do anything you want with those values.
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      thanks for the update

      Comment

      Working...
      X