fxDreema

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

    Help with set "Current Market"

    Questions & Answers
    4
    11
    1803
    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.
    • E
      everjn17 last edited by

      Okay, after digging here and there on many threads before about this block i started to understand how to use it. I did build my EA and completely backtest it on single pair and it runs.
      But, this EA is intended to run on many pairs even only attached to one chart. I have written on the input menu all the symbols that i want this EA to run. But, after a week of testing, no trade are taken at all.
      The condition for my strategy based on Gap and Go, which only trade if a symbol is gapping up or down more than 4%. Even last week is a hot week on stock market, but this EA didn't open any trade (Ps. I only use this EA to trade on stock market).

      Could someone please correct me if i was using the block in the wrong position or something that made the EA didn't work as i expect.
      Here's the project https://fxdreema.com/shared/k61SHjmte

      Regards,

      l'andorrà Zackry 2 Replies Last reply Reply Quote 0
      • vish
        vish last edited by

        Try to make a simple version of the EA with least no of blocks so that it will be easier to isolate the issue. Also, it will be much easier for anyone to have a look at your project as it wouldn't take much time to understand the project.

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

          @everjn17 Can you please confir all those 'MarketlistX' constants are of a string type? Otherwise, they will not 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.

          E 1 Reply Last reply Reply Quote 0
          • Zackry
            Zackry @everjn17 last edited by

            @everjn17 sometimes going through the error log of mt4 can help a lot 🙂

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

              @l-andorrà said in Help with set "Current Market":

              @everjn17 Can you please confir all those 'MarketlistX' constants are of a string type? Otherwise, they will not work.

              Hi' Yes, it's string type and if i tried to put a symbol that not on the marketwatch it will give a feedback saying "This symbol XXX aren't in the marketwatch so it'll be removed from process"

              1 Reply Last reply Reply Quote 0
              • E
                everjn17 @Zackry last edited by

                @zackry That's the problem, there are nothing related to the EA shown in the Journal tab except a notification when it's successfully loaded to the chart.

                Zackry 1 Reply Last reply Reply Quote 0
                • Zackry
                  Zackry @everjn17 last edited by

                  @everjn17 i am not sure , but i never looked for the errors in the journal tab , so maybe try the expert tab : because i always find errors in the expert tab : 0_1596354388457_Screenshot_2.png
                  maybe both experts and journal show the error logs , but i never cared much about it , because in most cases fxDreema prints a message in the experts tab which is very useful to understand whats going on inside the EA itself

                  secondly you might wanna simplify your project, and use the comment block after each significant block to see where exactly is the execution messing up , once you pick up the block which is causing the issue then you will be able to resolve the issue easily

                  but more importantly , simplify the project to the bare minimum blocks so we can understand your project otherwise its gonna be tough to help you out....i would suggest create a new project and only use the blocks related to your problem in this new project and get rid of all other blocks like "Formula TP" "Formula SL" "TP" "SL" Trailing etc.....and then shhare the new project here so e can understand better , once the problem is solved then you can use the solution into your main project

                  E 1 Reply Last reply Reply Quote 0
                  • E
                    everjn17 @Zackry last edited by

                    @zackry Sadly, there's no clue same as Journal tab. On my Expert tabs it only prints when the EA initialized and EA settings.
                    Okay i did simplify the project before and try just to print some log message, it did print that tho, but only on the current chart symbol.
                    I'll re-run the EA with only Log Message output but i need live data from US market first. So maybe gonna give some update on monday.

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      everjn17 @everjn17 last edited by

                      Okay @Zackry, i did try to just print a Log Message that contains the market symbol under once per bar block and i can confirm the block is working. It prints each symbol that i listed on the marketlist input.
                      So, the problem right now is maybe something on my project not on the block or how i use the block

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

                        @everjn17 I recommend you to 'dissect' your EA in smaller parts and test them separatedly. It's a long and frustrating process, but required to find the origin of the problem.

                        (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
                        • Zackry
                          Zackry @everjn17 last edited by

                          @everjn17 I agree with @l-andorrà use fewer blocks , and with each block use a comment block so you can know on which block the EA is stopping the execution

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

                          Online Users

                          E
                          A
                          G
                          Q
                          C
                          T
                          S
                          A

                          15
                          Online

                          146.7k
                          Users

                          22.4k
                          Topics

                          122.6k
                          Posts

                          Powered by NodeBB Forums | Contributors