fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    custom incator compiling problem

    Questions & Answers
    2
    3
    782
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      savariano last edited by

      Hi everybody !

      After importing and updating the indicator I got this message when compiling the Ea .

      Any suggestion is welcome !

      Thanks !!!

      ......
      What is wrong.JPG
      xpMA v11.mq4

      1 Reply Last reply Reply Quote 1
      • fxDreema
        fxDreema last edited by

        I don't know about MA_Type error, at least when I try it it does not appear. MA_TEMA is a constant defined within the indicator, but use it's numeric representation instead. This is from the indicator:

        
        /*
        MODE_SMA       0     Simple moving average, 
        MODE_EMA       1     Exponential moving average, 
        MODE_SMMA      2     Smoothed moving average, 
        MODE_LWMA      3     Linear weighted moving average.
        MODE_DEMA      4     Double Exponential Moving Average. 
        MODE_TEMA      5     Triple Exponential Moving Average.
        MODE_T3MA      6     T3 Moving Average. 
        MODE_JMA       7     Jurik Moving Average. 
        MODE_HMA       8     Hull Moving Average. 
        MODE_DECEMA    9     DECEMA Moving Average. 
        MODE_SALT      10    SALT Indicator. 
        */
        
        1 Reply Last reply Reply Quote 0
        • S
          savariano last edited by

          Ok !
          With number it works .
          Thanks again !

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          Online Users

          J
          B
          M
          B
          T

          15
          Online

          146.7k
          Users

          22.4k
          Topics

          122.6k
          Posts

          Powered by NodeBB Forums | Contributors