Trade depending the last candle
-
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 -
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.
-
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.
-
For some reason I don't understand what is the issue here
1 short, 2 shor, here and there... I'm confused -
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.
-
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?
-
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?! -
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?
-
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.
-
I think you want to open new Sell on every new candle:
https://fxdreema.com/shared/3g1KDPbxc
http://prntscr.com/acssib -
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.
-
Maybe the second option would work, I try and let you know.
Thanks!
-
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
-
-
Can you provide me with an example, I am still not good with these blocks...
Thanks.
-
I am there right now, I think I am close to what I want, if you have an idea...

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