Increase TP by Formula
-
hi . i want to open (for example) 10 bye trades and take profits start from 100 pips and double on next trade
tp1=100
tp2=100 * 2
tp3=100*3
.....
tpn=100 * n
please help me .
thanks a lot -
@khansari This is not as simple as it sounds, When do you reset this back to 1? try this and back test, set trade with tp, pink for each trade (newest to oldest 1 trade), pink pips away (or whatever conditions to place next trade), buy/sell with in loop TP using previous trade price fraction *2.
-
thanks a lot mr
-
@khansari
As @jstap already written, the later administration of the TPs is not that easy. But you can use this link to make a few attempts to understand the problem.
https://fxdreema.com/shared/TnafE4a7d -
thanks a lot mr