fxDreema

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

    Tutorial 06 - My Indicators in fxDreema

    Tutorials by Users
    15
    55
    52872
    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.
    • l'andorrà
      l'andorrà last edited by l'andorrà

      I found a new challeng for miro ;). In order to complete his outstanding tutorial on custom indicators I would like to suggest how to deal with a common problem for MT5 users like me. How can mq5 indicators be recognized by fxDreema? Let's see this example: the humble accellerator oscillator. This is its mq5 variant when we drag it into the chart:

      0_1564064657486_01.png

      Apparently easy. No parameters and just two buffers, green and red. However, this is what we see when we try to upload it to our custom indicator's pool:

      0_1564064886678_02.jpg

      As we can see, both colour buffers are embedded into a single buffer 0. That means we cannot choose different colours for buy/sell conditions because both are offered on the same output buffer. How can we deal with cases like this?

      BTW, this is the indicator for MT5. 0_1564065320571_accelerator.mq5

      (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 -1
      • M
        miro1360 last edited by miro1360


        Between trading and gambling is a very small gap, be careful.

        1 Reply Last reply Reply Quote 0
        • isp00rt
          isp00rt last edited by

          I don't think he's looking for the logic behind the indicator but the solution for many mq5 indicators like this: one buffer --> two colour values. How can we "translate" that into fxDreema two buffers eligible on the 'Condition' operands?

          1 Reply Last reply Reply Quote 0
          • M
            miro1360 last edited by miro1360

            MT5 is not exposed to working with all custom indicators as easily and reliably as MT4. Ask the author of the indicator for a separate buffer to allow you to link it with any EA. He can create an additional buffer for you or edit original. Every serious (or paid) indicator in MT5 should ensure EA compatibility (using either a buffer or graphical objects).

            Sorry, no other way than the modification of the indicator ... moreover each indicator is different.
            The basic difference (one of many) between the original and edited one is shown here:

            0_1564159721059_cf162d68-9295-47b1-8a67-715bdccd4b53-image.png

            and the implementation:

            0_1564159863718_719ea459-933e-496b-814b-1e8ebb7bcb57-image.png

            Between trading and gambling is a very small gap, be careful.

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

              Exactly, I already knew the logic of the indicator. I was interested in what isp00rt said. Once again I can confirm that Mq5 is not as interesting as mq4 when designing EAs on fxDreema. Programming knowlegde is required to be fully functional. Sad:(

              Thank you once more for your help, Miro.

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

              AlphaOmega 1 Reply Last reply Reply Quote 0
              • M
                miro1360 last edited by

                It is really very simple, almost like template editing, I wouldn't even call it programming 😄

                Between trading and gambling is a very small gap, be careful.

                G 1 Reply Last reply Reply Quote 0
                • T
                  tedhor07 last edited by

                  hi Mr miro, may i know which file is Heiken Ashi with colour file? or do you have any?

                  1 Reply Last reply Reply Quote 0
                  • AlphaOmega
                    AlphaOmega @miro1360 last edited by

                    @miro1360 - I just want to say: Thank you for the effort you put in too learn us noobs. I know it is a lot of effort for nothing..... Much appreciated!!!

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

                      @l-andorrà Hi ... I am also interested to use this indicator ... So what is the outcome here? Did you manage to find the developer of the indicator and manage to separate the buffers? Please matey share with us?

                      1 Reply Last reply Reply Quote 0
                      • G
                        GeoFX @miro1360 last edited by

                        Hello guys! I think my question will add value here. I try to add EX4 custom indicator with STRING value and it gives "implicit conversion from 'string' to 'number" error on the compilation.

                        The parameter value is a indicator licence key and it has letters and digits. The problem is the Metatrader tries to convert it to digits for some reason, so what I get after the compilation is done is 0 in the value field instead of the licence code.

                        Here is the project: https://fxdreema.com/shared/CKrrO9yXd

                        Does anyone knows a workaround for this type of compilations?

                        Thank you!
                        4_1591761843038_Screenshot_5.jpg 3_1591761843038_Screenshot_4.jpg 2_1591761843037_Screenshot_3.jpg 1_1591761843037_Screenshot_2.jpg 0_1591761843036_Screenshot_1.jpg
                        0_1591761956108_AT-Congestions.ex4

                        1 Reply Last reply Reply Quote 0
                        • G
                          GeoFX last edited by GeoFX

                          My topic has been transfered here: https://fxdreema.com/forum/topic/9807/ex4-custom-indicator-with-licence-key-conversion

                          @miro1360, please, delete my pics above.Thanks

                          1 Reply Last reply Reply Quote -1
                          • K
                            Kiku last edited by

                            https://fxdreema.com/shared/fQs30QCde

                            It is link m'y projection help me

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              HELLOTB9JA @Kiku last edited by

                              @Kiku I can help you on this, but it repaints too much.

                              1 Reply Last reply Reply Quote 0
                              • A
                                austin07 last edited by

                                Hi Micro
                                My EA still opens a lot of trades a once can you help even after I used once per bar

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

                                  @austin07 Can you please open a different thread for your issue? This tutorial is not the place for that.

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

                                  Online Users

                                  I
                                  E
                                  D
                                  O
                                  A
                                  J
                                  M
                                  R
                                  F

                                  22
                                  Online

                                  146.6k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors