fxDreema

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

    on timer of on tick chart

    Questions & Answers
    6
    13
    1602
    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.
    • D
      DGRL last edited by

      What is better to lower cpu usage for the EA?
      The on timer or the on tick chart?
      my on timer tab is set to 1 second
      and as far as i know 1 second can have multiple ticks

      I am asking this because i want to turn off and on 1 block that is placed in the on tick tab

      Screenshot below is of the on time tab
      0_1557577283699_c4b32aed-7992-4fb6-a3f4-a8fc184d2968-image.png

      Screenshot below is of the on tick tab
      0_1557577318444_8a29ed5d-8317-4a51-8311-323bba0d4e76-image.png

      They both do the same but i wonder which one is better?
      The on timer tab or the on tick tab?

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

        The tick event is fired when there is a change in the price, which is what is important in trading. If the price doesn't change, there is no reason to trade, so that's why the Tick event is the main event for expert advisors. If you don't care so much about the ticks, you can use the Timer. Better check if everything is correct when you test the EA, because the Timer event there is a little bit fake.

        Otherwise when the EA is working live, these blocks in the screenshots are working pretty fast and I don't think there will be any CPU benefit. Well, I never checked that, but this is what I think.

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

          I replied you because I think where is your main issue (server scammers).

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

          1 Reply Last reply Reply Quote 0
          • D
            DGRL last edited by

            @miro1360

            Sorry i dont get what you mean

            1 Reply Last reply Reply Quote 0
            • D
              doeveR last edited by doeveR

              Is this claim still true (see FxDreema reply (above) from 18 May 2019 15:37): " because the Timer event there is a little bit fake."
              I recently ran against the issue that my EA (during backtest) did not react on a On Timer event (On Time block), let's say at 22:00. When I investigated this I saw that on that particular day, time there was no Tick data (where on other days there was every day data from 16:30 till 22:59 but on this day only till 19:58). When I changed my timer block to run at 19:58 (last occurance of tick data) the timer responded as expected.
              My EA blocks were all located on the On Timer Tab.
              Can someone explain this ?

              1 Reply Last reply Reply Quote 0
              • D
                doeveR last edited by

                I wonder if this is a typical Backtest issue; in other words will this also happen if I run the EA live ?

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

                  It is definietly true for backtest. I'm not completely sure for real trading because a real clock (broker's clock) is working there, but many changes have been made on fxDreema since, so I can't be 100% sure. I recommend you to ask the admin directly.

                  (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
                  • D
                    doeveR last edited by doeveR

                    Who/how can I contact the admin directly ? @fxDreema ?

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

                      FX uses the rules set by meta trader, so maybe asking them would give you the best answer. Generally though, the more often the EA does something, whether it is on tick or through another process, your CPU will have to work, so the more things that can be switched off at any given time, the faster your handwear/software will be able to work.

                      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
                      • D
                        doeveR last edited by

                        Thanks @jstap
                        My observation is that if there is no tickdata for a certain date, for example on Thanksgiving, my EA running a backtest is not passing the Block Timefilter at the Orange/true output that is for example set to pass between 21:00 and 22:00 at all on that particular date (in that timeframe). I wondered if that is a backtest related issue/behaviour and that I might expect it to run correctly on a live feed.

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

                          It won't pass on tick, it will on timer, but I don't think just like on chart it works on backtest. That is my opinion of MT4, so MT5 may now work

                          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
                          • D
                            doeveR last edited by

                            I am using (my blocks are )on the timer tab and still the lack of tickdata as described results in the timer not passing on the true/Orange side on the time specified.

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

                              @doeveR You can contact him directly here:

                              https://fxdreema.com/support

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

                              Online Users

                              H
                              R
                              A

                              7
                              Online

                              146.7k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors