Check profit (last closed)
-
Hi, I have to understand how the block works.
- This is what i did (inside the check block: filter:sells; compare=equal to; amount=50; pass one per trade=yes). The first and the second sell: 50 s/l and 50 t/p but with different size.

and this is what the EA did

I expected just a short position after the first (if in profit).
- I want a very simple thing. I fixed 4 target from the signal at "x" price (50,100,200,400). The first position (size 0,4 lot) take the first profit, then i want a second position (size 0,3 lot) for the second target...till the last one. If there is a loss, i will wait the next signal.
Can you help me?
Thx
-
Looks like the check profit block start looping the sell after.. Try to set group number 1 to the first sell, and group 2 for the second sell block - then filter "check profit" to group 1 only.
As for the second problem, I didn't catch your idea

-
I saw your latest project and it looks that you are trying something else. Is the problem still present?
-
Ok, there was an error in a "condition" block.
Thank you.