fxDreema

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

    Cannot understand how to not let system take a trade unless 1st is not at risk

    Questions & Answers
    2
    9
    736
    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.
    • N
      NScrilla last edited by

      Hello!!

      My first post and am enjoying this program.

      The issue i am having is my system buys once a day. If the price moved a certain amount higher it closes half and then moves the SL up to breakeven on the second half. I have figured this part out. What i cant figure out is how to get the system to NOT take a second trade if the above process has not occurred.

      For example, it buys, price falls. Next day it buys again. It should not buy because the first trade has not taken partial profits and has not had the risk reduced. Now i have two full trades at risk when there should only ever be one trade at risk.

      Another issue i am having is the partial take profit only seems to take affect if the certain pip movement has taken place AND a new daily candle is opened. I kind of wanted it to take place as the data occurs, not just on the new candle.

      Its probably pretty simple but this is only my second day and i could not find it searching 😞

      Thanks!

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

        The first issue can be easily fixed by using a 'No trade' block on top of your launching structure. Teh second one will depend on your current project. Can you please share it?

        (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
        • N
          NScrilla last edited by NScrilla

          Ahh thank you for assistance. I'm glad I do not need to code but understanding how this logic works is still a learning curve.

          The goal is to only have 1 trade at risk at a time. If the partial profits have been hit and the SL reduced to BE or past it then its okay to take a second. Also, id like the partial profits to exist in real time, not just at the new daily candle.

          Attached is the mq4. I haven't figured out how to post the project like i have seen on here... 😞

          0_1587758716217_Double BB.mq4

          1 Reply Last reply Reply Quote 0
          • N
            NScrilla last edited by NScrilla

            I think i figured out the posting of it?

            https://fxdreema.com/shared/mBGqMmk6c

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

              Never connect any block below buy/sell now unless it it for storing info into a variable. All blocks nelow them now need to be positioned in different block trees below a 'For each trade' block.

              (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
              • N
                NScrilla last edited by NScrilla

                Okay got it. Changes have been made. Im not skilled enough yet for variables and constants and such. Still don't really get them....

                Still cant figure out how to get it to only take another trade on the next day if the previous trade has been "derisked". If the position has not hit the partial take profit and risk been reduced to 0 I do not want it to take a second.

                Also the function for the partial take profit only seems to work on the new daily candle. This is not idea. I would like to get it to work in real time.

                Thanks for your assistance!

                https://fxdreema.com/shared/9jUj0LX3b

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

                  1. Both 'close trades' blocks are closing buys and sells at the same time whereas they are connected to buy only /sell only trees. They should be coordinated.
                  2. Blocks 18 and 19 are messing things up. You shouls create a new tree headed by a 'For each trade' block in which conditions for the 'derisked' trades should be connected to it. And then the current 'modify stops' block.
                  3. You will need a 'No trade' block on top of blocks 9 and 24. Otherwise a new trade will be open every day.

                  (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
                  • N
                    NScrilla last edited by

                    I figured it out! Thanks. I just need to play with this program more to get the hang of it and build knowledge bit by bit. I got the EA to work but sadly I don't think its a strategy that lends itself well to automation. Some of the trends are better than others and I don't think its something that can be programmed.

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

                      Good to know. Don't hesitate to ask for help here.

                      (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

                      E
                      E
                      M
                      M
                      P
                      N
                      G
                      G
                      B
                      W
                      A
                      E

                      23
                      Online

                      146.8k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors