fxDreema

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

    Manual Trades organization

    Questions & Answers
    3
    13
    535
    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.
    • C
      capitalfreedom last edited by

      Hi everyone I really need some help here. I am attempting to create a manual trade ea. Everything works well except my Trailing stop. so if i have a trade on EURUSD in profit and TS moves and i enter another position in the same direction the trailing stops are the same and new trade stops out. Any ideas on how i can have multiple trades without this issue? here is the project ( I know blue and pink blocks aren't supposed to go together but it works) https://fxdreema.com/shared/4g9b8thF

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

        Connecting the trailing blue block below the for each trade breaks the logic of the second one. The blue block will modify ALL open trades regardless what selected trade is stored in the temporary memory of the 'for each trade' block. What is the point of that? Use condition blocks instead and you will avoid that issue.

        (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
        • C
          capitalfreedom last edited by

          I was doing this to attempt to check the profit of the individual trade. I have taken your advice and switched to condition blocks. however it seems to still be checking the sum of profit of the manual trades and not the individual amount. here is what i have https://fxdreema.com/shared/DXdv5GFQ

          1 Reply Last reply Reply Quote 0
          • C
            capitalfreedom last edited by

            @l-andorrà I stand corrected it is now identifying the trades profit individually. Except now I run into this: if i have a hedge position in as well when the Trailing stop moves for the reverse position it moves the SL of the opposite position. I don't why it does this when I have modify stops under the once per trade block. https://fxdreema.com/shared/DXdv5GFQ

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

              Pink blocks need to be connected below a 'for each trade' or 'for each closed trade'. Otherwise they are not necessarily fully functional.

              (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
              • C
                capitalfreedom last edited by capitalfreedom

                I have connected "check profit" to pink blocks however it only recognizes when set to group 0. And in that case it calculates the sum of other trades on newer trades. For instance TS of trade #2 will move if trade #1 is 5% in profit when trade #2 is only 1% https://fxdreema.com/shared/JfFfqfpEd . I don't what i am missing to properly organize manual trades profit individually

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

                  Blue blocks work on all trades, whereas pink work on the individual selected trade, to work on only 1 you need to set up pink blocks mimicking the blue.

                  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! 😊

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    capitalfreedom @jstap last edited by

                    @jstap so the breakeven works fine but the issue would be finding a way to mimic the trailing stop block as it is only provided in blue

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

                      Break even works because it has a built in loop that checks each individual trade. You can trail with pink but you would have to check each attribute then move the stop if it fits.

                      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! 😊

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        capitalfreedom @jstap last edited by

                        @jstap Shouldn't TS have this same loop? I only ask because it says (each trade)

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

                          Yes it is a loop but under a pink loop as soon one trade fits the loop condition then all trades will have the trail block actions completed, so there is no point in having it under pink blocks.

                          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! 😊

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            capitalfreedom last edited by

                            Got it! Thanks!

                            1 Reply Last reply Reply Quote 0
                            • C
                              capitalfreedom @jstap last edited by

                              @jstap ok i understand. thanks!

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              • First post
                                Last post

                              Online Users

                              J
                              T
                              J
                              B

                              21
                              Online

                              146.7k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors