fxDreema

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

    CLOSE TERMINAL

    Questions & Answers
    5
    19
    674
    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
      Ren12 last edited by

      Hey,

      If I have an MT5 bot that opens a trade on Monday and for my trade to exit the bot needs to monitor it going above a certain profit then it exits when emas cross. My bots are managed by group counters and everything works. My question is if i close the MT5 terminal with a trade open and restart the terminal will the bots still manage that position? or will it not realize it opened it

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

        Depend on your EA

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

          @Ren12 In general, as sktsec said, that depends on your current structure, but more than probably they will be lost for the bot unless you use this block:

          01.png

          But using it can changes the bot's performance.

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

            @l-andorrà What about something like this
            https://fxdreema.com/shared/h3lwPrwRc
            How could i incorporate that pink block
            its for MT5

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

              I will add this, every red block in the picture is pointless or used incorrectly:
              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! 😊

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

                @jstap Would this solve my issue with managing trades opened before the terminal is restarted?

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

                  As this is what's placing the trade? it should not be able to place a trade until it's started, explain a little more about what you mean...

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

                    My logic is
                    once profit crosses $4500
                    the trade will close if price crosses one of the ichimoku cloud lines or if price closes below 2500 it will exit the trade
                    I know it works in back tests etc but im wondering if i retart my pc and then load back into mt5 will it still be able to manage the trade in this way ? will the ea know to do this as its still magic number operated

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

                      No, but you can create a terminal (global) variable, and use this instead, these are stored on your computer, so closing doesn't affect the value.

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

                        How od i use a global variable ?

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

                          Something like what's in this link, create the name of the global variable so if you change settings it changes with them, then use in the place of other blocks.
                          In here https://fxdreema.com/shared/vJBopmrEd is an example

                          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'andorrà 1 Reply Last reply Reply Quote 1
                          • C
                            CAVINCENT last edited by CAVINCENT

                            @jstap I see ren12 use the pass block, what is the pass block use for vs not using it?

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

                              if you have a single block it will not work, so by placing a pass the block will work, generally I will put the pass block above, but any block connected to another will make it work

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

                              C 1 Reply Last reply Reply Quote 1
                              • C
                                CAVINCENT @jstap last edited by

                                @jstap thank you

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

                                  @jstap JUst asking. If I understand that correctly, the values of all those variables would be stored into those terminal variables even the platform is closed. Right? Does it mean they can only be reset via the bot itself? Are they automatically reset through other means?

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

                                    F3 in your platform will open the variable panel, from here you can manually change the value, but normally it would take an EA to change, any EA on the platform will do it so you can use it to make an EA work on another EA.

                                    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 1
                                    • l'andorrà
                                      l'andorrà last edited by

                                      Great! Thank you. 🙂

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

                                        Thank you, and I forgot to say yes these values are stored so even if the terminal closes/crashes they are saved

                                        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'andorrà 1 Reply Last reply Reply Quote 0
                                        • l'andorrà
                                          l'andorrà @jstap last edited by

                                          @jstap Thanks! 👍

                                          (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

                                          A
                                          L
                                          S

                                          17
                                          Online

                                          146.7k
                                          Users

                                          22.4k
                                          Topics

                                          122.6k
                                          Posts

                                          Powered by NodeBB Forums | Contributors