fxDreema

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

    Money management option .. 500>1000 = 0.02lot

    Questions & Answers
    4
    16
    2722
    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.
    • S
      saeed 2 last edited by

      is it possible to have this option of money management ?

      500 > 1000 = 0.02
      1000 > 1500 = 0.04

      for every 500$ increasing .. lot size increase 0.02

      thanks in advance

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

        @saeed-2 You can create a variable to store the value of lot size and then do this as many times as you need:

        0_1620717826408_01.png

        (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
        • S
          saeed 2 last edited by

          thank you Sir

          but when i use ( buy or sell ) block .. i use ( fixed lot )

          so now i dont need to use buy/sell block .. and i can use these three blocks including modify variables at end of EA block .. thats right ?

          no need to use buy/sell here ?

          thanks

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

            @saeed-2 You need to insert this 'lot_size' variable inside both 'buy/sell now' blocks. Tis way:

            0_1620890625084_01.png

            (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.

            S 1 Reply Last reply Reply Quote 0
            • S
              saeed 2 last edited by

              thank you so much Sir .. this is what i need .. appreciated

              1 Reply Last reply Reply Quote 0
              • S
                saeed 2 @l'andorrà last edited by

                0_1620910266549_Modify Lot Size.jpg )
                so it will be exactly same as this .. right ?
                thanks Sir

                S 1 Reply Last reply Reply Quote 0
                • S
                  saeed 2 @saeed 2 last edited by

                  @saeed-2 There is no way to add a condition where variables do the calculation every 200$ >> 0.02 increase in Lot Size ?
                  thanks again Sir

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    albertomtferreira @saeed 2 last edited by

                    @saeed-2 I think you can do all that using a custom MQL code with a few if statements.
                    You test the account balance and if between the amounts that you want you return the value that you want to your lots size variable.

                    Something like
                    if account balance >=200 && <400; Lot_Size=0.05 and so on...

                    Hope that makes sense.

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      saeed 2 @albertomtferreira last edited by

                      @albertomtferreira thanks for bypass and replying
                      i dont understand at these codes and how to rephrase them there
                      thanks again

                      l'andorrà A 2 Replies Last reply Reply Quote 0
                      • l'andorrà
                        l'andorrà @saeed 2 last edited by

                        @saeed-2 albertomferreira is right. Unless you create some custom code you will need as many condition blocks as you show in your example.

                        (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.

                        S 1 Reply Last reply Reply Quote 0
                        • A
                          albertomtferreira @saeed 2 last edited by

                          @saeed-2 If you tell me exactly the levels that you want I can write something for you. Just le me know, for example:
                          0 to 200 --> 0.02 lots
                          200 to 400 --> 0.04 lots
                          400 to 600 --> 0.06 lots and so on.
                          Just let me know and I will try to help you.

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            saeed 2 @albertomtferreira last edited by

                            @albertomtferreira thanks for your assistance .. what i need is like this :
                            200 - 400 >> 0.05
                            400 - 600 >> 0.06
                            600 - 800 >> 0.07 And so on

                            thanks alot ..appreciated

                            A 1 Reply Last reply Reply Quote 0
                            • S
                              saeed 2 @l'andorrà last edited by

                              @l-andorrà Thank you Sir .. i prepared all variable conditions as advised by you

                              i will use also Mr albertomtferreira custom MQL code

                              thanks alwys for yr assistance

                              1 Reply Last reply Reply Quote 0
                              • A
                                albertomtferreira @saeed 2 last edited by

                                @saeed-2 I think the link below should work just fine for what you asked. I haven't had a chance to test it.

                                https://fxdreema.com/shared/OMdXX25Qd

                                You need to create two variables as below.

                                0_1621179755135_157206c7-2a5c-4581-ad6f-2288d30e9097-image.png

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  saeed 2 @albertomtferreira last edited by

                                  @albertomtferreira thank you so much for your assistance

                                  appreciated

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

                                    Hi I just saw your solution here. I tried to copy the calculation code, but I ran into errors. Did anyone try this out, and did it work without errors?

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

                                    Online Users

                                    A
                                    A
                                    E
                                    B
                                    M
                                    J
                                    B

                                    38
                                    Online

                                    146.7k
                                    Users

                                    22.4k
                                    Topics

                                    122.6k
                                    Posts

                                    Powered by NodeBB Forums | Contributors