fxDreema

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

    Strength Meter

    General Discussions
    5
    19
    1894
    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.
    • P
      pais last edited by

      Hi, does anyone knows how to take a trade based on the strength meter from the indicator?
      0_1644651702093_732dbcb6-c659-4b12-8455-2a4de9d12bb1-image.png
      For example when Trend Power >= 60% will open the trade (when buy/sell signal appear)

      P 1 Reply Last reply Reply Quote 0
      • P
        pais @pais last edited by

        Object List 0_1644653084177_5210d14f-02d9-4ca8-b045-3f9d1a7b6c2b-image.png

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

          @pais Well, technically, if all those objects are correctly identifed by fxDreema, it should be very easy. Did you check that? Usually custom indicators are messy.

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

            @pais Put the trend power in a string variable, use this custom code and save into another string variable:

            StringSubstr(string variable name,13,3 );

            this should put the number into the variable
            convert the string into a new double variable with this custom code:

            StrToDouble(new variable)

            you can then use a condition block to check if %number is > 60.

            Try this, it should work, if not let me know.

            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! 😊

            P 1 Reply Last reply Reply Quote 0
            • P
              pais @jstap last edited by

              @jstap sorry Mr jstap, i cannot understand your explanation. also i still weak on variable. May you show some example?

              jstap 1 Reply Last reply Reply Quote 0
              • jstap
                jstap @pais last edited by

                @pais Put a shared link and the indicator here, I'll have a look.

                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! 😊

                P 1 Reply Last reply Reply Quote 0
                • P
                  pais @jstap last edited by

                  @jstap indicator link https://uploadbox.io/63xqz40eo4rq
                  project link https://fxdreema.com/shared/kDOQJ7jHb

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    pais @pais last edited by

                    @jstap Hi jstap, how about the project? you can make it?

                    jstap 1 Reply Last reply Reply Quote 0
                    • jstap
                      jstap @pais last edited by

                      @pais Your indicator link doesn't work, upload the file on here directly, is buffer 2 a price level? if not you cannot compare candle close, you cannot compare text to a numeric value, 80% of what? don't think you can use % in this way.

                      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! 😊

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        jjtrader @jstap last edited by

                        @jstap said in Strength Meter:

                        @pais Your indicator link doesn't work, upload the file on here directly, is buffer 2 a price level? if not you cannot compare candle close, you cannot compare text to a numeric value, 80% of what? don't think you can use % in this way.

                        I would also like to know more details about how to make this work.

                        Download page for indicator: https://www.best-metatrader-indicators.com/ultimate-pro-scalper/

                        If possible, please provide step b step instructions for the custom code required and the variables. Thank you!!!

                        jstap 2 Replies Last reply Reply Quote 0
                        • jstap
                          jstap @jjtrader last edited by jstap

                          @jjtrader This was giving me an error but this is how to add, if worked I would have tested to see if it had any usable buffers.

                          0_1648856094022_5fc0f178-7cb2-4298-a8a2-7df3b79bd478-image.png

                          0_1648856155799_192ade2c-2955-45b7-9ea1-948f4fb34cd8-image.png

                          The way to do it is use object on chart like this:

                          https://fxdreema.com/shared/sb8Vt0bUd

                          The same principle can be used to get any information that's on chart, right click open object list to get type and name. If you back test this make sure you drag the indicator onto the chart.

                          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! 😊

                          P 1 Reply Last reply Reply Quote 0
                          • jstap
                            jstap @jjtrader last edited by jstap

                            @jjtrader Just noticed this post started months ago, in this link you'll see how this is achieved, basically the object on chart is put into a variable (normally text), the code then converts this to a numeric value which removes all text value:

                            https://fxdreema.com/shared/8cwVx6hKb

                            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! 😊

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              jjtrader @jstap last edited by

                              @jstap Thank you!

                              1 Reply Last reply Reply Quote 0
                              • P
                                pais @jstap last edited by

                                @jstap i used this method to add indicator, and buffer work fine for me.. only i want it only open trade if strength meter over 80%.

                                jstap 1 Reply Last reply Reply Quote 0
                                • jstap
                                  jstap @pais last edited by

                                  @pais Put a condition in your tree, trend number>80.

                                  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! 😊

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    Paihdt @jstap last edited by

                                    @jstap how can i get the ea to read 80%? since 80% is description from object

                                    jstap 1 Reply Last reply Reply Quote 0
                                    • jstap
                                      jstap @Paihdt last edited by

                                      @paiz Convert the string to double:

                                      StrToDouble(variable);

                                      This will remove all text values.

                                      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! 😊

                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        Paihdt @jstap last edited by Paihdt

                                        @jstap it supposed working like this right?
                                        0_1649402789858_6a7d1067-cee5-4f00-910f-fd23d38a01a7-image.png

                                        project link https://fxdreema.com/shared/JOnbqY7be
                                        please correct me if im wrong

                                        jstap 1 Reply Last reply Reply Quote 0
                                        • jstap
                                          jstap @Paihdt last edited by

                                          @paiz The condision needs to look at the variable that contains the number:

                                          0_1649417892724_91a1c843-2c6b-4e97-94c3-b1e9afd9dc17-image.png

                                          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

                                          T
                                          A
                                          A
                                          M
                                          A
                                          M
                                          E
                                          E
                                          F
                                          E
                                          G
                                          M
                                          C
                                          L

                                          26
                                          Online

                                          146.7k
                                          Users

                                          22.4k
                                          Topics

                                          122.6k
                                          Posts

                                          Powered by NodeBB Forums | Contributors