Announcement

Collapse
No announcement yet.

Trendline of first bar of the day

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

  • Trendline of first bar of the day

    Is there an EFS file out there that will take the first bar of the day (8:30 AM Central time) and once that bar is closed it will draw a trend line of the HIGH and LOW of that first bar. For example if it’s a 30 min chart it will wait until 9:00 AM and draws that high and the low of the bar from 8:30 to 9:00 AM.


    Thank you

    Ketoma
    Attached Files
    Last edited by ketoma21; 11-16-2003, 03:29 PM.

  • #2
    I take it there is no EFS file out there that will do that.

    So, I'm starting to write it but how do you tell the EFS file the first bar of the day.

    Another word any pointers where to start will be greatly appreciated.

    Thank you

    Ketoma

    Comment


    • #3
      if(getDay()!=getDay(-1))
      it's a new day

      Comment

      Working...
      X