fxDreema

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

    Distance to Take Profit

    General Discussions
    3
    15
    1232
    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.
    • V
      vanderleyfm last edited by

      I am using a hedge account where I open several orders with the respective take profit. I need to find the distance between the current price and the first take profit above the current price and the first take profit below the current price. How can I do this?
      I saw that in the "Bucket of Positions / Orders", "Take-profit", "Price Level", "Max value" or "Min value", I can find the distance to the highest and lowest take profit, but there is no way locate the first from the current price.

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

        @vanderleyfm It depends on several elements. Just two initial questions:

        1. Are all trades automatically open by the EA or are there manually open trades also?
        2. How many open trades can the EA have at the same time?

        (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
        • V
          vanderleyfm last edited by

          When starting the EA, at the predetermined time all orders are placed and, as the price varies, they are opened.
          As many orders as I want can be placed. Usually about 200 orders (100 buy and 100 sell - grid type), with the respective take profit

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

            @vanderleyfm So you confirm no manaul trades are included ever?

            (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.

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

              @l-andorrà I confirm, no manual.

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

                @vanderleyfm Ok. Ypu will need some variables to store that info. Can you please share you project?

                (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.

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

                  @l-andorrà Yes, I can share, but how do I do it?

                  TipsyWisdom 1 Reply Last reply Reply Quote 0
                  • TipsyWisdom
                    TipsyWisdom @vanderleyfm last edited by

                    @vanderleyfm

                    in builder window, top left "Projects," -> "Create Shared Copy" -> Paste link here.

                    V 1 Reply Last reply Reply Quote 0
                    • V
                      vanderleyfm @TipsyWisdom last edited by

                      @jsauter86 shared/zi69KIdac

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

                        @vanderleyfm Wow. That's a very complex project. Reviewing it all would last al lot of time. Let's do this: You can store a TP level by doing this immediately after every buy/sell now block:

                        0_1609948533596_01.png

                        You will need as manu variables as open trades. That way you can know exactly the position of every TP level. Then you can this this block to calculate the distance:

                        0_1609948637402_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.

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

                          @l-andorrà On my FxDreema screen there is no option for "For each Trade". Only "For each Position", "For each Pending Order" and "For each Close position" appear.

                          V 1 Reply Last reply Reply Quote 0
                          • V
                            vanderleyfm @vanderleyfm last edited by

                            @vanderleyfm I also didn't understand how to use manu variables to find each TP.

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

                              @vanderleyfm You can use 'For each position'. That is the equivalent of 'For each trade' but for MT5. On how to use variables. I strongly recommend you to read this:

                              https://fxdreema.com/instructions/builder/constants-and-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.

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

                                @l-andorrà I know how to use declaring variables. So much so that I used several in my project. What I'm not able to understand is how to use "For each Position" to get the data I need.

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

                                  @vanderleyfm Ok. Then just substitute the block I suggested you in my screenshot by a 'For each position' one and store the TP price as I show there.

                                  (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

                                  N
                                  M
                                  M
                                  I
                                  L
                                  A

                                  14
                                  Online

                                  146.8k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors