fxDreema

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

    Counting of winning and losing positions.

    Questions & Answers
    5
    12
    1554
    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.
    • OntradingX
      OntradingX last edited by

      Is it possible to perform a search on trades already closed by obtaining the count of winners and losers separately?
      I tried it this way and it shows a wrong count.
      Any examples in fxdreema that might help?
      I noticed that there is a place to create filters "Filter Condition(Advanced)" but I haven't found anything in the Fxdreema forum that is to identify the way I want.
      0_1628155908788_bucketprofitablecount.png

      Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
      Site: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Boa sorte a todos nós!

      English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
      Website: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Good luck to all of us!

      jstap bk7 2 Replies Last reply Reply Quote 0
      • jstap
        jstap @OntradingX last edited by

        @ontradingx To be honest I do not know if this is possible but, I use a what is in this picture:
        0_1628163289396_Screenshot (526).png
        Hope this helps

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

        L OntradingX 2 Replies Last reply Reply Quote 0
        • L
          LadyDolares @jstap last edited by

          @jstap hello, which one should i choose?0_1628171842045_43c3d62f-6f1f-4474-b146-c2f094456384-image.png

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

            @ladydolares Last closed

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

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

              @jstap thanks

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

                @jstap Thanks, but I believe this will not work correctly, because if the EA is taken off the chart the information is lost.
                That's why I'm wanting to perform a search on everything that has already been closed.

                Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                Site: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Boa sorte a todos nós!

                English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                Website: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Good luck to all of us!

                jstap l'andorrà 2 Replies Last reply Reply Quote 0
                • jstap
                  jstap @OntradingX last edited by

                  @ontradingx This will only tell you what has happened while EA is on chart, I am not very practiced with bucket of trades so I can't help about this.

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

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

                    @ontradingx Then you need a 'For each closed trade' structure. That loop will scan all closed trades in the history tab.

                    (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
                    • bk7
                      bk7 @OntradingX last edited by

                      @ontradingx

                      if you want a solution that is bullet proof you need to loop all trades 1 once a certain time is over but this can take long the more trades you take

                      would look like this

                      reset variables before the loop
                      loop all trades for profit
                      make a counter per run that increases
                      if close >open and profit is >0 /buy profit +1
                      if close >open and profit is <0 /buy loss+1

                      if close <open and profit is >0 /sell profit +1
                      if close >open and profit is <0 /sell loss+1

                      is a quick draft i hope i am right with the directions of the closing trades but should give you an idea what you need...

                      OntradingX 1 Reply Last reply Reply Quote 0
                      • OntradingX
                        OntradingX @bk7 last edited by

                        @bk7 Hello

                        Hello, it helped and I'm trying to create your logic here.
                        Below is an image that explains visually what I want to have.
                        What is missing is just the part of counting and separating gains and losses.
                        0_1628255270604_profitorlosssame.PNG

                        Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                        Site: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Boa sorte a todos nós!

                        English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                        Website: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Good luck to all of us!

                        bk7 l'andorrà 2 Replies Last reply Reply Quote 0
                        • bk7
                          bk7 @OntradingX last edited by

                          @ontradingx

                          this is a way different task if you want to split it in day week etc

                          you would need to make ranges of time for each category

                          so lets say day is from unixtime to unixtime

                          and then make counters for each category buy and sell

                          loop all trades
                          first action in the loop will be check age find category and then make the counter +1
                          so if would look like this: if unixtime of current trade >= unixtime_category min && unixtime of current trade <= unixtime_category max && close > open && profit >0 / then category_profit buy +1

                          so would be 4 ifs per category (6 in your picture) so overal 24, which is no big task

                          bu you cant loop often for the history this takes much time, so you would need to find something that works as limit for oyu or you accept that it takes long, depending on how exact this has to be and how important.

                          but this should give you a rough guidance

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

                            @ontradingx You can also select a 'once per bar' block speciftying one day, one week or one month. That way unix time considerations can be skipped.

                            (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

                            C
                            S
                            S
                            P
                            C
                            E

                            14
                            Online

                            146.7k
                            Users

                            22.4k
                            Topics

                            122.6k
                            Posts

                            Powered by NodeBB Forums | Contributors