dynamic Take Profit
-
Hi, I have searched the forum but couldn't find a sort of example or picture which would illustrate what im looking for.
At the moment I set my take profit from the Buy Now/Sell Now block. It works fine to set my TP using Bolling Bands levels for example. However as the price moves, I would like the TP to automatically change to the newest level base on newest tick instead of remaining the same as it was when the trade initiated.How can this be done? My whole project is on the OnTick project tab as well.
-

Just use that modify-block. Couple of things to remember:
- The tp modify needs to be on top of your logic tree, if you want tick-by-tick update.
- The pass-block is there just because every block needs a connection somewhere, otherwise its deactivated.
- If you use bollinger, remember to separate buys and sells
-
Thank you for your help!
-
@roar said in dynamic Take Profit:

Just use that modify-block. Couple of things to remember:
- The tp modify needs to be on top of your logic tree, if you want tick-by-tick update.
- The pass-block is there just because every block needs a connection somewhere, otherwise its deactivated.
- If you use bollinger, remember to separate buys and sells
https://fxdreema.com/shared/vxxmvFshb
I made some changes.
Please help if you can.
Thank you.Strategy Name: After the failure of MA200 in the pullback, buy to MA200.
Conditions:
First condition:
Large-bodied ID11 candle crosses the MA200 to the upside.LOW ID11 < MA200
CLOSE ID11 > MA200Second condition:
Candle ID1 to candle ID10 above MA200LOW ID1 > MA200
.
.
LOW ID10 > MA200After placing the conditions, at any time and at any price when MA200 and the market price meet, the buy position will be activated.
I cannot do this step, because it is not clear when and at what price they will meet.
-
@roar said in dynamic Take Profit:
update.
-
@mehdi1404 This is the fourth thread you used for the exact same question. Please stop using other's threads.
-
@l-andorrà said in dynamic Take Profit:
@mehdi1404 This is the fourth thread you used for the exact same question. Please stop using other's threads.
I apologize for this, it was not intentional, all the topics were created at almost the same time, your warning is reasonable. In addition, I found the answer to my question from where you answered another user and I also I used it, it's great that you are helping everyone. thank you