fxDreema

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

    [NEWBIE] Problems running my EA

    Questions & Answers
    ea testing backtesting help helpme not loading
    3
    8
    2714
    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
      scottpapetti last edited by

      This is my first EA so I expect to have problems but this is just confusing me.

      I believe I have my coding right but the thing is when I put the EX4 file in the EA section of the program files of mtrader (I have Mac so I’m using a wine packaged MT4) it will run and in the journal/logs it will say that it cannot find the file. I have tested an example EA done by FxDreema to see if it was just my MT4 that was messing it up. FxDreema’s example EA worked fine and also the 2 built in EA’s work fine.

      I’m quite stuck and confused, if anyone can help it would be much appreciated!

      My EA consists of a TDI indicator that I uploaded into the builder (loaded it on MT4 and it worked perfectly fine). Currently my code is:

      No trade
      Condition (TDI RSI line crosses above Signal)
      Buy

      The errors is says is “cannot find file” “magicstart=7886”

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

        But was that EA created on fxDreema?

        (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
          scottpapetti @l'andorrà last edited by

          @l-andorrà
          The EA I tested to make sure MT4 worked was a FxDreema EA
          The one I created with similar conditions and identical blocks didn’t work
          Have you ever ran into any issues like this?

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

            @scottpapetti Can you post the full error message from the log and if useful some around? If you use a mac the filename may differ in regards of capital letters maybe .. just a rough guess.

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

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

              @scottpapetti said in [NEWBIE] Problems running my EA:

              @l-andorrà
              The EA I tested to make sure MT4 worked was a FxDreema EA
              The one I created with similar conditions and identical blocks didn’t work
              Have you ever ran into any issues like this?

              Honestly, I never met something like that. It's certainly weird. I agree with trader.philipps, I recommend you to share your log and your EA for us to take a look, please.

              (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
                scottpapetti last edited by

                @l-andorrà @trader-philipps
                I figured out that the indicator I was using was causing my issues. I swapped it out with a different TDI indicator and have the EA running.
                I will link the troublesome EA and the Indicator.
                I would like the use the original indicator (Synergy)

                https://fxdreema.com/shared/TPhp9Papb
                0_1568229530485_Synergy_Pro_TDI.mq4

                If you guys could help me with getting the Synergy TDI working that would be GREATLY appreciated!!
                also I have a windows laptop now so that will not be an issue any more

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

                  I see you didn't specify candle ID 1 for that indicator. Could you please try it and let us know?

                  (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
                    trader.philipps @scottpapetti last edited by

                    @scottpapetti First thing is that in the fxdreema produced ea sources the indicator is referencenced by "Synergy_Pro_TDI". The file you uploaded is lower-case. That's no issue on windows, but an issue on Mac.

                    Furthermore it looks like that the indicator requires some dll files. Once I put it on the chart, it prints in the log

                    Cannot load 'CompassFX.dll' [126]
                    Cannot load 'synergy_pro.dll' [126]

                    Those 2 files has to be in the MQL4/Libraries folder of you MT4 instance. However, as some dll libraries are using Windows specific APIs, there is a big chance that you won't get it work on a Mac. Check the Expert tab on your terminal once you place the indicator on the chart.

                    Last but not least your EA seems to require the '..\MQL4\indicators\JurikFilter_v2.ex4' file. I didn't check where you use it, but if someone wants to test the EA, it would probably be required to get it run.

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

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

                    Online Users

                    S
                    A
                    R
                    B
                    N
                    M
                    A
                    T
                    V
                    M
                    A
                    A
                    R
                    S

                    24
                    Online

                    146.7k
                    Users

                    22.4k
                    Topics

                    122.6k
                    Posts

                    Powered by NodeBB Forums | Contributors