fxDreema

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

    LOT Multiply Not Function

    General Discussions
    5
    19
    2077
    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.
    • P
      Paihdt last edited by

      @jstap Hi fxdreema expert.. may you help me with this issue? i try to get lot multiply lower than 1.5 for my martingale EA..
      It working fine with lot multi 1.5 and above, and cannot work when lower than 1.5.. it will keep open fixed lot if multi below 1.5 with starting lot 0.01.
      here project link https://fxdreema.com/shared/bKjuRF86e

      Thank you

      jstap TipsyWisdom 2 Replies Last reply Reply Quote 0
      • jstap
        jstap @Paihdt last edited by

        @paiz Try this https://fxdreema.com/shared/3USlmWoic

        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
        • TipsyWisdom
          TipsyWisdom @Paihdt last edited by

          @paiz said in LOT Multiply Not Function:

          @jstap Hi fxdreema expert.. may you help me with this issue? i try to get lot multiply lower than 1.5 for my martingale EA..
          It working fine with lot multi 1.5 and above, and cannot work when lower than 1.5.. it will keep open fixed lot if multi below 1.5 with starting lot 0.01.
          here project link https://fxdreema.com/shared/bKjuRF86e

          Thank you

          The lot size will go from .01 to .02 after 8 trades if you use a multiplier of 1.1, 1.2 requires 4 trades. 1.3 requires 3 trades. i.e., the number is rounded down always until you break above the next lot size available.

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

            0_1647210634723_3a6f0d8d-9661-45d2-8ee2-5cb74fb520ae-image.png

            P 1 Reply Last reply Reply Quote 0
            • P
              Paihdt @TipsyWisdom last edited by

              @tipsywisdom but when i try.. even 10 layers still open lot 0.01

              TipsyWisdom 1 Reply Last reply Reply Quote 0
              • TipsyWisdom
                TipsyWisdom @Paihdt last edited by TipsyWisdom

                @paiz said in LOT Multiply Not Function:

                @tipsywisdom but when i try.. even 10 layers still open lot 0.01

                0_1647570188570_0aad6fb0-17a9-4259-8317-555bc492ed60-image.png
                Keep it easy is what I say. Theres a block for that. if you make that change, be sure to remove any constants and variables before changing the dropdown menu otherwise that constant is saved ghosted in the code somehow.

                P 1 Reply Last reply Reply Quote 0
                • P
                  Paihdt @TipsyWisdom last edited by

                  @tipsywisdom re-issue the topic.. im still cannot get the correct way to made this success..
                  i am using add volume.. not martingale/paroli.

                  I still failed to used initial lot 0.01 with add volume multi 1.2.
                  when i increase the initial lot to 0.05 then it function well with multi 1.2

                  maybe somebody know to solve this?

                  project link https://fxdreema.com/shared/bKjuRF86e

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

                    martingale was meant to multiply 2x. Can you verify it doesnt work with 2x?

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

                      0_1649387416936_3f7cda5e-48b2-4ab7-83ea-f35835772095-image.png
                      again though, this will solve your problem...what you were given is a work around to a standard money management style that we can simply use from a dropdown arrow instead of building blocks.

                      Right? Why stack (4)1x1 inch blocks when you could just grab the (1) 4x1 inch block.

                      TipsyWisdom 1 Reply Last reply Reply Quote 0
                      • TipsyWisdom
                        TipsyWisdom @TipsyWisdom last edited by

                        @tipsywisdom said in LOT Multiply Not Function:

                        0_1649387416936_3f7cda5e-48b2-4ab7-83ea-f35835772095-image.png
                        again though, this will solve your problem...what you were given is a work around to a standard money management style that we can simply use from a dropdown arrow instead of building blocks.

                        Right? Why stack (4)1x1 inch blocks when you could just grab the (1) 4x1 inch block.

                        and, again, not to put down what Jstap gave you, because 1x1 inch blocks in the hands of the right person creates for an EA that can adapt better to variable situations...but, since you dont understand it...I would just keep it simple and use that 1 block and delete the rest. It works. I have used it for testing without much knowledge on how martingale works, its just built in.

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          Paihdt @TipsyWisdom last edited by

                          @tipsywisdom sorry brother maybe you dont understand my question.. im using grid martingale.. not paroli.. paroli only working when hit stoploss.. my ea dont have stop loss.. im using add volume block.. which it will add lot size when reach certain pipsaway.

                          my problem now add volume not function when im using starting lot 0.01 and multi below 1.5..
                          correct me if you think by using paroli can solve my problem

                          1 Reply Last reply Reply Quote 0
                          • P
                            Paihdt last edited by

                            @tipsywisdom btw im only know paroli for single entry and not for layering ea which no stoploss and only one group tp

                            A 1 Reply Last reply Reply Quote 0
                            • TipsyWisdom
                              TipsyWisdom last edited by

                              its a parioli, OR martingale...however you set it up. You dont have to use the profit side, just put a 0 there and now its only a martingale strategy, to multiply on loss.

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

                                if you are just adding positions as price moves, that is not martingale.

                                Are you doing a grid, with martingale style?

                                I.e., every 10 pips, up, buy, every 10 down sell. If last was a sell and it was a loss, now 2x the volume on the next buy or sell. TP every 10 pips.

                                1 Reply Last reply Reply Quote 0
                                • A
                                  ambrogio @Paihdt last edited by

                                  @paiz maybe there is some issue on lot calculation, maybe "add to volume" (i don't know) does'nt accept number like these :

                                  0.01 * 1.2 = 0.012
                                  0.012 * 1.2 = 0.0144
                                  0-0144 * 1.2 = 0.01728
                                  0.01728 * 1.2 = 0.0207

                                  anyway try this, it works

                                  https://fxdreema.com/shared/dDlL6vKN

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    Paihdt @ambrogio last edited by

                                    @ambrogio thank you so much.. its working now

                                    A 1 Reply Last reply Reply Quote 0
                                    • A
                                      ambrogio @Paihdt last edited by

                                      @paiz don't mention it!

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        teamfx001 last edited by

                                        @ambrogio
                                        please explan this function "*c::martin"

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          ambrogio @teamfx001 last edited by

                                          @teamfx001 it's just a constant. Instead of write it manually i type * then right click martin , and save

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

                                          Online Users

                                          N
                                          A
                                          A
                                          C
                                          M
                                          M
                                          M
                                          E
                                          J
                                          K

                                          20
                                          Online

                                          146.7k
                                          Users

                                          22.4k
                                          Topics

                                          122.6k
                                          Posts

                                          Powered by NodeBB Forums | Contributors