fxDreema

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

    TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.

    Questions & Answers
    3
    30
    2135
    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.
    • K
      kestra @l'andorrà last edited by

      @l-andorrà https://fxdreema.com/shared/hJ7BQspPb

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

        @kestra Now you need to position the first variable in its position here:

        01.png

        However, we need to consider if buys and sell will always share the same lot size value. Will it happen of they can have different values?

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

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

          @l-andorrà If the signal is buy we start with 0.02. The same thing for sell. But when the direction changes from buy to sell we use our next sext sequence 0.05, and the next opposite direction will be 0.11 until will get to the last lot, then it will return to 0.02.

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

            Correct, this is why you need all those variables. You will store the value of the next variable into the previous one. You can also use a counter variable controlling that, but it would make it more complex.

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

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

              @l-andorrà How will i store the value of the next variable into the next one. Do you mean i will build another buy and sell block and put the next variable into it.

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

                @kestra I think this is a much better approach. You need one variable only and every time a trade is open, the next value is updated like this:

                https://fxdreema.com/shared/kzsi04vOd

                I used the first 2 values of the lot size, you will need to extend the structure as much as you need.

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

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

                  @l-andorrà Let me explain how the structure you built will work, if am correct tell me. After buying with the initial lot which is 0.02, if the current trade is 0.02 lot change the internal variable to 0.05 so that the next trade will be 0.05 or else if the current trade is 0.05 lot change the internal variable to 0.11 so the next trade will carry 0.11 lot. am i correct ?

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

                    @kestra Yes, that is correct. You can add as many intermediate lot size levels as you need.

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

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

                      @l-andorrà but the internal variable will be left empty and will be modified only using the modify block, right ?

                      1. If in any case a value is put into the variable just as we wanted to build before can it be modified using the modified block when a value is already in the variable ?
                      1 Reply Last reply Reply Quote 0
                      • l'andorrà
                        l'andorrà last edited by

                        It will never be empty. The variable will always have a value in it. And yes, that block will automatically change the value of the variable overwriting it on top of the previous one.

                        (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
                        • 2
                        • 2 / 2
                        • First post
                          Last post

                        Online Users

                        E
                        S
                        I
                        G
                        F
                        A
                        I
                        E
                        D
                        O
                        A
                        J
                        M
                        R

                        26
                        Online

                        146.6k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors