TP random update
-
Hi All,
Can someone take a look at this project please
https://fxdreema.com/shared/Wjb8aUqCcSo the issue i need help with is the doubling TP after every loss. for some reason the EA decides to update and reset the TP when the rules are not met. sometimes it works, sometimes it doesn't.
Sometimes it doubles after 1 win and sometimes it takes 2 wins before it doubles. then randomly it will reset again after a loss, its only suppose to reset after a win.
I'm guessing it has something to do with the "On Chart" tab but i haven't been able to figure this out
-
So if I understand you correctly you need the EA to double TP distance EACH time the trade is closed in loss ONLY. Correct?
-
Yes that's correct, and then reset TP after a win
-
That is not a trivial thing to do. You will need variables to modify that distance. Are you familiar with using variables?
-
I think i understand variables, i thought that's what i had done for this.
I think i found the issue but i cand resolve it. When i remove some of the entry conditions it seems to work ok. Any idea on where i should start?
-
@bb-2 You were very closed. Here you have what you need to do:
https://fxdreema.com/shared/EOPYjKu7b
You don't need more block on the 'on trade' tab. The ones I used will do the job.
-
Ah perfect, i was so close. Thanks so much
-
You're welcome.