Announcement

Collapse
No announcement yet.

Help with a new EFS

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

  • Help with a new EFS

    Hello all,

    I have an eSignal user who would like help programming an EFS. The basics are already in place, but we need a bit more done to refine this one. Any help from someone more experienced with the Java Script would be greatly appreciated. Here is what we have so far:

    Acceleration Bands Formula

    • Upper Band = Average((high*(1+2*((((high-low)/(high+low)/2))*1000)*.001))),20)

    • MidPoint = Average(close,20)

    • Lower Band =
    Average((low*(1-2*((((high-low)/(high+low)/2))*1000)*.001))),20

    Nate McCartney
    Nate McCartney

  • #2
    Nate
    I think the attached efs does what you asked.
    Alex
    Attached Files

    Comment


    • #3
      Thanks, Alex. I appreciate the help.

      nate
      Nate McCartney

      Comment

      Working...
      X