fxDreema

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

    What is it? The option of "Wait to Pass" on every block

    Questions & Answers
    4
    5
    683
    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.
    • S
      sktsec last edited by

      With a right click on every block, there is an option "Wait to Pass".
      It seems to make the block wait for some time or clicks or anything before enabling itself. What would be exact logic of it? Do I need to setup anything else to make it useful?

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

        @sktsec This is an old feature that it is hardly used. Technically you can do what you say, and make the block to wait for some time before executing the action of any following block, but that is only useful in very limited contexts. Simply ignore it.

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

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

          Normally you have these events - init, tick, deinit and so on. I assume you understand them, so I won't explain them here. These events correspond to the actual event functions in MQL (https://www.mql5.com/en/docs/event_handlers). If we take the OnTick function for example, it automatically runs on every incoming tick, which means the code inside this function is executed on every tick. In fxDreema instead of code you have blocks, but the idea is the same.

          This means that when building a logic, the foundation of the logic must always be the tick event. You must be able to imagine how ticks are coming and how blocks are executed on every tick.

          However, traders usually think about their logic in a little bit different way. They think about steps, like "first this happens, then this happens, then this is checked and if true - this happens, otherwise something else happens". Such logic never mentions the incoming ticks.

          "Waiting" blocks are my attempt to allow making the EA in that Steps logic. If all "wait" blocks can pass every time, then the whole logic is the same as the Tick logic. But if some "wait" block doesn't pass, then on the next tick this will be the block that will be executed first - the blocks above it will not be executed. And this will repeat on every tick until the "wait" block finally passes. Only when the end of the branch is reached, the top block would have the chance to be executed again.

          But after I made this functionality and I tested it, I was disappointed. I don't know, maybe my brain is more accustomed to the Tick logic, or the Tick logic is just better for making trading logic. I noticed that when I stared adding more branches of blocks, I was having hard times synchronizing the work of all branches.

          So, the "Waiting" logic is fine until you have only 1 branch of blocks, or the different branches are doing completely different things and they don't interfere.

          S 1 Reply Last reply Reply Quote 1
          • S
            sktsec @fxDreema last edited by sktsec

            @fxDreema
            Clear explanation to make me fully understood. BTW, I joined the paid service after your website was hacked and recovered. Your response showed to us that you are a reliable genius doing an awesome job!

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

              @l-andorrà
              Many thanks for the explanation, which I had read several times in the description but never really understood. It is very important to make it clear that ALL BLOCKS ABOVE can only be executed again after they have been passed. I didn't immediately understand that in the general description, it might be good to emphasize this again clearly in the general description.

              RGoo

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

              Online Users

              D
              S
              J
              S
              C
              J
              E
              E
              S

              13
              Online

              146.7k
              Users

              22.4k
              Topics

              122.6k
              Posts

              Powered by NodeBB Forums | Contributors