fxDreema

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

    Please help with this

    Questions & Answers
    3
    18
    279
    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.
    • 1
      13353299527 last edited by

      I want to write a program like this,Like the one in the picture.But I don't know what the problem is,https://fxdreema.com/shared/M1zPw9tab

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

        991be85bfdcdfe26c519edcca63ef3c.jpg

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

          please help me.thanks

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

            You need to create a variable for the lot size value. and then do that calculation for the next lot size value immediately below both 'buy/sell now' blocks. Are you familiar with variables?

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

              Is that so?
              微信截图_20240404104412.png

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

                I don't know which module is needed for the calculation of the next lot value below the buy and sell block

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

                  @13353299527 Correct. That is the way to create a variable. What you need now is making the calculation of the next lot size every time a trade is closed. Something like this in the 'on trade' tab:

                  01.png

                  (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 1 Reply Last reply Reply Quote 0
                  • 1
                    13353299527 @l'andorrà last edited by

                    @l-andorrà Thank you very much for your help .I wanted to write about such an Expert Advisor. At the price of 2294 buy0.01, when the price falls back to 2290 sell0.03, the price returns to 2294 buy0.09, and so on, until the profit is closed.But it didn't turn out what I wanted 30cc11ae-c0cb-46e6-903b-32f2ed0914ef-7c57549c3a76da43d5b5b3478d80cd8.png
                    I don't know if my logic is correct, below is the link, please help me to see, thank you very much https://fxdreema.com/shared/VVkbSwikc

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

                      79bfbcbac33f2191c076dec0da68916.png

                      bf8497f9c07557c934f4011160852cf.png

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

                        You can use 100 in the LOSS_PIPS constant, but call it by name using -LOSS_PIPS.

                        You can follow this link: https://fxdreema.com/shared/sLsWF5Nmb and change the reason for placing a new trade, and your multiplication.

                        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 1 Reply Last reply Reply Quote 0
                        • 1
                          13353299527 @jstap last edited by

                          @jstap Thank you so much for your help, I'm going to give it a try now

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

                            Maybe it's because of the Internet, I can't see the picture I uploaded before, this picture is what I want to write and can only be traded .
                            7c57549c3a76da43d5b5b3478d80cd8.png

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

                              Probably because of the network, I can't see the image I uploaded before, and this image is the expert I want to write

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

                                This is my revised one, and I'm not sure if my understanding is correct.
                                https://fxdreema.com/shared/ZYhUzz9U

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

                                  8d35703d6ee7e9e348f967dbe808018.png

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

                                    To have this as a minus _LOSS_PIPS you need to call it by name with a - like this -_LOSS_PIPS
                                    To have ADD_ORDER_MULTIPLYER * in adjust you need to call by name like this *ADD_ORDER_MULTIPLYER

                                    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 1 Reply Last reply Reply Quote 0
                                    • 1
                                      13353299527 @jstap last edited by

                                      @jstap The minus sign and the multiplication sign cannot be typed in the name of the constant

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

                                        No, but they can in adjust, so use something like this in adjust *VariableName, VariableName being the specific exact name of your variable

                                        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

                                        R
                                        A
                                        D
                                        A
                                        E
                                        N
                                        N

                                        35
                                        Online

                                        146.7k
                                        Users

                                        22.4k
                                        Topics

                                        122.6k
                                        Posts

                                        Powered by NodeBB Forums | Contributors