fxDreema

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

    Get Daily Change

    Questions & Answers
    4
    11
    903
    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.
    • OntradingX
      OntradingX last edited by

      Hello friends,

      Do you know where I can find in Fxdreema the place to get the (daily change) value of the currency pair for example EURUSD ?

      Notice in the image below that I want to get the value that is in %.
      To enable the display, just click where the assets are shown with the right mouse button and click "columns" and then "daily change"

      0_1637325487995_dailychangeeurusd.png

      Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
      Site: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Boa sorte a todos nós!

      English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
      Website: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Good luck to all of us!

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

        perhaps you could use a formula block, and use 2 points we can get from dreema selection. Maximal ask of day, minimal bid of day.

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

          @tipsywisdom I agree. The only way to get it is creating the calculation on your own via formula block, for example.

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

            surely theres a simple code you could pull from, i just dont know what it would be named

            2 examples I use, for example
            MagicStart
            Symbol()

            there must be something that simple, I just couldnt find it through a google search or search of the mql forums

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

              Hi friends @TipsyWisdom and @l-andorrà , thanks for trying to help, I got what I wanted by doing the following:
              We all know that the daily % calculation is measured by the distance of the current price in relation to the closing of the last candlestick of the previous day.
              So it was very simple.
              I made this calculation and printed it on the chart as below.
              I hope this helps someone because it is helping me a lot.
              0_1637453801138_DailyChange.png
              Project https://fxdreema.com/shared/zaxL9bUsd

              Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
              Site: https://www.ontradingx.com.br
              Youtube: https://www.youtube.com/@ontradingx
              Boa sorte a todos nós!

              English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
              Website: https://www.ontradingx.com.br
              Youtube: https://www.youtube.com/@ontradingx
              Good luck to all of us!

              OntradingX 1 Reply Last reply Reply Quote 0
              • OntradingX
                OntradingX @OntradingX last edited by

                @ontradingx Just correcting, the condition block is not necessary, I removed it from the project.

                Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                Site: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Boa sorte a todos nós!

                English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                Website: https://www.ontradingx.com.br
                Youtube: https://www.youtube.com/@ontradingx
                Good luck to all of us!

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

                  I'm now trying to develop a way to get the following values:
                  Higher spread
                  Lower spread
                  How this should be done.
                  A loop should happen through the last 24 hours as soon as the EA is placed on the chart, and the EA should scan for the highest and lowest spread value on that chart where the EA is placed.
                  I currently only manage this via backtest, because in the backtest I can get the maximum and minimum value because it is a market simulation, in the real market I was also able to do it because it reads each candlestick and makes the calculation looking for the exceeded maximum and minimum values overcome.
                  But the most difficult thing is in the real market to make it look for past values, these values ​​are in the metatrader's history, the Fxdreema Loop only allows it to be done by candles. works by market ticks.
                  Having the lowest spread value automatically is a very good thing to have for trading as it avoids entries with absurd fees and saves you from manually looking in the metatrader's history.
                  I'm now trying to develop a way to get the following values:
                  Higher spread
                  Lower spread
                  How this should be done.
                  A loop should happen through the last 24 hours as soon as the EA is placed on the chart, and the EA should scan for the highest and lowest spread value on that chart where the EA is placed.
                  I currently only manage this via backtest, because in the backtest I can get the maximum and minimum value because it is a market simulation, in the real market I was also able to do it because it reads each candlestick and makes the calculation looking for the exceeded maximum and minimum values overcome.
                  But the most difficult thing is in the real market to make it look for past values, these values ​​are in the metatrader's history, the Fxdreema Loop only allows it to be done by candles. works by market ticks.
                  Having the lowest spread value automatically is a very good thing to have for trading as it avoids entries with absurd fees and saves you from manually looking in the metatrader's history.
                  Do you have any idea how we can get this?

                  Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                  Site: https://www.ontradingx.com.br
                  Youtube: https://www.youtube.com/@ontradingx
                  Boa sorte a todos nós!

                  English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                  Website: https://www.ontradingx.com.br
                  Youtube: https://www.youtube.com/@ontradingx
                  Good luck to all of us!

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

                    @ontradingx Am not sure how to set a loop up for this but if this helps the spread is the distance between the ask and the bid.

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

                      @ontradingx That is an ambitious project. I recommend to find a custom indicator doing all those calculations (is possible) instead of programming it all via fxDreema. Just a suggestion.

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

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

                        @l-andorrà Thanks my friend, I really like to try to unravel what I can in Fxdreema, and only when I run out I look for an indicator.
                        But I believe that soon I will find out and here I will share.

                        Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                        Site: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Boa sorte a todos nós!

                        English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                        Website: https://www.ontradingx.com.br
                        Youtube: https://www.youtube.com/@ontradingx
                        Good luck to all of us!

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

                          @ontradingx That's the good spirit! 🙂 Please don't hesitate to share if you make 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
                          • 1 / 1
                          • First post
                            Last post

                          Online Users

                          L

                          15
                          Online

                          146.8k
                          Users

                          22.4k
                          Topics

                          122.6k
                          Posts

                          Powered by NodeBB Forums | Contributors