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
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
Comment