Announcement

Collapse
No announcement yet.

sma to ema for following efs

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

  • sma to ema for following efs

    Hello All!

    After 2 hours of getting crazy i hope someone can help me.

    I want to change the simple moving avg. to an exp.mov.avg in
    the efs formular.

    All the best

    vienna
    Attached Files

  • #2
    Re: sma to ema for following efs

    vienna
    In the following line of code
    PHP Code:
    if (vMA == nullvMA = new MAStudy(MALengthOffset"Close"MAStudy.SIMPLE); 
    change MAStudy.SIMPLE to MAStudy.EXPONENTIAL
    You can find the information on the MAStudy() function and its methods in this article of the EFS KnowledgeBase.
    Alex


    Originally posted by vienna
    Hello All!

    After 2 hours of getting crazy i hope someone can help me.

    I want to change the simple moving avg. to an exp.mov.avg in
    the efs formular.

    All the best

    vienna

    Comment


    • #3
      thanks

      Thanks very much for u FAST HELP !!

      regards

      vienna
      Last edited by vienna; 01-08-2009, 06:05 AM.

      Comment


      • #4
        Re: thanks

        vienna
        You are most welcome
        Alex


        Originally posted by vienna
        Thanks very much for u FAST HELP !!

        regards

        vienna

        Comment

        Working...
        X