fxDreema

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

    restart a strategy

    Questions & Answers
    4
    9
    1445
    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.
    • C
      clacky last edited by

      hi, there is a way to restart a strategy:
      es ..
      after a close restart the strategy from beggining,
      restart also
      group number,
      history trades,
      profit,
      loss
      ecc... like start a new EA again

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

        Of course. Just reinitialize all variables within the EA to their original values. Do you have any specific project to take a look at?

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

        A 1 Reply Last reply Reply Quote 0
        • C
          clacky last edited by

          thanks for the reply,
          not at all ... just trying to do it... do you have some advise for me ?

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

            Well, it depends on your project. In general this is what you need to consider when creating an EA:

            1. What constants do I need?
            2. What variables do I need?
            3. What initial value will variables have?
            4. What values will variables have while active?
            5. When will my variables be restarted?

            Ask yourself questions 2 to 5 all the time. That way you will have a permanent control of your EA. I will be more than happy to help you if you want to begin your project. Share it here and we'll work on 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 0
            • A
              arturoroberto @l'andorrà last edited by

              @l-andorrà

              hi, I have an EA with a Ryan Jones Money Managment system, and I want to Restart the initial balance when I make 5 profitable trades.

              any idea how can I do it?

              Thanks

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

                Obviously I cannot give you the specific answer without seeing your project. It will depend on your current variables distribution. Could you please share 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.

                T A 2 Replies Last reply Reply Quote 0
                • T
                  trader.philipps @l'andorrà last edited by

                  @l-andorrà Yapp a bit too abstract question.

                  I like to share my knowledge, but expect the others to contribute as well.

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

                    @l-andorrà 0_1568258649259_AMLO RYAN ON-OFF.mq4

                    ok This is the project, on the buy option I used The fixed ratio by Ryan Jones System so, the lot size will increase when the balance gain certain value. but it starts with initial balance on your account

                    What I want to do is , when I reach 5 profitable trades in a row the EA take the balance at that time and take it as the new initial balance for the next trades

                    I hope I explain because I speak spanish so I do my Best in english

                    Artpat

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

                      Before looking at your balance I recommend you the following:

                      1. Block ID 12 should be renumbered as Block ID 1. This is the first think you need to do every day and now it's the last thing the EA will do according to its ID.

                      2. 'Once per tick' block is unnecessary. Every block on the 'On tick' tab, as is your case, will be executed every single tick, so that's redundant.

                      3. You should write something on the 'Label' box on the 'Alert message' block. If not, the block will not be activared.

                      (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

                      D
                      L
                      H

                      7
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors