Announcement

Collapse
No announcement yet.

T3 Ma

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

  • T3 Ma

    keep getting formula error on enclosed efs scrip, can any1 help

    Peter
    Attached Files

  • #2
    Peter
    The code in lines 30-34 needs to be inside function main. Cut and paste those lines and insert them after
    if (Price == null) Price = sPriceSource;
    Alex

    Comment


    • #3
      thnx Alex,

      I trying to get the efs to offset by 1 without any luck, how can I do this

      Peter

      Comment


      • #4
        Alex,

        I found this efs script with an offset but once again file has a syntax error .... not good at programing

        Peter
        Attached Files

        Comment


        • #5
          Peter
          The efs you attached to your last message works fine. What syntax error are you getting?
          Alex

          Comment


          • #6
            Alex,

            these r the errors
            line 67 - formula file not found
            line 59 - invalid series name (OHLC/4) in get value

            Peter

            Comment


            • #7
              Peter
              The first error is due to the fact that you do not have the amStudies.efsLib library in the FunctionLibrary folder. See this post for more information
              As to the second error I don't believe it is related to the amt3ma.efs (unless you modified it after posting it) since that script does not use OHLC/4 as the source. Also as I said in my prior reply the efs is working fine
              Alex

              Comment


              • #8
                thnx once again, got it working

                Peter

                Comment


                • #9
                  How to edit this study to also create T5 and a T8?

                  Hello,

                  Is it possible to edit the T3 efs and save with a different efs name, to create two additional efs for T5 and T8?

                  If so, can you advise how to do so?
                  Thank you!
                  Jen

                  Comment


                  • #10
                    Jen
                    The amT3MA() function used in the amT3MA.efs does not have the provision to calculate the T5 or T8.
                    You will need to write a formula specifically to do that
                    Alex

                    Comment

                    Working...
                    X