fxDreema

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

    Urgent. Unsupported filling mode (10030).Converting EA from MT4 to MT5

    Bug Reports
    2
    5
    2056
    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.
    • G
      greg.pe last edited by

      Hello.
      Need help with this error. Have EA's which works on MT4 however tried to convert them to MT5 and when do backtesting got error "Unsupported filling mode (10030)"

      Tried the way of converting from MT4 to MT5 and also by manual way of creating same EA in MT5 creator.

      market:BlackBull Market
      Read some topics regarding this error howver didn't find solution.
      As seen most of the time problem was with filling type so pasting my code.
      // filling type
      if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_FOK))
      request.type_filling = ORDER_FILLING_FOK;
      else if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_IOC))
      request.type_filling = ORDER_FILLING_IOC;
      else if (IsFillingTypeAllowed(symbol, ORDER_FILLING_RETURN)) // just in case
      request.type_filling = ORDER_FILLING_RETURN;
      else
      request.type_filling = ORDER_FILLING_RETURN;

      	success = OrderSend(request, result);
      

      Additional question. Does it mean the EA won't be working on real time market or is it just error in backtesting. Unable to check due fact is Saturday today ,the importance is I need this to be working on Monday

      Regards to all helpers.

      1 Reply Last reply Reply Quote 0
      • G
        greg.pe last edited by

        Zrzut ekranu (129).png

        1 Reply Last reply Reply Quote 0
        • l'andorrà
          l'andorrà last edited by

          Never seen this error before. I'm not a programmer, sorry. I hope someone can help.

          (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

          (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

          (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

          1 Reply Last reply Reply Quote 0
          • G
            greg.pe last edited by

            SOLVED. Don't know how this programming line affect different pairs however works on my pair GBPUSD.p
            Error was on GBPUSD pair.
            Not programmer eighter so not sure what's the issue

            1 Reply Last reply Reply Quote 0
            • l'andorrà
              l'andorrà last edited by

              Good for you!

              (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

              (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

              (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

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

              Online Users

              K
              N
              A
              E
              F
              A
              C

              11
              Online

              146.8k
              Users

              22.4k
              Topics

              122.6k
              Posts

              Powered by NodeBB Forums | Contributors