fxDreema

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

    Bug that started today

    Bug Reports
    3
    4
    515
    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.
    • R
      rafaelgrecco last edited by

      Hello Mr.

      Since today I can't compile on MetaTrader 5 any EA created on FxDreema.

      A simple code "No position" -> "Buy now" does not work (exactly as the first axample). The error is on this code:

      void block1()
      {
      if (disabled[1] || FXD_BREAK) {return;}
      FXD_CURRENT_FUNCTION_ID=1;

      MetaEditor returns the error: 'disabled' - index out of range

      The same EA created yesterday would compile correctly, but the code is different:

      void block1(int parent=0)
      {
      if (block1==false || FXD_BREAK==true) {return;}
      FXD_CURRENT_FUNCTION_ID=1;

      Can you fix it?

      EDIT: I believe it has something to do with today's update.

      1 Reply Last reply Reply Quote 0
      • D
        droctagon last edited by

        +1 Same problem, can't compile with same error returned.

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

          It was my fault, it looks that I missed something when I did some updates today. Sorry about that

          1 Reply Last reply Reply Quote 0
          • R
            rafaelgrecco last edited by

            It's working perfectly again. Thanks!

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

            Online Users

            J
            T
            J
            B

            18
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors