fxDreema

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

    Is there a way to configure the EA to wait for 3 consecutive losses and then enter orders?

    Questions & Answers
    6
    51
    11865
    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.
    • R
      rafaels919 last edited by rafaels919

      Is there a way to configure the EA to wait for 3 consecutive losses and then enter orders?

      Thanks in advance!

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

        This is what this block is made for:

        0_1574709309387_00.png

        (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 1
        • R
          rafaels919 last edited by rafaels919

          I see, any idea where and how I should connect that block?

          1 Reply Last reply Reply Quote 0
          • R
            rafaels919 last edited by

            I just signed up to the subscription if that makes any difference. Hope someone can help me figure this out @fxdreema

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

              Well, it depends on how your project is configured. Can you please share it here? I will help you to use it.

              (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
              • R
                rafaels919 last edited by

                Hi, I'm new to this so just in a basic setup like this if you could demonstrate it, I would be grateful: https://fxdreema.com/shared/lO7c5qKW
                I just need it to:
                Not trade/Wait -> for 3 consecutive losses to happen without trading -> then enter a trade one time -> Repeat

                C 1 Reply Last reply Reply Quote 0
                • C
                  CPxiom @rafaels919 last edited by

                  @rafaels919 🙂 You mean the EA to know in advance if the trade will end up loosing? And skip? You mean three consecutive trades... ?

                  1 Reply Last reply Reply Quote 0
                  • R
                    rafaels919 last edited by

                    No, EA can't know in advance.
                    Quote: "Not trade/Wait -> for 3 consecutive losses to happen without trading -> then enter a trade one time -> Repeat"

                    EA needs to wait for a condition: lose 3 trades consecutively under the configuration - then start trading

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      CPxiom @rafaels919 last edited by

                      @rafaels919 Maybe you could skip 3 trades after 1, 2 win, (depends)... as it is seen in the strategy tester - as 2 consecutive wins, 3 consecutive losses on average. So statistically, you could estimate, and have the EA skip 3 entry signals after 2 wins.

                      OR you want to make 2 configurations of EA's in one... for example trend and counter trend, and after 3 losses as counter, clearly it's a trend, so switch. This is what you mean?

                      In this case, search for "flags" and "toggle on off condition blocks".

                      R 2 Replies Last reply Reply Quote 0
                      • R
                        rafaels919 last edited by

                        I just simply need it to do as I described above, nothing more.
                        "Not trade/Wait -> for 3 consecutive losses to happen -> then enter a trade one time -> Repeat"

                        1 Reply Last reply Reply Quote 0
                        • R
                          rafaels919 @CPxiom last edited by rafaels919

                          @cpxiom I appreciate the response though. If you know how to do what I quoted, please let me know.

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

                            @rafaels919 Do you want to calculate for past results on EA start or do you want to wait until 3 losses occured?
                            Just for the logical part I'd do the following:

                            1. condition for a possible entry is met
                            2. get SL and TP or other exit condition
                              3.a) if SL / TP is your exit, calculate distance from "fictive" entry and see what's happening first. If SL increase a counter
                              3.b) if other exit conditions was met, check if fictive open price was higher or lower the fictive exit price. If it was a loss, incrase counter
                            3. If counter equals 3, enable a trade execution blocks (eg. buy block) that opens an order once an entry condition is met again. After that disable the trade execution again.

                            Is that's the way you want the EA to behave?

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

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              rafaels919 @CPxiom last edited by rafaels919

                              @cpxiom @trader.philipps I found this loss counting method in Condition block, but I guess you can't use that in this configuration?
                              https://fxdreema.com/shared/14k2TZwde
                              alt text

                              1 Reply Last reply Reply Quote 0
                              • R
                                rafaels919 @trader.philipps last edited by

                                @trader-philipps I want to wait until 3 losses occurred.

                                T 2 Replies Last reply Reply Quote 0
                                • T
                                  trader.philipps @rafaels919 last edited by

                                  @rafaels919 Do you have an exit condition besides SL / TP?

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

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rafaels919 last edited by

                                    No, trades stop only at SL/TP.

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

                                      @rafaels919 The trade statistic block only works if you traded that trades and the losses occured. I f I understood you right, that's not what you want to do. You want to have fictive trades (not executed ones) and those have to produce 3 losses, right? Do those losses have to occur consecutively - which means 3 in a row and not loss, loss, win, loss ?!?

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

                                      1 Reply Last reply Reply Quote 1
                                      • R
                                        rafaels919 last edited by rafaels919

                                        @trader-philipps Yes, that's exactly right - fictive trades and 3 losses consecutively in a row (loss,loss,loss)

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          rafaels919 last edited by

                                          So is there any way to create this with blocks or no? @fxdreema

                                          T T 2 Replies Last reply Reply Quote 0
                                          • T
                                            Tom 5 @rafaels919 last edited by Tom 5

                                            @rafaels919 one of my students also use such a strategy. His solution - trade with the smallest lot size which is possible e.g. 0.01 lot and add it to the 3rd trade to get the losses back plus the win of the 3rd trade. There is in MM Strategy a MM where you can say that after 2 loses he should multiply the lotsize by factor x = what you need. Hope it helps.

                                            "First learn! Then earn!" or "As more you learn, as more you earn."

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

                                            Online Users

                                            M
                                            P
                                            S
                                            A
                                            E
                                            M
                                            F

                                            22
                                            Online

                                            146.6k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors