
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi,
When I I reach if(currentProfit >= (profitTarget +tradeCosts))
First I want to remove all losses trades -its working with this code:
After that I want Modify TP for 10 pips for each positive trades and use Trailing Stop for each positive trades for 30 points.
This is my function for calling when reach profit:
In strategy tester not returns correct results for Trailing and TP.
How can I resolved this?