fxDreema

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

    Trade depending the last candle

    Questions & Answers
    3
    29
    5307
    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
      new69mart last edited by

      Here is my question.
      Please take a look at the picture : 1, I took a short, 2, I want to take another short if at the end of the next candle the price goes higher then the previous candle, but it has to start after the first trade is triggered.

      Thanks

      Untitled-1.jpg

      ......
      Untitled-1.jpg

      1 Reply Last reply Reply Quote 0
      • R
        rafaelgrecco last edited by

        You already have the conditions to take the first position, right?

        For the second position, you can use the condition "Market Properties" with "Price Level Ask/Bid" > (Higher Then) "Candle" with parameter "High" and Candle ID "'1"

        You should put this condition below a "if Position" block, so it only happens if you already have a position running.

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

          Yes, the first trade is already taken. So, if I use market properties with candle ID 1 it will work.
          If I want to do it again, I can use "group" to make it pass for a third trade?

          I will try it.

          Thanks.

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

            For some reason I don't understand what is the issue here 🙂 1 short, 2 shor, here and there... I'm confused

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

              I did not have time to work on it again, but here is what I want to do :

              I take a short but I am wrong, I want to take another short if the price goes higher then the opening price, at the end of the candle that is now higher then the first one.

              By the way, I really appreciate your help, because of your software, I am profitable, week after week and it's awesome. But I discover and try new strategies that are always better, so I am working hard with fxdreema but still need help!!!
              Thanks and thanks again and again. 😄

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

                Do you want to open anpther Sell at the moment when a new candle is created and the existing Sell has negative profit? And what about Buys?

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

                  Help...

                  This is what I got for now. The first two trades work as I want, but I can't get the third sell to be triggered.

                  https://fxdreema.com/shared/v4lRANU2

                  Maybe I miss something with group or candle ID???

                  Thanks.

                  ************I modified the blocks "pass once" so the following trades pass but all in the mean time... I want them to pass candle after candle, not all in the mean time, the candle ID 1 is supposed to refer to the last trade, not to the first.
                  Is it possible to give a candle ID to a trade?!

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

                    Candle ID refers to the latest Candle, it has nothing to do with any trade. With this parameter you point to the candle you want to work with. Candle 0 is the current candle, candle 1 is the previous one in the history, then candle 2, then 3 and so on...

                    Do you want to put a new trade N minutes after the previous trade?

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

                      No, I have a first level, that is the level of the first trade. After that, a future candle close is higher then the first trade, I want to take another short at the open of this candle. I would like that level to become the next one to work with, so if the price goes again higher, I want to take another short, but only if the candle close is higher then the previous trade.
                      As you can see with the example I loaded, it works only for the second trade, I can't make it run after...

                      At the end, what I need is to be able to put the open price of a trade in the condition, it would solve the matter.

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

                        I think you want to open new Sell on every new candle:
                        https://fxdreema.com/shared/3g1KDPbxc
                        http://prntscr.com/acssib

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

                          I will take a look at that, but I only want to open a new sale if the price goes higher then the previous trade.

                          I'll let you know.

                          Thanks.

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

                            Maybe the second option would work, I try and let you know.

                            Thanks!

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

                              Well, in my example each Sell will be above the previous one, only because I check if the previous candle is bull.

                              But you can get any parameter of the latest trade. Just use "For each Trade" with "Not more than N trades" set to 1, and then after this block you can use all the other pink block or "(in loop)...." in "Condition

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

                                This is exactly what I need!!!! 😄

                                last trade.jpg

                                ......
                                last trade.jpg

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

                                  Can you provide me with an example, I am still not good with these blocks...

                                  Thanks.

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

                                    I am there right now, I think I am close to what I want, if you have an idea... 😕

                                    https://fxdreema.com/shared/Iss1gKRZd

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

                                      Hi.
                                      I am almost able to it. But, when the third trade is triggered, it loops with the first one but I need it to loop with the second...
                                      Can you check it and let me know why? I am almost there.

                                      https://fxdreema.com/shared/6we14lf3b

                                      Thanks.

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

                                        If needed, there is another pink block called "once per trade/order". It's useful when something should be done only once for a given trade/order. Again, Counter: Pass once is something global, this block does not care of trades and does not even know that they exist, it's just not to be used for your situation.

                                        But I think that Once per bar should be enough, especially if it stands right there on the top. This block by itself makes everything to happen 1 time per bar and there is no need to use something else for this. Just check the candle type and the current price vs last trade price. I think this is what you need, but remove 25 and 39.

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

                                          This is not what I am looking for.
                                          Did you take a look at the picture, it explains very well what I want to do!

                                          The main question is : how can I put the price of the previous trade in "condition", and separate it then the rest?!

                                          last trade.jpg

                                          ......
                                          last trade.jpg

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

                                          Online Users

                                          N
                                          S
                                          E
                                          S
                                          N
                                          O

                                          23
                                          Online

                                          146.7k
                                          Users

                                          22.4k
                                          Topics

                                          122.6k
                                          Posts

                                          Powered by NodeBB Forums | Contributors