Partial Close, then rest of order uses the OLD Stoploss value as reference
-
I am breaking my head on this:
-First Take profit (TP1) is at 100% of Stoploss distance (SL1) :
SL goes to Break-even.
Then close 50% of the trade.-For the remaining 50% of the trade the SL is moved to TP1 when price reaches 2x SL1.
(I mean here when profit is 200% of original SL)Hope you guys can help me out.
Thx Eric
-
what you tried? can you post your block connections?
-
This is what I tried.
The trade is closed immediately. -
I think problem is with way how Break even is working (it is working for each trade) ...
instead of break even block you can try to use manual calculation and comparison (in blocks Modify variables and Condition you can use readed values from trade) ...
but this need a lot of testing and time how to do it
... maybe somebody can find another way how to do it ...