Announcement

Collapse
No announcement yet.

formula conversion

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

  • formula conversion

    here is a formula that I created for metastock use. Becasue I am a metastock user, I do not understand your formula language.
    Would you please convert this formula into e-signal format.
    Thank you in advance for your help. George Weimer
    Title: MMA Oscillator
    ((mov(close,3,e)+(mov(close,5,e)+
    mov(close,8,e)+(mov(close,10,e)+
    mov(close,12,e)+mov(close,15,e))-
    (mov(close,30,e)+mov(close,35,e)+
    mov(close,40,e)+mov(close,45,e)+
    mov(close,50,e)+mov(close,60,e)))*10;

    (mov((mov(close,3,e)+mov(close,5,e)+
    mov(close,8,e)+mov(close,10,e)+
    mov(close,12,e)+mov(close,15,e))-
    (mov(close,30,e)+mov(close,35,e)+
    mov(close,40,e)+mov(close,40,e)+
    mov(close,50,e)+mov(close,60,e)),13,e))*10;0

  • #2
    George
    The attached efs replicates the Metastock code you posted.
    In the images below the plots on Metastock (BTW there were a couple of errors in that code) and eSignal.
    Alex



    Attached Files

    Comment

    Working...
    X