fxDreema

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

    How To Use My EA's Name As Comment.

    Questions & Answers
    8
    19
    4985
    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.
    • lanrayy
      lanrayy last edited by

      Hello everyone

      Please I will appreciate if anyone can suggest how to setup comment block which will enable me write my EA's name as comment which will make it able to show under comment tab in mt5 /MT4 platform.

      You can see example of what I am talking about in this image below. The name of the EA that placed those trades is DBOSS and its able to show as comment under trade history.

      Please guide me on how to setup something like this. It will highly appreciated. ![alt text](image url![0_1618268581525_20210412-234237.png](Uploading 100%) )

      lanrayy ajmd97fx 2 Replies Last reply Reply Quote 0
      • lanrayy
        lanrayy @lanrayy last edited by

        @lanrayy 0_1618268751563_20210412-234237.png

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

          @lanrayy Interesting question. I want to know how to do that too.

          (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
          • I
            iqbalazmi @lanrayy last edited by

            @lanrayy 0_1618375504187_dffeae67-b7bb-43c8-9aba-e26edab4e582-image.png

            lanrayy 1 Reply Last reply Reply Quote 0
            • ajmd97fx
              ajmd97fx @lanrayy last edited by

              @lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

              0_1618420179250_eabd95fe-0035-425a-939a-b7d6652b45a6-image.png

              después lo asignas en el campo comentario de la apertura del trade

              0_1618420229895_b6fdf3d1-30e9-4f0e-a01b-834cdde42966-image.png

              también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo

              0_1618420294355_da339665-1d34-42b7-8155-4e812ba4693b-image.png

              0_1618420322150_6df6be8c-459d-4903-bf4b-d1893ecb5a43-image.png

              ANTONIO JESUS

              lanrayy B I 3 Replies Last reply Reply Quote 1
              • lanrayy
                lanrayy @iqbalazmi last edited by

                @iqbalazmi said in How To Use My EA's Name As Comment.:

                @lanrayy 0_1618375504187_dffeae67-b7bb-43c8-9aba-e26edab4e582-image.png

                Thank you so much @iqbalazmi , The method works.

                1 Reply Last reply Reply Quote 1
                • lanrayy
                  lanrayy @ajmd97fx last edited by

                  @ajmd97fx said in How To Use My EA's Name As Comment.:

                  @lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

                  0_1618420179250_eabd95fe-0035-425a-939a-b7d6652b45a6-image.png

                  después lo asignas en el campo comentario de la apertura del trade

                  0_1618420229895_b6fdf3d1-30e9-4f0e-a01b-834cdde42966-image.png

                  también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo

                  0_1618420294355_da339665-1d34-42b7-8155-4e812ba4693b-image.png

                  0_1618420322150_6df6be8c-459d-4903-bf4b-d1893ecb5a43-image.png

                  Thank you so much @ajmd97fx I really appreciate your detail explanation.

                  l'andorrà J 2 Replies Last reply Reply Quote 2
                  • l'andorrà
                    l'andorrà @lanrayy last edited by

                    @lanrayy Impressive replies! I learnt something new...again. 🙂

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

                      this is precious..

                      1 Reply Last reply Reply Quote 1
                      • M
                        MareksMarks last edited by

                        @ajmd97fx Super ! Muchisimas gracias !!!

                        1 Reply Last reply Reply Quote 0
                        • I
                          iqbalazmi @ajmd97fx last edited by

                          @ajmd97fx I got error for that "CountBuy"
                          The error is 'undeclared identifier'

                          ajmd97fx 1 Reply Last reply Reply Quote 0
                          • ajmd97fx
                            ajmd97fx @iqbalazmi last edited by

                            @iqbalazmi CountBuy es una función que yo he creado a través de un Bucket de Trades

                            ANTONIO JESUS

                            I 1 Reply Last reply Reply Quote 0
                            • I
                              iqbalazmi @ajmd97fx last edited by

                              @ajmd97fx can you show me the function please

                              ajmd97fx 2 Replies Last reply Reply Quote 0
                              • ajmd97fx
                                ajmd97fx @iqbalazmi last edited by

                                @iqbalazmi yes of course

                                ANTONIO JESUS

                                1 Reply Last reply Reply Quote 0
                                • ajmd97fx
                                  ajmd97fx @iqbalazmi last edited by

                                  @iqbalazmi primero hago un bucket of trades

                                  0_1624774894681_39703529-5d38-4f04-a389-08c68f7bf8d7-image.png

                                  y después hago una variable tomando información de ese bucket

                                  0_1624774947466_dea53566-e82d-4f03-a73e-9c0f43329bbe-image.png

                                  en este caso el bucket toma todos los trades buy y sell de la divisa en cuestión que está abierta en el gráfico y la variable la he llamado "SpecifiedCount"

                                  ANTONIO JESUS

                                  I 2 Replies Last reply Reply Quote 0
                                  • I
                                    iqbalazmi @ajmd97fx last edited by

                                    @ajmd97fx Thank you so much. That is really helpful

                                    1 Reply Last reply Reply Quote 1
                                    • I
                                      iqbalazmi @ajmd97fx last edited by

                                      @ajmd97fx said in How To Use My EA's Name As Comment.:

                                      @iqbalazmi primero hago un bucket of trades

                                      0_1624774894681_39703529-5d38-4f04-a389-08c68f7bf8d7-image.png

                                      y después hago una variable tomando información de ese bucket

                                      0_1624774947466_dea53566-e82d-4f03-a73e-9c0f43329bbe-image.png

                                      en este caso el bucket toma todos los trades buy y sell de la divisa en cuestión que está abierta en el gráfico y la variable la he llamado "SpecifiedCount"

                                      Hi..do you seperate the bucket for buy and sell?.
                                      and can you show me the result of your trade comment?

                                      jstap 1 Reply Last reply Reply Quote 0
                                      • jstap
                                        jstap @iqbalazmi last edited by jstap

                                        @iqbalazmi This thread is old even the reply you have replied to is quite old and differs from the original post, best to ask a new question to answer your question, in the bucket of trades block you have type, use a block for buys and a separate block for sells.

                                        Learn fxDreema Without the Wait!

                                        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                                        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                                        Don’t miss out

                                        Click here➡️ https://mybook.to/fxDreema to get your copy today!

                                        Enjoy! 😊

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          jjtrader @lanrayy last edited by

                                          @lanrayy said in How To Use My EA's Name As Comment.:

                                          @ajmd97fx said in How To Use My EA's Name As Comment.:

                                          @lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

                                          0_1618420179250_eabd95fe-0035-425a-939a-b7d6652b45a6-image.png

                                          después lo asignas en el campo comentario de la apertura del trade

                                          0_1618420229895_b6fdf3d1-30e9-4f0e-a01b-834cdde42966-image.png

                                          también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo

                                          0_1618420294355_da339665-1d34-42b7-8155-4e812ba4693b-image.png

                                          0_1618420322150_6df6be8c-459d-4903-bf4b-d1893ecb5a43-image.png

                                          Thank you so much @ajmd97fx I really appreciate your detail explanation.

                                          Can anyone please explain this in English? I only need to know how to capture the EA name in the comment box 🙂 Gracias! 🙂

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

                                          Online Users

                                          S
                                          E
                                          W
                                          M
                                          M
                                          A
                                          A

                                          21
                                          Online

                                          146.6k
                                          Users

                                          22.4k
                                          Topics

                                          122.6k
                                          Posts

                                          Powered by NodeBB Forums | Contributors