fxDreema

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

    RSI condition about Value

    Questions & Answers
    3
    61
    16314
    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
      fabiobioware @l'andorrà last edited by

      @l-andorrà 0_1588551969483_indicatorrise.PNG
      The problem is that from what I understand in this block "indicator rise" it does not check tick by tick, it checks previous candles.
      What I need is to check "every tick".
      The whole point is to measure the slope of the line, the more inclined the greater the demonstration of strength of the current movement and this is only possible to verify in the current candle. if it shows that the current tick is greater than the previous tick.

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

        I managed to get the values of the lines, now maybe to solve the question I can use a rule to check if the current value is greater than the previous value, how do I do this?

        I know it involves a variable, but how should I do it to always save the values and compare them?
        maybe create 2 variables.
        Old value
        New value
        But how to save an old value and then save the new one in the old one when necessary?

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

          @roar @l-andorrà

          roar 1 Reply Last reply Reply Quote 0
          • roar
            roar @fabiobioware last edited by

            @fabiobioware Did I understand: you want to compare 2 consequent tick updates?

            You are right with the 2 variables.

            You must first save the new variable into the old variable.
            Now the new is available for changing. The order is very important here.
            https://fxdreema.com/shared/3rwfe1A6d

            Need small help? Tag me in your post
            Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

            F 1 Reply Last reply Reply Quote 0
            • F
              fabiobioware @roar last edited by

              @roar if i want to save the last 3 results then i would have to create 3 new variables, example:
              old1
              old2
              old3

              and order to save the results in each other correct?
              example:
              old1 saves result on old2
              old2 saves result at old3

              The condition to check if the current value is greater than the value of the last 3 variables is as follows:

              current> old
              old> old1
              old1> old2
              old2> old3

              is correct?

              roar 1 Reply Last reply Reply Quote 0
              • roar
                roar @fabiobioware last edited by

                @fabiobioware yes. You can also put the variables in a comment block and see real-time how they flow through the steps

                Need small help? Tag me in your post
                Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                F 2 Replies Last reply Reply Quote 0
                • F
                  fabiobioware @roar last edited by

                  @roar said in RSI condition about Value:

                  yes. You can also put the variables in a comment block and see real-time how they flow through the steps

                  Greattt @roar thanks for your support, you solve my issue, thank very much.
                  i have group for fxdreema on whatssapp and telegram, would you like to participate?

                  roar 1 Reply Last reply Reply Quote 1
                  • roar
                    roar @fabiobioware last edited by

                    @fabiobioware thanks for the invitation, but I'll just stick here on the forum.

                    Need small help? Tag me in your post
                    Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      fabiobioware @roar last edited by

                      @roar great man, thanks.

                      1 Reply Last reply Reply Quote 0
                      • F
                        fabiobioware @roar last edited by

                        @roar 0_1588708029619_INDICE0123.PNG 0_1588708038823_4 NIVEIS.PNG

                        can you help me again?

                        I created the variables 0,1,2,3
                        I realized that due to the speed of the ticks it is imperceptible to look at the human to see the changed values.
                        How do I generate a small delay in updating each value that is shown in order to identify if the values ​​are really different at each tick?

                        roar 1 Reply Last reply Reply Quote 0
                        • roar
                          roar @fabiobioware last edited by

                          @fabiobioware do you use mt5? If yes, the tester has an option to go step-by-step.
                          Open the visual tester, pause it, and then press f12 to test next tick.

                          Need small help? Tag me in your post
                          Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

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

                            @roar said in RSI condition about Value:

                            do you use mt5? If yes, the tester has an option to go step-by-step.
                            Open the visual tester, pause it, and then press f12 to test next tick.

                            yes, mt5, i used this option to find out that it is changing, but there is no way to do this in fxdreema for the market?

                            roar 1 Reply Last reply Reply Quote 0
                            • roar
                              roar @fabiobioware last edited by roar

                              @fabiobioware well, I dont see why you should delay the market prices, because the market will be always real-time anyway. In order to slow the process, you would have to skip some ticks entirely. For example, run the code on every 5th tick.. I think theres a block designed for that.

                              Need small help? Tag me in your post
                              Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                              F 3 Replies Last reply Reply Quote 0
                              • F
                                fabiobioware @roar last edited by

                                @roar said in RSI condition about Value:

                                well, I dont see why you should delay the market prices, because the market will be always real-time anyway. In order to slow the process, you would have to skip some ticks entirely. For example, run the code on every 5th tick.. I think theres a block designed for that

                                https://fxdreema.com/shared/x2iNXaZRd my project
                                0_1588768784768_DidiIndex.mq5 Indicator to this strategy

                                Can you see if I'm making the variables correctly?

                                1 Reply Last reply Reply Quote 0
                                • F
                                  fabiobioware @roar last edited by

                                  @roar 0_1588768892359_inclination2.PNG
                                  what I want is to know exactly how to create a condition using the variables to get this type of slope that is in the image, whenever this slope of the green and yellow lines happen on opposite sides and with this span it means a demonstration of an enormous strength of trend.
                                  For this reason I am looking to monitor every tick, if you put this indicator on any forex pair you will see what I am talking about.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    fabiobioware @roar last edited by

                                    @roar 0_1588769235533_inclination3.PNG

                                    roar 1 Reply Last reply Reply Quote 0
                                    • roar
                                      roar @fabiobioware last edited by roar

                                      @fabiobioware You get the slope by comparing current value to ID 1 value, no need for tick measurements.

                                      The variables seem to be technically correct in the project.

                                      Need small help? Tag me in your post
                                      Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        fabiobioware @roar last edited by

                                        @roar said in RSI condition about Value:

                                        You get the slope by comparing current value to ID 1 value, no need for tick measurements.
                                        The variables seem to be technically correct in the project.

                                        I didn't understand, can you give me an example by creating a project or including it in my project and sending it back?

                                        What I understood would be the following:
                                        If I create a condition:
                                          value0> value1 = upward slope

                                        If I create 2 conditions and link one below the other:
                                        value0> value1 = upward slope
                                        value0> value1 = upward slope
                                        Does this correspond to 2 consecutive inclinations?

                                        roar 1 Reply Last reply Reply Quote 0
                                        • roar
                                          roar @fabiobioware last edited by

                                          @fabiobioware so you want it to look like this:
                                          0_1588775561654_6a7e1f32-381b-45bc-9531-1a0240df1731-image.png
                                          and also it must continue looking like this for 5 ticks or so?

                                          Need small help? Tag me in your post
                                          Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            fabiobioware @roar last edited by

                                            @roar Yes.5 or 3 is necessary.

                                            roar 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post

                                            Online Users

                                            V
                                            C
                                            K

                                            10
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors