Hello!
Could you modify this existing script?
https://www.mql5.com/en/code/11473
I wanted to add the following function to have a lower profit just in case the trend changes ( applies to the basket, no single trades ):
- Profit to Close: $25
- Profit to Secure: $15
In the above case the EA will TP at $25 and close all trades but if the total basket does not reach $25 and starts falling it will close all trades at $15.
The basket calculation must include swap fees and commissions.
Many thanks if you can help!
Could you modify this existing script?
https://www.mql5.com/en/code/11473
I wanted to add the following function to have a lower profit just in case the trend changes ( applies to the basket, no single trades ):
- Profit to Close: $25
- Profit to Secure: $15
In the above case the EA will TP at $25 and close all trades but if the total basket does not reach $25 and starts falling it will close all trades at $15.
The basket calculation must include swap fees and commissions.
Many thanks if you can help!