BE lets me go crazy - i really need help after watching every tutorial and x hours
-
Hello guys,
i really tried all to find out why or how my BE does not triggers.
My setup are 3 trades with fix TP for this example very easy.
TP1 = 100% of SL ... works!!!
TP2 = 200% of SL ... works!!!
TP3 = 300 .... works...Now my problem is, i want for eg. that if price is % higher than entry (buy), that it sets the SL of all 3 trades to BE.
I really tried everything i found on tutorials, but i dont get it to work.

What i am doing so wrong here?
Thanks a lot for your help.
-
@tom-5 It is much easier if you provide a share (link) to the project.
-
@line Hello, yes sure, you are right. Here is the link. https://fxdreema.com/shared/EX7GkiwKc
The entry is only to keep it simple.
Dont know what i am doing so wrong. I spend lot of hours in watching tutorials and so on, but nothing worked. Hope you can help. Thanks in advance!
-
Forget that 'Bucket of trade' block. Please notic that you created two trades groups: Number 1 for buys and number 2 for sells. However, your 'For each trade' block is looking for group 0 trades. This is why it doesn't work. Use group 0 on all trades or specify groups 1 and 2 on the 'For each trade' block.
-
@l-andorrà thats interesting - i will try it out - thanks a lot so far i will report if it works

-
@l-andorrà thanks man!!!! It works - group were the problem. Thanks a lot for your help!
May i ask you for one example if i want first to set the BE, and if this is done, it should trailstop the trades? I tried it with different ways, but the trailstop switch off the BE funktion. I tried "once per trade" but this didnt worked in different combinations. If you know it and could help it really would be awesome!
-
It really depends on your strategy. If need to coordinate both BE and trailing stop, you need to be very aware of how traililng stop works on fxDreema. Unfortunately it is not as intuitive as it should, IMHO. What I would recommend you is using both of them on separeted trees of blocks with clear distinguishable conditions on each.
But if what you are asking for is improving your strategy at large, I'm afraid I'm the worst guy to do it, seriously :).
-
@l-andorrà yes you are right with the intuitive, i see it too. In the other way i think its way faster than to write everything in single code even if you use blocks. AND to understand it in the past too. I think it needs a learning curve which isnt soo easy was wished, but in the same time, to try out fast an idea and you know the software a bit, its really a good way to do it.
What i found out and maybe it helps you too is, you can block id numbers and give them free again. This works pretty good. Not so perfect at moment as i wished because i need to find out more (see above
) But it works 
Nice to meet you btw. and thanks again for your help. Is there a whatsapp group or so to discuss about strategies?
-
@tom-5 If you turn off block 85, everything below it will also be off, because the signal never reaches the below blocks.
Your problem is easier solved with a simple variable, look them up

-
@roar thanks a lot for this hint. I thought it is only the block which is disabled like if you disable it manually in dreema
