fxDreema

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

    Which is better to use>?

    Questions & Answers
    4
    21
    753
    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.
    • T
      tec.nacks last edited by

      Which is better to use>? the Set "Current Market" for the next blocks or the symbol option in each block.

      The reason for this is that when I place the Set "Current Market block above the logic order because I use martingale and variable on multiple currencies, it opens a bigger lot size in the order of another currency

      an example is if on EURUSD we have 0.1, 0.3, 0.5 and a martingale order comes in for GBPUSD from 0.1 instead starting with the basic formula it then opens 0.7 which is wrong.

      What's the best way to solve this...wasn't like this before

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

        You should use as many different groups as traded charts. That way each group will be holding its specific martingale lot size. However, you will need different variables too. Sharing the same variable on all trades will never work.

        (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
        • T
          tec.nacks last edited by

          @l-andorrà said in Which is better to use>?:

          However, you will need different variables too. Sharing the same variable on all trades will never work.

          ooh...I think this is my mistake, How can do this for 25 pairs? using grid martingale and the Set "Current Market block above the logic

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

            You need to re-calculate your variables for each market in the loop. In the case of martingale, take the latest trade with the selected currency, see its lot size, calculate next lot size.

            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

            T 1 Reply Last reply Reply Quote 0
            • T
              tec.nacks @roar last edited by

              @roar thank you but am trying to get this am not good with variables. Can you help me with a demonstration pls 🙏

              1 Reply Last reply Reply Quote 0
              • T
                tec.nacks last edited by

                @l-andorrà this is what my grid martingale logic looked like. What should I do differently to get what you said.... https://fxdreema.com/shared/gkW4QAzGb

                1 Reply Last reply Reply Quote 0
                • T
                  tec.nacks last edited by

                  @ambrogio I need your guide on this pls...

                  If you wouldn't mind. If you need clarity I'll explain better

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

                    @tec-nacks if I were you, in order not to complicate my life, since you only have three pairs, I would make separate structures for each one

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      tec.nacks @ambrogio last edited by

                      @ambrogio what about in a place of more than 15 pairs"? because the model is on H4 and it takes longer for each pair to form what should I do in that case?

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        ambrogio @tec.nacks last edited by ambrogio

                        @tec-nacks I always stay away from things that I consider complicated for me, I would do as I told you before. Also three or four EAs with three four pairs each. Surely it is possible to do with the "set market" block, but this work is not for me. Best developer can do it (paying).

                        https://fxdreema.com/shared/mBKVslnod
                        this is a very simple 6 blocks system to increase the lot against trend (it's not martingale, the real martingale is doubling the money after a loss, roulette game for example)

                        1 Reply Last reply Reply Quote 0
                        • T
                          tec.nacks last edited by

                          so did all that is necessary for my grid martinagle logic herehttps://fxdreema.com/shared/0KqTkl0jb

                          but i still get this error of lot sizing

                          @ambrogio am studying your lot sizing logic, How can I open the next martingale or bigger lot at Candle ID1 that is after a candle closes

                          Screenshot 2023-04-15 133812.png

                          A T 2 Replies Last reply Reply Quote 0
                          • A
                            ambrogio @tec.nacks last edited by

                            @tec-nacks it seems to me that the lot sizes increments are correct, the strange thing I notice is that buy trade #24 occurred above buy trade #23. This depends on the rules you set up.

                            1 Reply Last reply Reply Quote 0
                            • T
                              tec.nacks last edited by

                              The rules are here. can you help cross check https://fxdreema.com/shared/0KqTkl0jb

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                ambrogio @tec.nacks last edited by

                                @tec-nacks you are requesting candle close ID1 to be below the open price in loop, so can happens that it places a buy above the last trade if the price goes up.
                                Try to put ask below open price in loop and you can see.

                                Cattura2.JPG

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  tec.nacks @ambrogio last edited by

                                  @ambrogio said in Which is better to use>?:

                                  Try to put ask below open price in loop and you can see.

                                  i dont understand what you mean by this because I want the martingale grid to open at ID 1 not at the middle of a candle...it is not a equal distance grid system but a minimum grid distance at the close of current candle

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    ambrogio @tec.nacks last edited by

                                    @tec-nacks

                                    1. can buy trades opens above the last open trade?
                                    2. you want trades to open at candle 0 opening?
                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tec.nacks last edited by

                                      1. Trades can open below open price if it is a buy order
                                      2. I want to open at Candle ID1, if price pulls below a buy order for minimum 50pips for example, the logic is Only open a Martingale Order at the close of current candle if the distance between the open price is equal or above 50pips distance.

                                      Hope you get the logic now?

                                      A 1 Reply Last reply Reply Quote 0
                                      • T
                                        tec.nacks @tec.nacks last edited by

                                        @tec-nacks @bb-2 can you look into this for me also?

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          ambrogio @tec.nacks last edited by

                                          @tec-nacks now it's clear, I think you placed some useless blocks, that's why I sent you my project to increase lots against trend.
                                          Move the "once per bar" at the top
                                          Remove your blocks #91 #78 #79
                                          Put a "pips away from open price" with your desired pips distance
                                          This is your project as should be:

                                          Cattura1.JPG

                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            tec.nacks @ambrogio last edited by

                                            @ambrogio worked 100% man, you're a genius 😀

                                            Thank you

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

                                            Online Users

                                            O
                                            J
                                            B

                                            14
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors