fxDreema

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

    Probability EA

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

      Hello! I wanna create a EA that count the last 10 candles, and if 8 of them 10 candles be bull, buys... If 8 of them 10 candles be bear, sells... Thanks for all who help!

      1 Reply Last reply Reply Quote 0
      • A
        albertomtferreira last edited by

        I would suggest a loop for “n” times to test the last “n” candles on the open price vs close price. something like
        for n=0 until n=10; n++
        if open price > close price
        bull++
        else if open price>close price
        bear ++
        return bull and bear.

        Hope that makes sense....

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

          Thanks for reply! I don't know make loop, how can I do that?

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

            @albertomtferreira That is an interesting custom code to do. Can you please share 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.

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

              @l-andorrà Let me see if I have some spare time during the weekend and I can try to draft something. At the moment I'm a bit busy fighting to build my own EA.
              I will let you know if I can achieve anything.

              1 Reply Last reply Reply Quote 0
              • A
                albertomtferreira last edited by

                @provinccigomes If I will have some spare time during the weekend I will try to draft something and share it with you.

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

                  @albertomtferreira Thanks!!

                  1 Reply Last reply Reply Quote 0
                  • A
                    albertomtferreira last edited by

                    I think that I’ve managed to make something. Have a look and let me know if was what you were looking for.

                    https://fxdreema.com/shared/tzWQIXbab

                    AlphaOmega l'andorrà 2 Replies Last reply Reply Quote 2
                    • AlphaOmega
                      AlphaOmega @albertomtferreira last edited by

                      @albertomtferreira I do not need this but, just wanted to compliment you on a very neatly done and efficient code.. Excellent work .. Thank you

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

                        @albertomtferreira Impressive! Thank you for sharing.

                        (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 1
                        • 1 / 1
                        • First post
                          Last post

                        Online Users

                        N
                        S
                        T
                        A
                        Y

                        14
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors