fxDreema

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

    Refill pending orders in grid

    Questions & Answers
    4
    9
    3096
    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.
    • Fabien S
      Fabien S last edited by Fabien S

      Hello guys! So currently i'm building a more complex grid system in which instead of a normal grid each level has hedge aswell. So always buy an sell pending orders.The grid block is pretty useful but when it comes to replacing the filled pending orders i cant seem to get it working. This is what i tried:

      0_1571060591191_Bildschirmfoto 2019-10-14 um 15.34.46.png

      It's important for me that the pending orders have the identical postions than the ones that already existed and that i have a block to say when to replace them, in how much pips. So in some sort i need a refill of the orders. This is the link to my project: https://fxdreema.com/shared/oxl8eo5re and here is a drawing. I appreciate every help!! 0_1571060972728_V2 Grid system.mq4

      0_1571060784281_Bildschirmfoto 2019-10-14 um 15.01.49.png

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

        I recommend you to move block 86 to connect block 83 directly. Now there will not be a sell pending order UNLESS there is a buy pending before. I guess what you want is that both are created one after the other. That way none of them is conditioned by the other.

        On the other hand, your "start" tree of blocks is executed AFTER all other trees on the 'On Tick' tab. That can lead to weird results because technically you are opening orders AFTER modifying them as per your other trees. I recommend you to change block ID 79 for any other number lower than all other heading trees' blocks.

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

        K Fabien S 2 Replies Last reply Reply Quote 0
        • K
          kelianmorr @l'andorrà last edited by

          @l-andorrà interesting i actually want them to create simultaneously. I really need to pay more attention. to block ids, i hope thats the issue to the structure. I will give it a try

          Fabien S 1 Reply Last reply Reply Quote 0
          • Fabien S
            Fabien S @kelianmorr last edited by

            @kelianmorr thats my old account, i forgot logging out

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

              @l-andorrà unfortunately it didnt help, i think its because i have an issue with the refill logic block structure i have built. I will try to sleep over it and take a fresh start tommorw. Thanks a lot for your advice. I appreciate to see how much time you invest to help not only me but a lot of fxdreema users!

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

                You're welcome. Just let me know if you find something new.

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

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

                  @l-andorrà I made a good progress. My idea was each time a trade is created, an order is filled to make it draw a line on the chart. So now i have all the price levels of the grids as lines and i want to put pending orders on these lines when price moved x pips from it to avoid whipsaw. Now i need to loop it which causes problems again because its putting up too many trades! i need to properly loop it with the condition "after x pips create pending orders on object only if there are no orders already"
                  0_1571220458981_Bildschirmfoto 2019-10-16 um 11.53.44.png 0_1571220468521_Bildschirmfoto 2019-10-16 um 12.03.49.png 0_1571220482422_Bildschirmfoto 2019-10-16 um 12.03.54.png

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

                    But why do you need the horizontal lines exactly? Why not programming the pending orders at the desired levels?

                    (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
                    • T
                      TitanGeorge @Fabien S last edited by

                      @fabien-s

                      How did it go with your Grid ea? You have a profitable ea in your hands. Were you successful or did you move on to a different project?

                      If you wish to know my trading style, look up TRO and visit him on the Kreslik forums. BambinoFlex is my other internet handle as well as my Gamer Tag.

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

                      Online Users

                      H
                      E
                      A
                      G
                      Q
                      C

                      22
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors