fxDreema

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

    Max number of trade per week/day

    Questions & Answers
    4
    12
    2126
    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.
    • khacdiepvnc
      khacdiepvnc last edited by

      Hi bro
      I finding how to trade "n" orders per week/day
      "n": max number of trade is opened

      Thanks Bro

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

        @khacdiepvnc This is the way to limit the maximum amount of trades:

        0_1620201533324_01.png

        Limiting it to days or weeks will require at least a variable that will depend on your current structure.

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

          this way, max number only count trades are opening.
          I need count closed and opened order and in a day or a week (importand)

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

            @khacdiepvnc Then you need to count them with variables. One for open trades, another one for closed one and a third one for the overall result. Then on top of your launching structure you use a condition block requireing the overall variable to be less than or equal the maximum you want. Unless it is true, no more open trades will be executed. At the end of the day/ week all variables should be reinitialized to 0.

            (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
            • D
              davidmcc last edited by davidmcc

              @l-andorrà said in Max number of trade per week/day:

              @khacdiepvnc Then you need to count them with variables. One for open trades, another one for closed one and a third one for the overall result. Then on top of your launching structure you use a condition block requireing the overall variable to be less than or equal the maximum you want. Unless it is true, no more open trades will be executed. At the end of the day/ week all variables should be reinitialized to 0.

              Would you be able to show an example of this? Many of us are not wizards when it comes to fxdreema and many learn visually. The explanation you gave confuses me lol

              I'm looking for a way to open two trades max for the day and then pause the EA till the next day.

              I'm sure it's simple to do, but I cant seem to get it right.

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

                @davidmcc This is how to do buys, replicate it for sells.

                0_1641076683129_bf6446d0-2644-4f84-83b9-f8e3f6b57149-image.png

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

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

                  @jstap can you show me what values you have entered in the list of variables? Please.

                  My goal is to have the EA take 2 trades max per day and then stop no matter if the trades are both buys, both sells or either one buy and one sell

                  jstap 1 Reply Last reply Reply Quote 1
                  • jstap
                    jstap @davidmcc last edited by

                    @davidmcc Every blue rectangle is a variable, double or int either will work, the orange is a constant double or int, the variables change them selves and constants are in the input list so you can change if wanted.

                    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
                    • D
                      davidmcc last edited by

                      I have no idea what any of that means. Which is why i asked for a photo of what was put into the boxes next to the variables.

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

                        @davidmcc In that picture you can see the variable and the constant tabs in the top left, click on constants and create one for your max trades and save, then click on the variable tab and create one to count buys, they are double values standard change the constant value but leave the variable. Back test to check all is working as wanted then mimic for sells, you can use the same constant for buys and sells, if you want the max trade to count for buys and sells connect sell block to same formula block and copy the condition block. If this doesn't work when done put a shared link here and the reason why can be checked.

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

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

                          @jstap I got it working! Thank you 🙂

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

                            @davidmcc Your welcome

                            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
                            • 1 / 1
                            • First post
                              Last post

                            Online Users

                            H
                            E
                            A
                            G
                            Q
                            C

                            26
                            Online

                            146.7k
                            Users

                            22.4k
                            Topics

                            122.6k
                            Posts

                            Powered by NodeBB Forums | Contributors