fxDreema

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

    Add lots on loss

    Questions & Answers
    2
    15
    481
    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.
    • B
      Ben Romewel last edited by

      Please i'm trying to build an EA that the first 20 trades respectively has a manually inputed lot size in the EA setting if theres a loss...
      Example:
      1st trade Lot 0.10
      if first trade loses (Hits SL)
      2nd trade Lot 0.14
      If second trade loses (Hits SL)
      3rd trade Lot 0.10
      If second trade loses (Hits SL)
      4th trade Lot 0.14

      So on till the 20th trade...Then starts with the initial 0.10 after the 20th losing trade...

      1 Reply Last reply Reply Quote 0
      • B
        Ben Romewel last edited by

        Anyone please????!!!

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

          Do you mean that you will manually specify the lot size for the first 20 trades and then the 21st and later should be using the exact same lot size until the end of time?

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

          B 1 Reply Last reply Reply Quote 0
          • B
            Ben Romewel @l'andorrà last edited by

            @l-andorrà Yes sir...I need the lots of the first 20 trades inputed manually BUT when the 20th trade hits SL it starts all over again...From the initial lot size...

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

              @Ben-Romewel Then you need to create a variable to store the value of the '21st' trade this way:

              01.png

              Notice that those blocks are in the 'on trade' tab. The condition block will identify when the 20th trade was having the last manually selected lot size (I called it 'last lot size'). Then the next 'modify variables' block will store the value of the 1st manually selected lot size (I called it 'initial lot size'). Once the info is stored you need to use that variable on both 'buy/sell now blocks.

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

              B 1 Reply Last reply Reply Quote 0
              • B
                Ben Romewel last edited by

                okay sir...but i need the EA to open a trades in the opposite direction immediately the first hits an SL so and so and so till the 21st...but with an imputable LOT size...

                1 Reply Last reply Reply Quote 0
                • B
                  Ben Romewel @l'andorrà last edited by

                  @l-andorrà okay sir...but i need the EA to open a trades in the opposite direction immediately the first hits an SL instantly so and so and so till the 21st...but with an imputable LOT size....

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

                    Then you can simply connect a buy/sell now block immediately below the 'modify variables' block in my example. You will have to create two block trees: one for buys only that will open a sell and another one for sells only that will open a buy.

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

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      Ben Romewel @l'andorrà last edited by

                      @l-andorrà okay sir but please for better understanding i need an example please...

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

                        @Ben-Romewel You have to do this:

                        1. Create two separate structures as per my example.
                        2. One structure will be buys only and the other one for sells only.
                        3. Connect a 'sell now' block below the 'modify variables' block of the buys only structure.
                        4. Connect a 'buy now' accordingly to the other structure.
                        5. Use the 'lot size' variable in both 'buy/sell now' blocks.

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

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          Ben Romewel @l'andorrà last edited by

                          @l-andorrà please I need an example sir...

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

                            And that's what I provided.

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

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              Ben Romewel @l'andorrà last edited by

                              @l-andorrà Alright sir...this is what I've started with...https://fxdreema.com/shared/zz4EwT7eb

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

                                The modify variables block is empty.

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

                                B 1 Reply Last reply Reply Quote 0
                                • B
                                  Ben Romewel @l'andorrà last edited by

                                  @l-andorrà alright sir, but please what variables am I to input??

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

                                  Online Users

                                  M
                                  M

                                  13
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors