fxDreema

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

    How Backtest multiple Symbols in one time?

    Questions & Answers
    3
    15
    776
    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.
    • S
      Skyzen last edited by

      Hi all Community! i've searched on forum about it but i dont find a solution

      suppose to backtest one bot that open at cross of ema5 on ema20 and so on....

      in the end i have results of (for example) EURUSD ema5 cross ema20...

      if i want backtest on the same time my pool of tick data, how i can do it?

      there's a way to create a constant for Symbols? for have data of all my ticks, and have results of EURUSD USDJPY EURGBP etc etc ... i hope i was clear with explaination! have a good work!

      1 Reply Last reply Reply Quote 0
      • S
        Skyzen last edited by

        Immagine 2023-11-02 211637.png

        like for timeframes i mean, that in backtest can do steps for find the best tf for a strategy

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

          @Skyzen You can use this block on top of all block trees of the project:

          01.png

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

          S 1 Reply Last reply Reply Quote 1
          • S
            Skyzen @l'andorrà last edited by

            @l-andorrà I’ve tried but it test all together, I need a way for test in backtest for watch situation of single Symbol, like pass… example when you test a MA for 5,10,15,20,etc etc periods

            S 1 Reply Last reply Reply Quote 0
            • S
              sktsec @Skyzen last edited by

              @Skyzen
              Set it as a variable and use enumerations

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

                @sktsec Exactly.

                (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
                • S
                  Skyzen @sktsec last edited by

                  @sktsec i've tried without success. i checked site of mql5 and seems that Symbols can't be "enumered"

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sktsec @Skyzen last edited by

                    @Skyzen
                    Yes. Not directly. First get the integer value from custom enumeration of symbols and then converting it to the corresponding symbol in a string variable

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Skyzen last edited by

                      i'm not able to do that, i've tried many combinations and nothing!pic1.PNG pic2.PNG

                      is like they are not linked

                      1 Reply Last reply Reply Quote 0
                      • S
                        Skyzen last edited by

                        https://fxdreema.com/shared/E3HlJ2Wtd

                        1 Reply Last reply Reply Quote 0
                        • S
                          Skyzen @sktsec last edited by

                          @sktsec i've tried

                          enum symbol {EURUSD, GBPUSD}
                          symbol symbolToTrade EURUSD

                          and also

                          enum symbol {EURUSD = 0, GBPUSD = 1}
                          symbol symbolToTrade EURUSD

                          in Variables i've tried double EURUSD 0
                          or string EURUSD EURUSD
                          or int EURSUSD 0

                          in modify variables i've tried value to text... nothing, it doesn't grab information

                          1 Reply Last reply Reply Quote 0
                          • S
                            Skyzen last edited by

                            for now i've solved in this way https://fxdreema.com/shared/NP7jB0e5b

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

                              @Skyzen You can use one only block with all involved symbols comma separated, instead of using one block per symbol.

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

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

                                @l-andorrà but in this way in backtest it will work on ALL symbols in block, I want use symbols like a normal input in optimization backtest.

                                Example
                                EURUSD 20>50 H1
                                GBPUSD 20>50 H1
                                USDJPY 20>50 H1... Etc etc... I don't know if I've explained well... In this way I'll save a lot of time in optimization and I'll not need to change manually symbols each time

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

                                  You can still optimize symbols one by one by selecting just one for that 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.

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

                                  Online Users

                                  B
                                  K
                                  A
                                  S

                                  14
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors