Increase TP after loss
-
Hi Team,
I'm having an issue with my EA, i cant seem to figure the last part out. Everything works apart from the TP level increasing after a loss. Can someone please look at my project? https://fxdreema.com/shared/ep4rsZKue
Basically the EA takes trades with fixed SL and TP, if there is a loss all i want to modify is the TP on the next trade, so for example.
Trade 1
enters with SL 5 pips and TP of 5 pips
Trade then hits SLTrade 2 enters SL 5 pips and TP 10 pips
This continues until a win. Its kind of like martingale but with modifying the TP only.
Cheers
-
I'm not a programmer so I cannot confirm, but I guess the problem is on your custom code blocks. Other than that your logic and configurations are correct.
-
Thanks for the feedback. Do you think there is an easier way to achieve this?
-
@bb-2 Your constants in your condition blocks don't work like that, would be more like this +ema_offset_sell pips, don't right click and insert, just type, use+ or - to instruct what you want to happen, use pips after to convert constant value into pips.
-
Thanks @jstap I’ll give this a shot and see how it runs. Cheers