fxDreema

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

    Define week number

    Questions & Answers
    3
    9
    626
    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.
    • F
      FTSIO last edited by FTSIO

      Hello,

      Does anyone know how to define weeks in FxDreema? E.g. Mon - Fri = 1, next Mon - Fri = 2?

      The week may not always be Mon - Fri. For example, the first of September was Wednesday so Week 1 would be Wed - Fri

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

        @ftsio You can create a counter variable that adds +1 every time a new weekly candle is open.

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

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

          @l-andorrà this won’t work for me as the weekly candles encompass dates from different months. I need to consider days only in the current month.

          An example: 30/08/21, 31/08/21 and 01/09/21, 02/09/21 will be within the same weekly candle. I would only like to trade in August.

          1 Reply Last reply Reply Quote 0
          • F
            FTSIO last edited by FTSIO

            @l-andorrà please see above.

            @jstap Ive seen you write create some very impressive logic on here before.

            Any idea how I could tackle this?

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

              @ftsio This is how I would do this link, it is not quite working correctly but the idea of haw to get working is there, give it a try and if you struggle to get it working and I'll see what I can do.

              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à @FTSIO last edited by

                @ftsio Than you can add a second filter specifying that trades are withing the same monthly candle. That filter should apply before that of the weekly filter. Obviously these filters whould be checked on a daily basis.

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

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

                  @l-andorrà @jstap thanks for this. I’ve got it working with a variation of what you’ve provided.

                  Do you know if there is a way to stop the EA and then start again from where it left off? E.g. I stop the EA in week 2 and then start again how can I make it start at week 2 again without resetting back to week 1?

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

                    @ftsio AFAIK it is not possible is teh Ea is removed from the chart because all variables will be reinitialized. The only option I see is you manualley inserting the week value as an input parameter when you rerun the EA.

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

                      @ftsio @l-andorrà is correct you can stop EA without removing then start again when condition matches, if you set a terminal variable (global variable) it will log on the platform, then EA can read, maybe what you want, this can be reset with custom code but to add into multiple conditions can be difficult..

                      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

                      J
                      L
                      S
                      E

                      14
                      Online

                      146.8k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors