Announcement

Collapse
No announcement yet.

Moving Averages for multiple Time Intervals on one chart

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

  • Moving Averages for multiple Time Intervals on one chart

    Hi,

    I have a question for EFS Group at eSignal.

    I am developing a new formula that would need to plot following Exponential Moving Averages on a 5-Min chart.
    (20 period eMA based on 1 min interval chart,
    240 period eMA based on 1 min interval chart,
    20 period eMA based on 5 min interval chart,
    60 period eMA based on 5 min interval chart,
    20 period eMA based on 15 min interval chart,
    60 period eMA based on 15 min interval chart,
    20 period eMA based on 60 min interval chart,
    60 period eMA based on 60 min interval chart)

    I need to have these values to be shown as major support/resistance lines on my 5-min chart. Hence I need to show them as horizontal lines (just like pivot-resistance-support lines).
    I would also like these lines to be recalculated at the end of each 5 min bar.


    How should I go about getting the different EMA's on 5 min chart.

    I should be able to do the rest of the programming in EFS.

    Any help would be appreciated.

    -Sameer

  • #2
    Sameer
    You may want to read this post by Garth Goverspike on the subject of studies on multiple time frames.
    Alex

    Comment


    • #3
      Thanks Alex for your help.

      So it looks like there is no easy way to calculate EMA values for different intervals that is supported by eSignal. Doing a heavy duty coding seems to be the way to go. I am not sure I have expertise to do very complex coding in eSignal. I can handle moderately complex work.

      Anyway thanks again.

      -Sameer

      Comment

      Working...
      X