fxDreema

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

    how i can to separate the sell quantity and the buy quantity separately ?

    Questions & Answers
    3
    12
    2419
    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.
    • M
      Moon last edited by

      hello

      how i can to separate the sell quantity and the buy quantity separately ?

      mean , if i want know about volume buy only ( how many create buy ) in this frame or other frame , and like that about volume sell only ( how many create sell ) in this frame or other frame ?

      there any code or any indicator tell me that ?

      thank you

      T 1 Reply Last reply Reply Quote 0
      • T
        trader.philipps @Moon last edited by

        @moon Let's first check if I get you right. You want to know how many lots of Buy orders for a specific symbol are open and how many Sell orders. Did I get you right?

        I like to share my knowledge, but expect the others to contribute as well.

        M 1 Reply Last reply Reply Quote 0
        • M
          Moon @trader.philipps last edited by

          @trader-philipps yes from all people trade on this time and specific on every frame

          T 1 Reply Last reply Reply Quote 0
          • T
            trader.philipps @Moon last edited by

            @moon Actually that is a good question and I have something in mind, but haven't tried it yet with fxdreema. If you want to divide the trades by different timeframes, you need to use different magic numbers in order to keep the EA's seperataly trade their strategies. So my idea is to have something like a base magic number you specify in fxdreema and than add the timeframe in minutes to it.

            Example:

            Base magic number: 100
            M1: 1001
            M15: 10015
            M30: 10030
            H1: 10060
            H4: 100240
            D1: 1001440

            I haven't proofed it yet, but I think that using groups do something similar. Maybe someone can confirm this.
            If that is the case you might use a variable as group number that contains your timeframe in minutes.

            I like to share my knowledge, but expect the others to contribute as well.

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

              Using different group number will work for sure. That I can confirm.

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

              T 1 Reply Last reply Reply Quote 0
              • T
                trader.philipps @l'andorrà last edited by

                @l-andorrà Yes, you are right. I did some testing. If you specify magic number 1000, group 1 will have magic number 1001 - it adds the specified number. Group number 2 will have magic number 1002.

                Having this in mind, you could implement the approach I described above,

                Things to do:

                a) create an int variable
                0_1582680718974_3b4b22bb-103c-4e03-8dda-50cea393476d-image.png

                b) on Init tab: set current timeframe in minutes to the int variable

                0_1582680768578_02fdfe71-ff67-40d0-9ad6-a444b92ce4b1-image.png

                c) Everywhare when usual EA activity allows for setting a group number, specify the int variable.
                Here are some samples

                0_1582680860502_e4a7a423-645f-4b6d-ae90-bc1dae4c14bd-image.png

                The result will be that if you apply the EA to M15 chart, it will use the magic number 1015 (base is set to 1000, group 15 is added by fxdreema's group function). Same EA on H1 chart, EA's magic number would be 1060 and so on.

                Hence you can run the same EA on several TF per symbol and it will take care for it's timeframe only.

                Next thing would be to get trade information from all magic numbers. In that case you'd specify all the group numbers possible by the timeframe logic .. here an exampke in a For each Trade block

                0_1582681256286_4ca6ce69-66d0-471a-a6be-96fe4a9ed7ab-image.png

                I think that's a cool auto magic number solution. The only pitfall is that you need to specify the group information everywhere possible.

                I like to share my knowledge, but expect the others to contribute as well.

                1 Reply Last reply Reply Quote 0
                • M
                  Moon last edited by Moon

                  BUT WHERE CONDITION OR CODE BY IT CAN KNOW HOW MANY TRADE BUY OR HOW MANY TRADE SELL FROM ALL PEOPLE IN THE WORLD IN THIS CURRENCY IN THIS TIME
                  HOW I CAN KNOW THIS DATA ?

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    trader.philipps @Moon last edited by

                    @moon Just use the Bucket of Trades block and some Modify Variable for instance ..

                    0_1582725720248_a66518cd-4ade-4b84-ae33-f5a2af7bd390-image.png

                    Adjust it to your needs. AND place a variable where I entered the text SOME_VRAIABLE!!

                    I like to share my knowledge, but expect the others to contribute as well.

                    M 2 Replies Last reply Reply Quote 0
                    • l'andorrà
                      l'andorrà last edited by

                      A brilliant idea trader.philipps, once more. 😉

                      (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
                      • M
                        Moon @trader.philipps last edited by

                        @trader-philipps this your idea will be give me my trade only
                        not all people trade 🙂
                        i want know the data in network forex all or on my broker any one

                        1 Reply Last reply Reply Quote 0
                        • M
                          Moon @trader.philipps last edited by Moon

                          @trader-philipps like
                          in indicator volume give you how many buy and sell in this time in this currency
                          but give you buy + sell + close trade = all trade happen from all people not you only

                          i want know buy only
                          sell only
                          not together

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            trader.philipps @Moon last edited by

                            @moon What do you mean by "all people"? Your EA can only monitor 1 trading account - the one you attached it on a chart. Please try to give more detailed information.

                            I like to share my knowledge, but expect the others to contribute as well.

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

                            Online Users

                            A
                            C
                            P

                            13
                            Online

                            146.7k
                            Users

                            22.4k
                            Topics

                            122.6k
                            Posts

                            Powered by NodeBB Forums | Contributors