fxDreema

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

    Zone Recovery...

    Questions & Answers
    0
    17
    1052
    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.
    • B
      Ben Romewel last edited by Ben Romewel

      Hello!!!...I'm working on a project...But i need help!, in the aspect of "Zone Recovery"...I need to know how to fix in pending orders from initial open trade in the EA and be able to control the pending orders, like placing an opposite pending order once it gets opened and also deleting all once all trades get closed on an accumulated profit...

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

        Anyone???...

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

          @ben-romewel Not sure I fully get it. Do you mean programming a pending order BEFORE a previous one was triggered?

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

          B 1 Reply Last reply Reply Quote 0
          • B
            Ben Romewel @l'andorrà last edited by Ben Romewel

            @l-andorrà i mean placing a pending oder in opposite direction e.g (SELL) when a trade has been opened (BUY) after my indicator conditions have been meet...Then place another pending order(BUY) after the first pending order(SELL) has been been triggered...

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

              @ben-romewel Then you need to do this on the 'on chart' tab:

              0_1673607963437_01.png

              In this example, an open buy will immediately program a pending sell. You nned to add those conditions you need, of course.

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

              B 3 Replies Last reply Reply Quote 0
              • B
                Ben Romewel @l'andorrà last edited by

                @l-andorrà that's the on trade tab...

                1 Reply Last reply Reply Quote 0
                • B
                  Ben Romewel @l'andorrà last edited by Ben Romewel

                  @l-andorrà please its not working, the EA places multiple orders...Is there no way u could help me through this project...at least a picture of how i can go about it...I want a zone recovery EA.... i want the initial trade (pip away from pending order) to be 20pips then once order gets triggered EA should place another pending oder 25pips away from triggered order...something like that...

                  E.G
                  (1) 1st trade (a buy), 20 pips away EA should place a sell pending order
                  (2) If sell pending order gets hit, EA should place a buy pending order 25 pips away from order trigger point
                  (3) if buy pending order gets hit, EA should place a sell pending order 25 pips away from order trigger point...
                  (4) And so on...

                  (5) till it gets to an accumulated profit and all trade should close and all pending order not triggered deleted!....

                  The only trade that should have a different pips away (pending order placement) should be the initial position...
                  Thats what im trying to do...

                  1 Reply Last reply Reply Quote 0
                  • B
                    Ben Romewel @l'andorrà last edited by

                    @l-andorrà???

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      tpt @Ben Romewel last edited by

                      @ben-romewel Can you share your project so we can have a starting point?

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        Ben Romewel @tpt last edited by

                        @tpt https://fxdreema.com/shared/yUiDU9Xxe

                        1 Reply Last reply Reply Quote 0
                        • T
                          tpt last edited by

                          What's your entry criteria? Your two conditions for buy make no sense.

                          B 2 Replies Last reply Reply Quote -1
                          • B
                            Ben Romewel @tpt last edited by

                            @tpt it does to me...i need it to open after the close of a 1min candlestick...and also my account to be less than a certain amount before trades coud be placed so i could manage my money...its kind of a hedging and range recovery EA so i really do not need to rely on an indicator for my oder placement...

                            1 Reply Last reply Reply Quote 0
                            • B
                              Ben Romewel @tpt last edited by Ben Romewel

                              @tpt also, the hedging part of the EA works perfectly well it's just the pending orders placement(range recovery) im having an issue with...

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                tpt @Ben Romewel last edited by

                                @ben-romewel You can use Check Positions & Orders Count Blocks to place zone-recovery pending orders.

                                For example:

                                If Check Positions == 1 (Buy)
                                If Check Pending Orders == 0
                                Place Sell Pending Order

                                If Check Positions == 2 (Buy and Sell)
                                If Check Pending Orders == 0
                                Place Buy Pending Order

                                and so on...

                                B 2 Replies Last reply Reply Quote 2
                                • B
                                  Ben Romewel @tpt last edited by

                                  @tpt sounds like a nice approach...

                                  https://fxdreema.com/shared/MVwPiFQ5d

                                  This was what i came up with...but i need a continuous something...I need the EA to keep placing more orders in that manner every time an orders gets triggered
                                  Only the first pending order should be different pips away...the rest should be d same

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    Ben Romewel @tpt last edited by

                                    @tpt ????

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tpt last edited by

                                      I think you can use some variables to count each execution of your trees. At the end of the execution, add '+1' or '+2' to keep your numbers in the variable odd or even.

                                      Here's an example on how to count things: http://fxdreema.com/forum/topic/11152/count-objects-on-chart/4

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

                                      Online Users

                                      G
                                      N
                                      S
                                      E
                                      S
                                      N
                                      O

                                      18
                                      Online

                                      146.7k
                                      Users

                                      22.4k
                                      Topics

                                      122.6k
                                      Posts

                                      Powered by NodeBB Forums | Contributors