fxDreema

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

    percentage of account at risk

    Questions & Answers
    4
    14
    2564
    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.
    • L
      Leka 0 last edited by Leka 0

      Good morning everyone, I have a question with Fxdreema ... I don't know if you could help me ... how could I add a function to an EA, in which the same EA verifies all the open operations in the account it does not matter If they are from different pairs, well of those operations that I verify the Stop Loss of each operation to know what percentage of the account is at risk based on all the operations that are already open ... more than anything what I want to get to is that the EA no longer opens any operation if there is already 6% of the account at risk.
      I would greatly appreciate your help.

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

        @leka-0 You can use this condition BEFORE your buy/sell now blocks to check if equity now is no more than a 6% in profit. If you want to check a loss the you should use the multiplier *0.94 instead.

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

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

          @l-andorrà Yes, but I mean the sum of all the Stops, that is, for example we have 4 operations, each one has a stoploss of 50 dollars of loss, suppose that those 50 dollars are equivalent to 1.5% of the account, in total with the 4 Summary operations 6% of the account, and what I need is that the EA no longer opens operations in any asset when the sum of the stops equals 6% of the account, I do not know if it explained me well.

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

            @leka-0 My previous solution already takes that into account. That formula can identify when the sum of all open positions right now has reached a 6% loss so far. If that condition is true, you can block your trade launcher.

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

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

              @l-andorrà Yes, but I did not refer to the float, perhaps I have not explained myself well yet, well the first thing in this case is that we are not interested in knowing the float that the operations have, we are not interested in knowing if the float is negative or positive, we are not interested either To know if the operation was closed by SL or TP, what we are interested in knowing is what percentage of the account is added by those Stops of the operations that are active regardless of whether their float is negative or positive.
              For example, let's say that the EA opened 4 trades for me, each in a different pair, and at the time the trades are open I want the EA to calculate how much those stops of said trades are, if they are already equal to 6% of the account. Well, I no longer open more operations.

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

                @leka-0 Ok. I think I understand now. What you mean is that the EA should calculate the percentage of the balance that is in risk right now if all open trades hit the SL. Correct?

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

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

                  @l-andorrà Sure, I just need to know how to get the value and then compare it.

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

                    @leka-0 AFAIK there is no block doing that directly, but maybe I'm wrong. Obviously you would neet a loop doing those calculations but I have to admit I don't know how to design it. It should be a 'For each trade' loop for sure, but beyond that maybe miro or roar would shed some light.

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

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

                      @l-andorrà thank you very much, help @miro or @roar

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

                        @leka-0 its a bit complicated, but here
                        https://fxdreema.com/shared/omHNw9vFc

                        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

                        TipsyWisdom L 3 Replies Last reply Reply Quote 1
                        • TipsyWisdom
                          TipsyWisdom @roar last edited by

                          @roar nice work as always man. I wish I knew what all of it meant! lol

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

                            @roar you are a crack, thank you very much

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

                              @roar Hello me again, there is something in the custom code block that affects some parameters of the EA in other assets, for example I have programmed the EA that when a certain event occurs I turn off some blocks, the detail is that it turns them off for all currency pairs in which I also have the EA running, and it turns them off although that event did not occur there, how could I tell the EA that the only thing I want to take into account of the other pairs is the percentage that is in account risk, not affected by any other EA parameter?

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

                                @leka-0 didn't fully understand, but I think you want to change the "Group Mode"
                                0_1616763459233_e5a230f8-8aef-4e84-843d-22b820b73aa2-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

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

                                Online Users

                                S
                                A
                                B
                                A
                                J
                                D
                                E

                                18
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors