fxDreema

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

    Stop and start negociations

    Questions & Answers
    2
    13
    1191
    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.
    • F
      fabiobioware last edited by

      I want my EA to stop trading if the following conditions are met on the day.

      1. When he reaches 2 gains not necessarily being consecutive.
      2. When he has 2 losses regardless of the amount of gains, and it does not have to be 2 consecutive losses.
        Explanation:
        I believe my EA is victorious by getting less and getting less exposed. He must do this daily, he has to go back to trading the next day or when being put back on the chart. Can someone give me an example in the form of a project for mt5?
      1 Reply Last reply Reply Quote 0
      • l'andorrà
        l'andorrà last edited by

        Are today's results conditioned in any way by yesterday's results?

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

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

          @l-andorrà said in Stop and start negociations:

          Are today's results conditioned in any way by yesterday's results?

          No, the results don't matter.
          The EA must stop trading if one of the above conditions is met regardless of financial values.

          F 1 Reply Last reply Reply Quote 0
          • F
            fabiobioware @fabiobioware last edited by

            @fabiobioware 0_1590350705385_ligations.PNG

            I did the following, I created a block (check flag) with flag name "META"
            Then I created the block (set flag) with false and turned it on under the conditions that are verified once per bar, when it is met it changes to false not allowing any more negotiations, because I called the buy or sell blocks.
            The other (set flag) with true, I called it under a block once a day, so that it turns the trades back on once a day.

            Is correct?

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

              Before that I see you are using consecutive wins/losses blocks whereas you said they needn't to be consecutive. Is this a change in your strategy?

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

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

                @l-andorrà said in Stop and start negociations:

                Before that I see you are using consecutive wins/losses blocks whereas you said they needn't to be consecutive. Is this a change in your strategy?

                Yes, I just want the EA to check how many transactions have made a profit and how many have lost.
                If you answer what I want it hangs up
                The next day he reconnects and checks again, a loop day after day.
                An additional feature would be when placing the EA on the screen he calls and checks again consecutive gains and losses.

                F 1 Reply Last reply Reply Quote 0
                • F
                  fabiobioware last edited by

                  All checks must be done on the same day

                  1 Reply Last reply Reply Quote 0
                  • F
                    fabiobioware @fabiobioware last edited by

                    @fabiobioware @roar and @miro1360 can help here?

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

                      But is the limit of 2 wins/losses per day still required or not?

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

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

                        @l-andorrà said in Stop and start negociations:

                        But is the limit of 2 wins/losses per day still required or not?

                        yes, i need this condictions.

                        Yes, I need these conditions because I want to limit my EA to carry out a maximum of 3 operations per day.
                        From these 3 transactions, the combinations came out so that I avoid many losses, for this reason I am considering the limits of gains or losses within the 3 trades.

                        1. When the EA has 2 winning trades, it stops trading on the day and only starts trading on the other day.

                        2. When the EA has 2 losing operations, it stops operating on the day and only resumes on the other day.

                        3. When the EA has 1 winning operation and 1 losing operation he must remain active and wait for the completion of the 3rd operation which will decide if he is a winner or a loser, that is, he will meet the previous conditions and if he will not be able to open more orders, only resumes operation the other day.

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

                          Ok. That¡s a more complex strucxture. Let's move step by step. This is the way tro control that no more than 3 trades will be done per day and thet the EA will not operate after the third one.

                          0_1590684734327_01.png

                          Now you need to use a condition block on top of your launching tree saying that ea_operational is true. Then you need to add +1 to the variable 'trades' every time a new trade is open.

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

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

                            @l-andorrà Okay, I saw that you created the variable "trade" but how do I count the number of trades?

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

                              Exactly as I explained in the last sentence of my previous post. 😉

                              (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

                              R
                              D
                              S
                              M
                              A

                              12
                              Online

                              146.7k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors