fxDreema

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

    Question about "Impulse up/down" block

    Questions & Answers
    2
    10
    4664
    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.
    • isp00rt
      isp00rt last edited by

      I'm looking for a new EA very close to what "Impulse up/down" block apparently does, but I would like some additional information to confirm I understand it correctly please. These are the parameters I'm not sure of:

      1. Quiet bars. If I select "2", I understand that candles ID 1 and 2 will be checked while candle 0 is still forming. Right?
      2. Quite bar min size. If I select a 0, then every candle will be checkhed?
      3. Impulse strengh. The explanation is clear but I can read it considers the maximum quiet bar as the only trigger to pass the block. I see this maximum cannot be specified anywhere whereas the minimum can be in the previous parameter. Is that correct?
      4. Impulse shift. This is the more intriguing part and I would appreciate some clarification here. If I understand it correctly, 0 means that if the impulse is reached right now at candle 0, the block passes. But what's the difference between values 1 and 2? In both cases the impulse must have been completed at candle 1 to the block to pass. What does "...and old" mean in option 2?

      Let me say that these blocks are almost perfect for what I'm looking for. I would just need some minor hints to get the following:

      a) Instead of looking for the "maximum quiet bar", I need to know the average range of pips for that number of quiet candles.

      b) Then the "impulse strength" would be calculated on that average range instead of on the maximum quiet bar only.

      Could you please tell me how should I set the parameters to achieve that?

      Thank you very much in advance.

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

        You know, I don't recommend using this block and also the blocks around this one who have crazy names. I made this block long time ago when I was thinking that "I should create as many blocks as possible". In reality, what this block tries to do is better to be done with a custom indicator. I basically created just a single custom indicator with this block, which is not a real custom indicator.

        I also kinda forgot what the values mean in this block. This block should detect when the current bar is much bigger than the previous bars, so "quiet" bars are those small bars that are supposed to exist before the current big bar. And "min size" is a filter that tells that each of these small bars must be at least 10 pips (this is the default value). This is because sometimes bars are much smaller and the detected "impulse" bar is actually not so big.

        Impulse shift is when you want to look at the previous bar, or some previous bar. Instead of looking at the current bar, look at some of the already closed bars. Nothing special.

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

          I see. It's interesting you discourage to use some blocks. Maybe you would consider the possibility of removing them from fxDreema? 😉 I agree that a custom indicator should be the best solution, but what this block does, apparently, is almost exactly what I'm looking for.

          Could you please recommend me what blocks should I use for an indicator such as the one explaint at my first message? I don't need a full structure, just let me see how to begin with. 😉

          Thank you in advance.

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

            Ok. I tried my first EA using those blocks: please, click here

            But I found an unexpected problem. I don't know why, but I canoot run the EA on my MT4!! :(. It is depeicted with a grey circle at my EA's list whereas all my other installed ones are depicted in yellow colour. This is the first time this happens to me by using FxDreema.

            Any help would be appreciated.

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

              Well, I can hide blocks, but then people who used them will see a message that says that some of the blocks in their project are not listed anymore and I think at least one person will ask me to list them back 🙂

              This gray circle means that there is no .mq4 file. You can download the .mq4 file and it will become yellow, but this will not change anything about the EA 🙂

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

                @fxdreema said in Question about "Impulse up/down" block:

                This gray circle means that there is no .mq4 file. You can download the .mq4 file and it will become yellow, but this will not change anything about the EA 🙂

                I downloaded it as a mq4 file. I tried it again to be sure, but it's still grey :(. I have other EAs, and all are shown correctly in yellow. I can't see why this is happening to this EA only.

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

                  The problem persists. I tried it at different MT4 platforms but to no avail. This is very weird. All my other EAs work perfectly when downloaded as a mq4 file. This is the only one that doesn't.

                  Any suggestion? 😕

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

                    I tried it with up to four different MT4 platforms and it doesn't work. Could someone please just check it doesn't happen to me only? I would appreciate any member of this forum offering some help. 😞

                    Thank you very much in advance

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

                      But can you compile the .mq4 file with MetaEditor, is everything with the code correct?

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

                        I compiled it with metaeditor and four errors are detected. The problem is that I don't know what they mean because I'm not a programmer :(. Here they are:

                        1. 'Bars' - variable already defined
                        2. 'Volume' - variable already defined
                        3. '' - invalid array access
                        4. 'Volume' - invalid array access

                        'Bars' and 'Volume' are in effect variables I created to change them at will. I don't understand what's the problem. Any hint, please?

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

                        Online Users

                        O
                        J
                        B

                        18
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors