fxDreema

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

    Please Help me Understand Output Buffers

    Questions & Answers
    3
    9
    2156
    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.
    • N
      NScrilla last edited by

      Hello!

      I have noticed many indicators contain output buffers. However I am really struggling on how to get the output buffer to work for me. I am aware of trace to see how your conditions are working together. At least that's the way i think it works.

      What I am looking to do is simple. I want to BUY when there is a BLUE bar. If the bar is BLUE, I BUY. If it is one of the other colors then no buying.

      I have probably spent 2 or 3 hours on this trying to figure out how i get the EA to buy if the previous bar is BLUE. All attempts have failed. I set conditions like output buffer 0 crosses over output buffer 1 but no luck. I get trades being taken when the bar is indeed not blue. I have attached the indicator and also my shared project.

      0_1588726717653_#Pallada_Bars.mq4

      Please help me understand how to buy when it is BLUE. Also, how you got the answer so I can figure it out by myself for next time.

      https://fxdreema.com/shared/X18rLWvdb

      Thanks!!!

      S 1 Reply Last reply Reply Quote 0
      • S
        seb 0 @NScrilla last edited by

        @nscrilla
        Hi, you can first read these 2 tutorials about how to implement custom indicators in your project :
        https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
        https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file

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

          Are you sure your custom indicator is properly identified in your MT4's indicator's folder?

          (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
          • N
            NScrilla last edited by NScrilla

            Okay thank you for both your responses. I have read the tutorials. These indicators are MQ4 so the 2nd one didn't apply but I'm glad to know about it for when i have ex4s. I had previously just been skipping the Ex4 systems

            This has been quite helpful. Thank you. However I still am unable to get it to work. I have used a indicator appear function and the output buffer but even still i cannot get it to buy on the blue bars. I set it to buy on one of the blue buffers and it buys on a red bar..... I am thinking that the coding is more complex than i had originally anticipated and perhaps i need to have some kind of combination of buffer crosses or buffers >'s.... Can anyone please take a look at the above indicator?

            https://fxdreema.com/shared/W0O5N3Amb

            This is where i got to. Basically I have traced price being > than the output buffer for all 8 buffers and i cannot see a clear level where the bars go blue and price is above the trace.

            As for the indicator being properly identified, I think so? It runs and i can apply it to the Mt4 platform. Its in the indicator folder and all.

            Thanks for helping!

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

              Some operands in some 'condition' blocks are wsorking on candle ID 0 whereas other arte doing it on candle ID 1. I strongly recommend you to use always candle ID 1.

              On the other hand, you should reaorder the nimber ID of all 'condition' blocks with a 'trace' block below them. They should have lower numbers than those connected to the buy/sell blocks. I guess the current order of execution can be the reasn for it not doing what is intended.

              (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
              • N
                NScrilla last edited by

                @l-andorrà said in Please Help me Understand Output Buffers:

                'trace' block below them. They should have lower numbers than those connected to the buy/sell blocks. I guess the current order of execution can be the reasn for it not doing what is intend

                Wowowowow. Okay so i thought those numbers on the left side of the blocks didn't mean anything? So your saying that the program will run the blocks in order based on the number on the left???

                If they are not connected to anything they don't matter right?

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

                  Exactly. All block trees are executed exactlyu in the increasing order of those blocks on top of each one (those below it are not relevant). And yes, single blocks are not executed. They need to be connect to at least another one to do so.

                  (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
                  • N
                    NScrilla last edited by

                    Okay thanks. I didn't realize that you can update the little numbers on the left to whatever ones that are desired. I'm a step closer thanks!

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

                      You're welcome.

                      (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

                      J
                      P
                      B
                      S
                      H
                      A

                      14
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors