Announcement

Collapse
No announcement yet.

Average Daily High/Low

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

  • Average Daily High/Low

    From an intraday chart, what's the best way to get the average daily high/low, say over the last 5 days?
    Paul Williams
    Strategy & Applications
    www.futurenets.co.uk

  • #2
    futurenets
    Here is a post by JasonK with an efs for a Daily MA to be used in intraday.
    http://forum.esignalcentral.com/show...&threadid=1241
    Alex

    Comment


    • #3
      thanks Alex. on a similar note ...

      its probably been too long a day but I've just tried plotting

      var vHigh = callFunction("/OHLC/getTodayOHLC.efs", "main", "High");

      and all days a fine except the current day (today).
      Paul Williams
      Strategy & Applications
      www.futurenets.co.uk

      Comment


      • #4
        Hello futurenets,

        I think you just need to compare apples to apples. For example, if you run your code on a chart with "ES #F=2" on a 15min chart then getTodayOHLC.efs will return the high from the Daily interval of "ES #F=2." Likewise for ES #F or ES U3.

        ES #F=2


        ES U3
        Jason K.
        Project Manager
        eSignal - an Interactive Data company

        EFS KnowledgeBase
        JavaScript for EFS Video Series
        EFS Beginner Tutorial Series
        EFS Glossary
        Custom EFS Development Policy

        New User Orientation

        Comment


        • #5
          thanks Jason all is well now.
          Paul Williams
          Strategy & Applications
          www.futurenets.co.uk

          Comment

          Working...
          X