fxDreema

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

    Multi symbols how to use correctly?

    Questions & Answers
    4
    14
    1481
    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.
    • OntradingX
      OntradingX last edited by

      I noticed that the block " Set "Current Market" for next blocks " doesn't seem to work properly when there are variables in the strategy or drawings like horizontal or trend lines.
      For example, if in the strategy there was a condition to check if the candle (1) crossed above a horizontal line, the EA will only check this on the main symbol, the other symbols will be ignored because in the backtest it is impossible to print this lines on them so the crossover will not happen.
      With that in mind, I wanted to know if there is any way we can get around this without having to create a sequence of new rules for each symbol I want to trade.
      It's possible ?

      Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
      Site: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Boa sorte a todos nós!

      English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
      Website: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Good luck to all of us!

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

        @ontradingx Never used but it says in the ? what it changes, you will need to set different variables for each asset to ensure the correct one is used.

        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 @OntradingX last edited by

          @ontradingx said in Multi symbols how to use correctly?:

          I noticed that the block " Set "Current Market" for next blocks " doesn't seem to work properly when there are variables in the strategy or drawings like horizontal or trend lines.
          For example, if in the strategy there was a condition to check if the candle (1) crossed above a horizontal line, the EA will only check this on the main symbol, the other symbols will be ignored because in the backtest it is impossible to print this lines on them so the crossover will not happen.
          With that in mind, I wanted to know if there is any way we can get around this without having to create a sequence of new rules for each symbol I want to trade.
          It's possible ?

          i did a tutorial for how I pulled data on 3 indexes to display on 1 of the 3. Its within the last 2 months. hopefully it helps.

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

            @tipsywisdom you have tutorial by this, share the link here please ?

            Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
            Site: https://www.ontradingx.com.br
            Youtube: https://www.youtube.com/@ontradingx
            Boa sorte a todos nós!

            English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
            Website: https://www.ontradingx.com.br
            Youtube: https://www.youtube.com/@ontradingx
            Good luck to all of us!

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

              @ontradingx said in Multi symbols how to use correctly?:

              @tipsywisdom you have tutorial by this, share the link here please ?

              0_1654137198595_32392a66-ecff-4673-8e76-83aea5ec8797-image.png

              in the future, that is how to do it for anyone else simply.

              https://fxdreema.com/forum/topic/14971/multi-symbol-high-of-day-low-of-day-tracking

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

                @tipsywisdom
                Thanks for your help, I ended up finding your solution myself and I found it very interesting, what I didn't like is that it is necessary to use a string constant to use the currency name and this pollutes the EA's structure a lot.

                I believe that the block that should do this function must contain some bug, it should really do the role it was assigned to because it would save a lot of blocks, I see that it may not be doing a loop as it mentions doing it correctly, hopefully the developer can start paying attention to these fixes.

                Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                Site: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Boa sorte a todos nós!

                English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                Website: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Good luck to all of us!

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

                  Can you comparatively help me understand what you mean by, it pollutes the structure?

                  I am assuming you mean the blocks, the code...making it all work together properly. I personally do not use group numbers because its too much to do for what I develop. Is this the kind of pollution you are talking about? Or is it more of a code aspect, in the lines?

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

                    @tipsywisdom
                    What I meant is in relation to the aesthetics (visual part) of the EA.

                    The block "set markets for the next blocks" if it worked, it allows me to write separately by commas ( , ) each currency name that I would like to trade.
                    The way you taught and that actually works we have to create one (constant) for each currency pair name, this generates many constants in my case let's say 29 more constants than I would need.
                    But it solved my problem.
                    In short, the block made for this purpose does not work properly.

                    Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                    Site: https://www.ontradingx.com.br
                    Youtube: https://www.youtube.com/@ontradingx
                    Boa sorte a todos nós!

                    English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                    Website: https://www.ontradingx.com.br
                    Youtube: https://www.youtube.com/@ontradingx
                    Good luck to all of us!

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

                      @ontradingx I respectufully disagree. The block works correctly. What is the exact problem in your structure? Did you consider that your EA will be executed on one specific chart while trying to operato on others? This is why you can find some inconsistencies when using the block.

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

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

                        @l-andorrà
                        The problem happens because I use variables and calculations, when I do this with this block nothing works, and doing it without it and creating it separately in the way I explained worked.

                        This block from what I understand it is not allowing to check the variables or perform calculations on the currencies separately only for the chart in which the EA is being tested.

                        Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                        Site: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Boa sorte a todos nós!

                        English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                        Website: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Good luck to all of us!

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

                          @l-andorrà I believe that the block when the loop arrives in the calculation block it does not see the "symbol" field and for this reason it cannot implement the symbol (currency) chosen in the calculation.

                          Calculation blocks and variables do not have the symbol field

                          If the middle of the strategy does not contain either one, then the EA will be able to loop perfectly.

                          Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                          Site: https://www.ontradingx.com.br
                          Youtube: https://www.youtube.com/@ontradingx
                          Boa sorte a todos nós!

                          English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                          Website: https://www.ontradingx.com.br
                          Youtube: https://www.youtube.com/@ontradingx
                          Good luck to all of us!

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

                            @ontradingx Can you please share the link to your project? I will take a look at it.

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

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

                              @l-andorrà 0_1654473492905_currentmarketblock.png
                              0_1654473546174_currentmarketblocksymbol.png

                              I ended up redesigning my logic.
                              Keeping all blocks that contain "Symbol" below the block to replicate the market, and above this block I kept all my blocks that don't contain "Symbol" and now I notice that everything is flowing perfectly.
                              Now from now on I'm just going to do it this way so that my multicurrency EA's work as I need.

                              Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                              Site: https://www.ontradingx.com.br
                              Youtube: https://www.youtube.com/@ontradingx
                              Boa sorte a todos nós!

                              English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                              Website: https://www.ontradingx.com.br
                              Youtube: https://www.youtube.com/@ontradingx
                              Good luck to all of us!

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

                                @ontradingx Congrats for dinding a solution!

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

                                Online Users

                                D
                                L
                                H

                                7
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors