fxDreema

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

    How to perform raises correctly?

    Questions & Answers
    0
    6
    323
    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.
    • OntradingX
      OntradingX last edited by

      I am performing volume increases by multiplying the previous lot by *1.12 in MT4, but some brokers do not understand and keep the same lot infinitely as 0.01 and do not advance to 0.02
      In order for the problem not to occur, I had to create a formula block to calculate the next order and that way I managed to get the EA to open order 0.02 but I don't think it's ideal because a warning message always appears on the screen advising that the broker does not recognize the lot size.

      Any tips on how to make something standard so that all brokers accept it?

      0_1672686060687_fa117ab0-8eac-44ee-bb83-fd485df0cf7b-image.png

      Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
      Site: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Boa sorte a todos nós!

      English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
      Website: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Good luck to all of us!

      jstap roar 2 Replies Last reply Reply Quote 0
      • jstap
        jstap @OntradingX last edited by

        @ontradingx As most brokers only use 0.00 as a lot you probably need to round number before using?

        Learn fxDreema Without the Wait!

        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

        Don’t miss out

        Click here➡️ https://mybook.to/fxDreema to get your copy today!

        Enjoy! 😊

        OntradingX 1 Reply Last reply Reply Quote 0
        • OntradingX
          OntradingX @jstap last edited by

          @jstap Do you have an example of how I can do this?
          any projects on fxdreema showing how to solve this?

          Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
          Site: https://www.ontradingx.com.br
          Youtube: https://www.youtube.com/@ontradingx
          Boa sorte a todos nós!

          English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
          Website: https://www.ontradingx.com.br
          Youtube: https://www.youtube.com/@ontradingx
          Good luck to all of us!

          jstap 1 Reply Last reply Reply Quote 0
          • jstap
            jstap @OntradingX last edited by

            @ontradingx Use DoubleToString, look in the comment of this: https://fxdreema.com/shared/N8raddpY

            Learn fxDreema Without the Wait!

            My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

            The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

            Don’t miss out

            Click here➡️ https://mybook.to/fxDreema to get your copy today!

            Enjoy! 😊

            1 Reply Last reply Reply Quote 0
            • roar
              roar @OntradingX last edited by roar

              @ontradingx the lot gets rounded down to 0.01 and you lose the information of 3rd decimal.

              Lot compounding is easier when you work with trade counts - check how many trades you have running, then you can calculate the proper next iteration:

              next lot = 0.01*MathPow(1.12, # of trades)

              Need small help? Tag me in your post
              Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

              OntradingX 1 Reply Last reply Reply Quote 0
              • OntradingX
                OntradingX @roar last edited by

                @roar Can you give me an example in fxdreema?
                You speak in a very easy way to express yourself, but I may be understanding in a more difficult way.
                I understood that I would have to use a " Bucket of trader " block to count how many orders are open and relate this to a table, for example:
                If I have 1 order use lot 0.01
                If I have 2 orders use lot 0.02
                If I have 3 orders use lot 0.03

                And so on....

                Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                Site: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Boa sorte a todos nós!

                English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                Website: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Good luck to all of us!

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

                Online Users

                O
                E
                M
                C
                F
                S
                S
                S

                15
                Online

                146.8k
                Users

                22.4k
                Topics

                122.6k
                Posts

                Powered by NodeBB Forums | Contributors