fxDreema

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

    zero divide error MT5

    Questions & Answers
    3
    4
    721
    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.
    • J
      jado58 last edited by

      Error comes from this line every time. Any ideas or work arounds?

      return CustomPoint(symbol) / SymbolInfoDouble(symbol, SYMBOL_POINT);
      

      0_1588896131527_58adc159-a68e-48dc-8c41-14cfa43a6e7f-image.png

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

        This is a question for real programmers. Anyone here? 🙂

        (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 1
        • M
          miro1360 last edited by miro1360

          workaround:
          add this to line 569:
          if (SymbolInfoDouble(symbol, SYMBOL_POINT) == 0) { return (CustomPoint(symbol) / xxx); }
          where xxx is 0.00001 or 0.001 ... or any (depends on symbol)

          Between trading and gambling is a very small gap, be careful.

          1 Reply Last reply Reply Quote 1
          • J
            jado58 last edited by

            Lukily I had an older version I was working on before I moved to this version that don't have this issue. Thanks to both of you.

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

            Online Users

            S
            T
            A
            Y
            H
            B
            K

            14
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors