fxDreema

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

    Improve bot velocity

    Questions & Answers
    5
    11
    324
    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.
    • A
      Alan.paredes2 last edited by

      How can I improve the speed of my bot? Could you give me some tips to make my blocks execute faster? I have noticed that some blocks take a long time to execute or update data. For example, when I start the bot and there are comments, it takes a while for all the comment information to appear, or when I try to modify a parameter of a block with a button on the graph, it takes a while for the change to take effect.

      ¿Cómo puedo mejorar la velocidad de mi bot? ¿Podrían darme algunos trucos para que mis bloques se ejecuten más rápido? He notado que algunos bloques tardan mucho en ejecutarse o en actualizar los datos. Por ejemplo, cuando inicio el bot y hay comentarios, tarda un tiempo en aparecer toda la información del comentario, o cuando intento modificar un parámetro de un bloque con un botón en el gráfico, tarda un tiempo en que el cambio tenga efecto.

      A roar 2 Replies Last reply Reply Quote 0
      • A
        Alan.paredes2 @Alan.paredes2 last edited by

        el bot se ejecutaba normalmente, pero recientemente se ha puesto lento no sé si sea por alguna modificación que le he hecho o por alguna modificación que se ha hecho en el builder de fxdreema

        1 Reply Last reply Reply Quote 0
        • roar
          roar @Alan.paredes2 last edited by

          @alan-paredes2 usually EAs work by ticks -> everything is updated when the chart receives a new tick, a new price update. This may take 0.1 seconds or 30 seconds.

          To speed it up, you must build your EA so that it updates immediately when you make some object interaction.

          Need small help? Tag me in your post
          Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

          A 1 Reply Last reply Reply Quote 0
          • A
            Alan.paredes2 @roar last edited by

            @roar me "Could you give an example of how to make a block operate immediately?"

            roar 1 Reply Last reply Reply Quote 0
            • roar
              roar @Alan.paredes2 last edited by

              @alan-paredes2 it depends.. Usually you can just place a "Custom mql code" block and write this inside it:

              ChartRedraw();

              Need small help? Tag me in your post
              Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

              VHV-Profit-Masters 1 Reply Last reply Reply Quote 0
              • VHV-Profit-Masters
                VHV-Profit-Masters last edited by

                Entonces no existe solucion con Fxdreema solo hay solucion usando insertar codigo ....

                1 Reply Last reply Reply Quote 0
                • VHV-Profit-Masters
                  VHV-Profit-Masters @roar last edited by

                  @roar amigo, lograste hacer un filtro de noticias funsional y totalmente automatizado para suspender operaciones o volver a operar antes, durante y despues de las noticias... todo hecho en fxdreema?

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

                    Hasta donde you sé, y ya llevo 8 años en fxDreema, nadie lo ha conseguido. O si lo ha hecho, no lo ha compartido aquí. Siempre que que he hablado con roar (el más experto en esto, en mi opinión), siempre llego a la conclusión que hay que usar código externo a fxDreema para conseguirlo.

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

                    VHV-Profit-Masters 1 Reply Last reply Reply Quote 0
                    • VHV-Profit-Masters
                      VHV-Profit-Masters @l'andorrà last edited by

                      @l-andorrà Esque bajo esa logica nos tocaria usar codigo para hacer todo lo que sea realmente relevante en un EA de alta calidad, sin embargo estamos en fxdreema para intentar hacer casi lo mismo pero con no code....... Que pasaria si un buen nuero de usuarios nos unimos para solicitar a los desarrolladores de fxdreema que nos den una solucion en este tema?, sera que hay algun cambio positivo?

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

                        Generally, I find that to have things work quicker (as in when a tick arrives, and this is when volatility/liquidity comes into it, as a tick is a price change) have the first block in the relevant tree the lowest number and don't allow blocks that consume system recourses to activate until the relevant command has acted. When completing an EA on FX check the flow of blocks is non-restrictive. And on timer (& possibly on chart) works regardless of ticks just at the set time, but not for backtest

                        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! 😊

                        VHV-Profit-Masters 1 Reply Last reply Reply Quote 0
                        • VHV-Profit-Masters
                          VHV-Profit-Masters @jstap last edited by

                          @jstap Excelente.... Muy buena informacion, gracias amigo.

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

                          Online Users

                          E
                          R
                          S
                          A
                          B
                          N
                          M
                          A
                          T
                          V
                          M

                          20
                          Online

                          146.7k
                          Users

                          22.4k
                          Topics

                          122.6k
                          Posts

                          Powered by NodeBB Forums | Contributors