fxDreema

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

    Terminate other EA for awhile and restart it after certain time

    Questions & Answers
    3
    16
    1832
    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.
    • S
      saeed 2 last edited by

      checked articles here and didnt find a clue about it
      it has to work at first with terminal variables but after how to make the connection .. didnt get it

      what i need to do .. to run two EAs at same MT4 .. i need to add a function at one of them to freeze other EA for certain time and unfreeze it afterthat

      every chart has a unique ID .. and it may help to identify the chart where we could freeze it temporary

      is it possible ?

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

        @saeed-2 Not completely sure I get it. Do you mean one EA on one MT4 should close temporarily a different EA on a different MT4?

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

        S 1 Reply Last reply Reply Quote 0
        • S
          saeed 2 @l'andorrà last edited by

          @l-andorrà Same MT4 has two running EA with different magic number .. one of these EA has the function to freeze the other EA at certain condition and undo freezing at certain condition

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

            @saeed-2 In that case, yes, you will need terminal variables to do that. I'm afraid I cannot help you there, I'm not a programer. 😞

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

            S 1 Reply Last reply Reply Quote 0
            • S
              saeed 2 @l'andorrà last edited by

              @l-andorrà thanks for bypass and replying
              i have an issue with delaying activating a delay order

              when condition meet .. i need EA to open pending order after 30 mins exactly .. how that could be function ?

              thanks

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

                @saeed-2

                unfortunttely you wouldnt be able to backtest it for accuracy, but you can use a timer to specific blocks on and off. perhaps that would fix your issue?

                S 1 Reply Last reply Reply Quote 0
                • l'andorrà
                  l'andorrà @saeed 2 last edited by

                  @saeed-2 You can create a separated structure counting 1M bars after the condition. However, that will never be as exact as jsauter suggests.

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

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    saeed 2 @TipsyWisdom last edited by

                    @jsauter86 yeah it works thanks .. swapping between on chart and on timer works well with turn on off blocks

                    1 Reply Last reply Reply Quote 0
                    • S
                      saeed 2 @l'andorrà last edited by

                      @l-andorrà separate structure counting ... how can we do that ?

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

                        @saeed-2 You will need at least two variables. One for engaginf the counting structure (you can use a boolean one when the new trade is open) and then a second int variable used to count 1M bars. You can do it this way, for example:

                        0_1625729135981_01.png

                        Obviously you will have to reinitiate both variables when the trade is closed.

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

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

                          @l-andorrà smart one !
                          thanks for assistance ,, appreciated

                          1 Reply Last reply Reply Quote 0
                          • S
                            saeed 2 @l'andorrà last edited by

                            @l-andorrà 1_1625782942220_on tick.jpg 0_1625782942218_n trade.jpg

                            it will be like this ? on tick to generate the counting and on trade to reset the variable value to zero

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              saeed 2 @saeed 2 last edited by

                              @saeed-2 0_1625783141164_on trade.jpg

                              • Update >> to switch off blocks again
                              l'andorrà 1 Reply Last reply Reply Quote 0
                              • l'andorrà
                                l'andorrà @saeed 2 last edited by

                                @saeed-2 If that is the whole project, yes that woud do 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.

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  saeed 2 @l'andorrà last edited by

                                  @l-andorrà custom indicator is updating in an interval of 1 hour .. so i need to timer EA to open the trade after some mins

                                  thanks for your help

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

                                    @saeed-2 You're welcome.

                                    (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

                                    G
                                    R
                                    N
                                    S
                                    E
                                    E
                                    M
                                    O
                                    B
                                    M
                                    Z
                                    S
                                    S
                                    T
                                    B

                                    25
                                    Online

                                    146.7k
                                    Users

                                    22.4k
                                    Topics

                                    122.6k
                                    Posts

                                    Powered by NodeBB Forums | Contributors