fxDreema

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

    VOLUME VS CANDLE identify

    Questions & Answers
    4
    25
    4890
    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.
    • O
      Ontrade last edited by

      Hello friends, how do I identify in fxdreema the largest volume in the volume indicator and the candle that corresponds to this particular volume?

      Obtaining this information I will take the maximum and minimum of this candle to build my strategy.0_1600014220971_findvolumevscandle.PNG

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

        @ontrade It is not a trivial thing to do. You need to create a variable to store the value of the highest volum value, but that will be a dynamic one. For example is candle ID 1's value higher than candle ID 2's? and candle ID 3's? Then you will need another variable to store the value of prices and compare them.

        Do you have an initial project to begin with?

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

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

          @l-andorrà I don't have an initial project, but I wanted to obtain this value, it could be for a period of candles, for example, analyzing the candle that had more volume in the period of the last 30 candles would help a lot.

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

            @ontrade Ok. Are you using a custom indocator to get that value? If so, can you please share it here?

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

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

              @l-andorrà no i don't have any indicator, i use the metatrader 5 volume which is native indicator.

              1 Reply Last reply Reply Quote 0
              • O
                Ontrade last edited by

                @l-andorrà @roar @fabiobioware

                what i want is to find out which candle in the chart, for example in the period of the last 50 candles had the highest volume of ticks, or financial.
                have one example for this?

                roar 1 Reply Last reply Reply Quote 0
                • roar
                  roar @Ontrade last edited by

                  @ontrade This system records max volume and its candle ID in variables:
                  https://fxdreema.com/shared/yweN2X0ad

                  However, I would myself forget about the volumes and arbitrary 50 candles period, and simply use 1-candle ATR relative to 144-candle ATR. When the ratio 1-ATR / 144-ATR is more than, say, 3, you got the big candle. No need to loop back 50 candles.
                  0_1600149445557_525cc4f7-1b8d-4d8c-9360-beb9e5634c88-image.png

                  Need small help? Tag me in your post
                  Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                  O 3 Replies Last reply Reply Quote 0
                  • O
                    Ontrade @roar last edited by

                    @roar said in VOLUME VS CANDLE identify:

                    @ontrade This system records max volume and its candle ID in variables:
                    https://fxdreema.com/shared/yweN2X0ad
                    However, I would myself forget about the volumes and arbitrary 50 candles period, and simply use 1-candle ATR relative to 144-candle ATR. When the ratio 1-ATR / 144-ATR is more than, say, 3, you got the big candle. No need to loop back 50 candles.

                    Hello @roar thanks for help me.
                    I tried to put a line to identify the candle with more volume but it didn't work.
                    Can you help me?

                    Let me explain in more detail what I’m looking to do:
                    I want to obtain the candle with the highest volume and identify the maximum and minimum of it in this candle, I will use this maximum and minimum to place a fibonnaci based on this particular candle and see if the price is within the fibonacci.

                    Can you help me do this?
                    https://fxdreema.com/shared/NCzhKUi8d

                    roar 1 Reply Last reply Reply Quote 0
                    • roar
                      roar @Ontrade last edited by

                      @ontrade
                      https://fxdreema.com/shared/oWtukx8sb

                      Need small help? Tag me in your post
                      Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                      O 2 Replies Last reply Reply Quote 0
                      • O
                        Ontrade @roar last edited by

                        @roar https://fxdreema.com/shared/SQPkF5d0c 0_1600168510591_fibocandle.PNG

                        I think I now got what I needed.
                        Now I need to make it identify only the candles with the highest volume that are working inside the fibo.
                        When he chooses the candle, he will place level 0 at the minimum of the candle and level 100 at the maximum of the candle.
                        I also need to include these levels of negative fibonnación in the fibonnacci of fxdreema.
                        Can you help me do this?
                        I am not understanding how to add these levels or how to force levels 0 and 100 to be fixed at the maximum and minimum of the candle.

                        1 Reply Last reply Reply Quote 0
                        • O
                          Ontrade @roar last edited by

                          @roar 0_1600173330913_level negative fibos.PNG how can i create these negative levels within the same fiber that was designed by fxdreema?

                          my project updated.

                          1 Reply Last reply Reply Quote 0
                          • O
                            Ontrade @roar last edited by

                            @roar and @l-andorrà Hello friends, I got everything I needed, thank you very much for your help;

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

                              @ontrade 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
                              • O
                                Ontrade last edited by

                                @roar Hello, you can help me?
                                I am using this particular volume candle to use in my trading rules and it is working very well, but sometimes this candle has to be discarded and another candle has to be chosen, this happens when the chosen candle is too far away the current price.

                                For example in the image below, we have the volumes that I marked in blue 0, 1 and 2
                                I wanted to always select the volume that the corresponding candle was closest to the current price level. In the case of the image, the volume that corresponds to the candle I marked with the number 1 was chosen.

                                How can I include this in my rules?0_1600574224846_pricevsvolume.PNG

                                1 Reply Last reply Reply Quote 0
                                • O
                                  Ontrade last edited by

                                  @roar and @l-andorrà Another help I need is on how to correctly create rules to allow open trades.

                                  For example:
                                  When the previous candle crosses above the 61.8 fibonnacci level, a purchase must be opened immediately.
                                  When the previous candle crosses below the level of fibonacci -61.8 a sale must be opened immediately.

                                  How can I do to create this buy and sell rule?

                                  1 Reply Last reply Reply Quote 0
                                  • O
                                    Ontrade last edited by

                                    @roar and @l-andorrà Another question I have is whether I am drawing fibonnacci with my levels correctly.
                                    I put the values inside the field as shown in the image.

                                    for example, if I am going to place the standard levels is it correct to put the values 0.23.6,38.2,50,61.8,100?
                                    Or is it necessary to add something else so that the fibonnacci is drawn correctly on the graph?
                                    Doing this way in any timeframe will Fibonnaci adjust and be right in the graphics of any asset?
                                    Note: My question is because I thought it was very expressed, little.0_1600574792591_fibo.PNG

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

                                      @ontrade Honestñy, I never used the Fibo drawing block in fxDReema, so I have no idea if it works that or any other way. Have you tested it? What visual results do you get?

                                      (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
                                      • O
                                        Ontrade last edited by

                                        @roar
                                        Hello friend, remember that you helped me locate the candle that corresponds to the largest volume?
                                        It worked very well, but now I'm looking for something maybe a little more difficult, can you help me?

                                        1. I want to find all the candles that correspond to the highest volumes in the period of the last 50 candles.
                                        2. When I locate all these candles, I want to identify which are high candles and which are low candles, maybe put a color to differentiate this.
                                        3. After this identification, I want to draw lines in the color "Blue" in the maxims of the candles in Alta, and draw lines in color "Red" in the minimums of the candles in Baixa.
                                          Can you help me with an example project?

                                        0_1601040512805_selectcandlevolumes.PNG

                                        O 1 Reply Last reply Reply Quote 0
                                        • O
                                          Ontrade @Ontrade last edited by

                                          @roar note that in the image I manually traced the lines on the tops and bottoms of the candles where it was possible to identify the performance of major players defending their positions, many times the price touched these resistance and supports formed.

                                          0_1601042265766_selectcandlevolumes.PNG

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

                                            You need a loop looking backwards. This is roar's field of expertise! 🙂 Here you will find an excellent example that can be useful for you.

                                            https://fxdreema.com/forum/topic/10610/how-to-set-check-a-time-stamp-or-candle-id/20

                                            (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
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            Online Users

                                            M
                                            J
                                            P
                                            L
                                            F

                                            15
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors