fxDreema

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

    Hello friends, I would like to find some maximums and minimums, can you help me do this in fxdreema?

    Questions & Answers
    4
    10
    832
    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 last edited by

      Current maximum historical
      Current historical low
      Maximum Annual
      Annual Minimum
      Monthly Maximum
      Minimum Monthly
      Weekly Maximum
      Weekly Minimum
      Previous day high
      Previous day's low

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

        @fabiobioware this can be approached in different ways. it all depends on where do you want this to be set up. in the following link, you'll see an example in the condition block on the left side where i set up yesterdays high.

        https://fxdreema.com/shared/ANuLv2d8d

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

          Hello @q8carpenter https://fxdreema.com/shared/vkOJmkBUc is correct?

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

            I think it's correct. I'm not so sure about those 4 blocks on the 'on Init' tab. DO they work as intended?

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

              @l-andorrà said in Hello friends, I would like to find some maximums and minimums, can you help me do this in fxdreema?:

              I think it's correct. I'm not so sure about those 4 blocks on the 'on Init' tab. DO they work as intended?

              no, what matters is the blocks on the tick, i'm trying to find the maximum and minimum that i need.

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

                my concern is whether i will be able to locate all these tops and bottoms on any chart that i put the EA, considering the circuit breaks that existed.
                And if in fact each of these variables are correct, I will put it in English so that you understand it better.

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

                  https://fxdreema.com/shared/q54ELlggd here in english

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

                    You can actually simplify the project by using the mql5 code for the extremes. For example, the code for monthly high is:
                    iHigh(NULL, PERIOD_MN1, 0)
                    Weekly high:
                    iHigh(NULL, PERIOD_W1, 0)

                    Daily low:
                    iLow(NULL, PERIOD_D1, 0)

                    etc. You see the pattern.

                    0_1587410611155_e1edc3cd-07f5-4733-9cbe-a7dd195cc13f-image.png

                    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 Hello friends, I would like to find some maximums and minimums, can you help me do this in fxdreema?:

                      You can actually simplify the project by using the mql5 code for the extremes. For example, the code for monthly high is:
                      iHigh(NULL, PERIOD_MN1, 0)
                      Weekly high:
                      iHigh(NULL, PERIOD_W1, 0)
                      Daily low:
                      iLow(NULL, PERIOD_D1, 0)
                      etc. You see the pattern.

                      @roar sorry i'm not really a programmer for this everything i do depends on fxdreema, could you help me get these values i need so much?

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

                        Block 27 has a problem. You should specify the timeframe to 'Monthly' instead of 'currently', as it is now.

                        (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

                        B
                        H
                        S
                        D

                        6
                        Online

                        146.8k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors