fxDreema

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

    Custom Indicator Panel Keeps Blinking Every Tick

    Questions & Answers
    3
    4
    960
    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.
    • B
      Bazear85 last edited by

      I have been working on a custom indicator (Entry Points Pro ex4 file) with a statistics panel and the default value of the "Show Statistics" panel is set to true. When I load the Expert Advisor, the indicator's panel keeps blinking every tick. Is there a way to turn off the panel so it won't have to blink every tick?

      Here is the link of my project:
      https://fxdreema.com/shared/TxhAPnWpd

      ![alt text](image url)0_1621440346603_ee46c4d0-6386-4875-a7cc-e881b020620a-image.png

      https://fxdreema.com/shared/XpmPAFtK

      tutorial

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

        @bazear85 This is weird. I see you chose 'false' in the input parameter. I guess the indicator is taking the order from anothr place in its code. I have no idea how to stop that other than a programmer reviewing the indocator's code.

        (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
        • B
          Bazear85 last edited by

          I guess this is the case with working on a custom indicator on EX4 file and not the source code.

          https://fxdreema.com/shared/XpmPAFtK

          tutorial

          XYON126 1 Reply Last reply Reply Quote 0
          • XYON126
            XYON126 @Bazear85 last edited by

            @bazear85 Hello @bazear85! As you have commented, the problem is the indicator since we cannot verify the guts of this and possibly some data is crossed from one buffer to another and it produces that error, it is also possible that when performing it tick by tick it does not refresh or repaint and when repainting It causes you flashes, another added problem is that if what is done is tick by tick and you need it, candle by candle the values produce very long decimal numbers and when passing them from "double to integer" it produces those flashes, it has happened to me Many times and the only way was in the indicator to change the type of variable if possible, it is a very common problem in MT4 and MT5 thinks that it is developed for machines with a very basic structure so that it is universal and is not limited to the type from the user's PC. See to obtain the Mql4 of the indicator so that we can verify it. 😉

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

            Online Users

            A
            E
            J
            L

            10
            Online

            146.8k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors