fxDreema

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

    MULTIPLE CHARTS

    Questions & Answers
    4
    10
    1748
    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.
    • A
      antoniorenar last edited by

      Hello, I want my system to operate in all the charts that are in market observation, simultaneously, either in backtesting or realThat is, that a single robot can make decisions in multiple pairs from a single chart

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

        You can use this block on top of all your project:

        0_1582311932866_01.png

        There you will have to manually write all symbols you want comma separated. That should do the work on real and backtesting for MT5, but only for real on MT4.

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

        T 1 Reply Last reply Reply Quote 0
        • T
          trader.philipps @l'andorrà last edited by

          @l-andorrà said in MULTIPLE CHARTS:

          You can use this block on top of all your project:

          0_1582311932866_01.png

          There you will have to manually write all symbols you want comma separated. That should do the work on real and backtesting for MT5, but only for real on MT4.

          You might set this string by a variable automaticaly for instance on the on Init tab. Here an example. I defined the string variable "ListSymbols" in fxdreema before.

          0_1582327490927_6cd62577-a864-4596-ace0-8c583b49a593-image.png

          Here the code for copying ...
          //
          int HowManySymbols=SymbolsTotal(true);
          ListSymbols="";
          for(int i=0;i<HowManySymbols;i++)
          {
          ListSymbols=StringConcatenate(ListSymbols,SymbolName(i,true),",");
          };
          //

          I like to share my knowledge, but expect the others to contribute as well.

          1 Reply Last reply Reply Quote 0
          • B
            biztet last edited by

            Hello @l-andorrà , @trader-philipps .
            Does both types have the same function?

            @l-andorrà , is it just by placing that block on top will do the magic?
            trade multiple chart from a single chart? as simple as that?

            @trader-philipps , which is the simplest/lightest programming
            between yours and fxdreema ready block?

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

              It should be on top of the launching blocks (buy/sell). Not necessarily on top of all the project. It depends on your specific project. I have no idea about what trader.philipps siggested. I'm not a programmer, I'm afraid. 😕

              (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
              • B
                biztet last edited by

                Thanks @l-andorrà . If that simple block can do the magic, it's good enough.

                T 1 Reply Last reply Reply Quote 0
                • T
                  trader.philipps @biztet last edited by

                  @biztet What the code does is the folowing. If executed on the on Init tab, the EA will read all symbols/instruments that are currently in the market watch (on EA start). The SymbolsTotal(true); only counts the number of available symbols.
                  Then it loops for the number of symbols and puts each symbol name in a comma seperated list.

                  I like to share my knowledge, but expect the others to contribute as well.

                  1 Reply Last reply Reply Quote 0
                  • B
                    biztet last edited by biztet

                    Hello experts. I need to enhance my EA.
                    I'm calling experts, @l-andorrà , @trader-philipps , @roar .
                    Thank you everyone for coming! 😄

                    I need to make it trade multipair on single chart, and the EA
                    must read all signals from all pairs and execute the trades simultaniously.
                    Also to close trades with the signal from each pair separately.
                    Is there any codes that i can use to make this possible?
                    That is all i guess. Thank you.

                    1 Reply Last reply Reply Quote 0
                    • B
                      biztet last edited by

                      And also about the different symbol with different brokers.
                      eg. EURUSD/EURUSD.x/EURUSD.abc
                      can i do like this... EURUSD*, assuming that it will read the string EURUSD just to recognize the symbol?

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

                        Yes, you can. Are you talking about the same question of your other thread? If so I answered there. Please don't duplicate questions.

                        (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

                        R
                        F
                        S
                        D
                        V

                        22
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors