Announcement

Collapse
No announcement yet.

Data Range for Multiple TIme frame EFS

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

  • Data Range for Multiple TIme frame EFS

    Hello,

    I created a EFS that access a 60m,120m,240m,D, and weekly timeframe at one time for some calculations.

    When I look at the time template, does the Data Range apply for each individual timeframe or all of them at one time?

    I need 100 bars of history for my calculations. If I set this for 100 bars...will it load 100 bars of Weekly, 100 bars of Daily, 100 bars of 240m, etc?

    -Mike

  • #2
    Hi,

    Use "setIntervalsBackfill()" in preMain().
    A forum search using the function name will yield posts that explain how it works.

    Wayne

    Comment


    • #3
      I understand that but I am just wondering in the time template....the value I put in there...what does that affect? If I put 100 bars and the time frame on the watch list in Daily but I am accessing 60m,120m,240m,D,W.....what time frame does the 100 get? individually or just 100 daily?

      Comment


      • #4
        As I understand it, for your example it gets 100 daily bars and backfills the lower intervals. I'm not sure how it affects the higher intervals (weekly in your case).

        Comment

        Working...
        X