fxDreema

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

    How do I use several buffers at the same time?

    Questions & Answers
    7
    37
    3967
    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.
    • C
      clubdio @sktsec last edited by

      @sktsec

      I think you missed the point.
      The 8 buffers are not important.
      if I just use it as you wrote,
      then every candle would have a buy or sell signal!
      The important thing is the appearance of the arrow on the chart!!
      Then I'll just buy or sell. Only when the candle is closed and the arrow appears above/below it.

      EURUSDM15.png

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

        If what I think you are saying is this, then: no trade block->indicator is visible block to check buffer->indicator appears block (to react when arrow appears)->buy/sell block.

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

        C 1 Reply Last reply Reply Quote 0
        • C
          clubdio @jstap last edited by

          @jstap
          Sorry I do not understand.
          The arrow is not a buffer, it has no color that can be selected.
          Just an object that the indicator draws on the chart when all times are the same color.
          Only when the arrow appears and the candle closes does the EA sell or buy.
          But just once!
          I have no idea how to do it.

          S jstap 2 Replies Last reply Reply Quote 0
          • S
            sktsec @clubdio last edited by

            @clubdio
            Buffers indeed are the data you see on the Data Window.
            Sure buffers can be assigned colors.

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

              @clubdio The arrow will almost certainly be a buffer, try this and test on back test, indicator appears with different buffers, one will likley work when arrow3 appears.

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

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

                @jstap
                Checked on data window, the arrows are objects determined by a combination of buffers as I previously stated.

                C 1 Reply Last reply Reply Quote 0
                • C
                  clubdio @sktsec last edited by clubdio

                  @sktsec

                  Unfortunately not.
                  There is no information about the arrow in the data window.!!

                  EURUSD.png

                  1 Reply Last reply Reply Quote 0
                  • S
                    sktsec last edited by sktsec

                    Previously as stated:

                    @clubdio
                    As you care this indicator a lot so I look into it more carefully.

                    You have 8 indicator buffers.

                    Buy signal if and only if 1,2,3,4 appear in 1st, 3rd, 5th and 7th buffer RESPECTIVELY.

                    Sell signal if and only if 1,2,3,4 appear in 2nd, 4th, 6th and 8th buffer RESPECTIVELY

                    You can use this logic combination to get what you want.

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

                      The arrow appears every time all buffers are the same colour, unfortunately sometimes it repaints.

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

                      C 1 Reply Last reply Reply Quote 0
                      • Abade69
                        Abade69 @clubdio last edited by Abade69

                        @clubdio I believe you need to add an aditional block for your "trigger" signal.

                        i.e.: You have your 3 (slower) signals as pre-conditions reading "Candle ID" = 1, then you have your "trigger" which also uses "Candle ID" = 1, so the new block should measure the state before that (Candle ID = 2). this way the EA should not open AGAIN during the same cycle of the fastest reading when the first trade closes after taking profit (which is the problem right now).

                        Did I get your idea right?

                        Another solution is to catch the precise buffer that triggers the arrow painting, I'll try to do that.

                        Edit: I couldn't find it, but the rest of the buffers could be used to mimic the logic of the arrows, or better yet... Creating a MT5 version with the original CCI indicator readings (zero-cross signals) and remove the repainting "feature", it can work exactly the same or even better.

                        C 1 Reply Last reply Reply Quote 1
                        • B
                          biztet last edited by biztet

                          @clubdio, you can't always catch what you see. You need to understand how the indicator works, how is the arrow generated, what's an option other than using buffer if the arrow is not one. Right now we are not using the arrows, but we use buffer from the bottom bar, the sub window indicator. Because that bars are the condition for the arrows to come out.

                          1 Reply Last reply Reply Quote 1
                          • C
                            clubdio @Abade69 last edited by

                            @Abade69

                            What you wrote is almost perfect!
                            All four buffers are green, so you buy.
                            But only buy once in a green cycle! At the first 4 greens. Do not open another trade, even if I have closed the trade, but there are still four greens for a long time. The change today is due to a longer time frame.
                            There should be a solution for this. There should be no new buy/sell until there has been no change in at least one time frame and no change BACK.
                            I don't know how to solve THIS. This is the main problem.

                            1 Reply Last reply Reply Quote 0
                            • C
                              clubdio @jstap last edited by

                              @jstap Past repainting is not a problem.
                              Then when the 4 timeframe gives you a signal, you use it.
                              It doesn't matter what happens later, because the CCI crossed the 0 line then.
                              You only use the signal with a candle close!
                              After that, if it reverses, it doesn't matter.

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

                                @clubdio
                                Your indicator repaints not only the current open bar. It erases all previously signals that doesn't fit the trends!

                                Alex81 1 Reply Last reply Reply Quote 0
                                • Alex81
                                  Alex81 @sktsec last edited by

                                  @sktsec said in How do I use several buffers at the same time?:

                                  @clubdio
                                  Your indicator repaints not only the current open bar. It erases all previously signals that doesn't fit the trends!

                                  Exactly.
                                  There is only one way to make it usable: take the higher TFs all green/red and use the current TF as a trigger when it changes color.

                                  The only edge on the market is to lose less than you win...

                                  C 1 Reply Last reply Reply Quote 0
                                  • C
                                    clubdio @Alex81 last edited by

                                    @Alex81

                                    Yes, that's how I've used it so far.
                                    Unfortunately, many signals do not appear this way.
                                    Or at the end of the cycle, there will be a loss.
                                    Well, there is still room for improvement.
                                    Thank you all for your help and advice.

                                    Alex81 1 Reply Last reply Reply Quote 0
                                    • Alex81
                                      Alex81 @clubdio last edited by

                                      @clubdio said in How do I use several buffers at the same time?:

                                      @Alex81

                                      Yes, that's how I've used it so far.
                                      Unfortunately, many signals do not appear this way.
                                      Or at the end of the cycle, there will be a loss.
                                      Well, there is still room for improvement.
                                      Thank you all for your help and advice.

                                      Trust an advice from a man who has tried countless times to use multi-timeframes in his EAs: they don't work.
                                      It seems visually amusing, but in real time there is too much lag between the opening and the closing of the higher TF. Only time I saw it working is when you use the immediately upper Tf (ex. 5m on 1m chart).
                                      Don't waste time anymore.

                                      The only edge on the market is to lose less than you win...

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

                                      Online Users

                                      A
                                      A
                                      E
                                      B
                                      M
                                      J
                                      B

                                      16
                                      Online

                                      146.7k
                                      Users

                                      22.4k
                                      Topics

                                      122.6k
                                      Posts

                                      Powered by NodeBB Forums | Contributors