fxDreema

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

    using turn on/off blocks

    Questions & Answers
    4
    35
    2285
    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.
    • jstap
      jstap last edited by

      That is the builder page not your project page

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

        Are you using seconds in all variables and constants? You can only use seconds everywhere when using UNIX time.

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

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

          @l-andorrà no only the unix time. actually only once and that is where I have UNIX + seconds which seconds=waiting time before restart but it doesn't work.

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

            Can you please share the link to the last version?

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

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

              @l-andorrà sure. here is the link to the complete project
              https://fxdreema.com/shared/3l34zhk3b

              S 1 Reply Last reply Reply Quote 0
              • S
                sktsec @nasserminaei last edited by

                @nasserminaei
                Block 45. Try >= instead of ==

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

                  Agreed. That should fix 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 1
                  • N
                    nasserminaei @sktsec last edited by

                    @sktsec @l-andorrà
                    Thanks, now it turns off the Ea correctly( 1 step the problem solved) but it doesn't turn on it back again when the waiting seconds are over. for example I set the value of 'waiting-period-second' in block number '43' for 120 which means 2 minutes but after that it doesn't open up new positions.

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

                      You are welcome

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

                        @nasserminaei Can you please share the link to 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.

                        N 1 Reply Last reply Reply Quote 0
                        • S
                          sktsec @nasserminaei last edited by sktsec

                          @nasserminaei
                          Block 44. Your selection means if there is no closed trade after EA startup, no new trade

                          Does your logic mean skip trades after some seconds of closing after EA starting up ? If that is the case, the algo would be simply 2 steps:

                          1. On trade tab, save the time for any closed trade, say, t0
                          2. On tick tab, add a Condition block all the way up above your trading logic, that is, now > t0 + 120 (suppose 120s freezing time)

                          This would probably save you a lot of your work. I misread your last reply to me that your problem had been solved. When I read again, your algo seemed to be more complicated than what you thought

                          N 2 Replies Last reply Reply Quote 0
                          • N
                            nasserminaei @l'andorrà last edited by

                            @l-andorrà here it is:
                            https://fxdreema.com/shared/3l34zhk3b

                            1 Reply Last reply Reply Quote 0
                            • N
                              nasserminaei @sktsec last edited by

                              @sktsec
                              thanks for getting back to me. well the algo should work like this:

                              1. opens position or positions are closed
                              2. the ea stops working for X seconds (freezing time starts when the last open position is closed)
                              3. it starts working again when the freezing time is over. let's say after 2 minutes.
                                as far as I have understood from your message, maybe it's better to remove block '44' as the 'turn on blocks' has nothing to do with with the previous trade it just count the time so it might solve the problem. i'll check to see if it works.
                              1 Reply Last reply Reply Quote 0
                              • N
                                nasserminaei @sktsec last edited by

                                @sktsec @l-andorrà
                                thank you so much for helping me to solve the issue I have been trying to solve for about 2 weeks. removing block '44' actually worked.
                                your time and effort is really appreciated , I hope that someday I can do the same for others 🙏 🙏

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sktsec last edited by

                                  You are welcome

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

                                  Online Users

                                  S
                                  M
                                  2
                                  M
                                  M
                                  N
                                  B
                                  A
                                  B
                                  S
                                  E
                                  W

                                  29
                                  Online

                                  146.6k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors