mike2star:
extern int First_Stop = 100;
extern int Second_Stop_Target = 220;
extern int Second_Stop = 200;
extern int Third_Stop_Target = 320;
extern int Third_Stop = 300;
extern int Fourth_Stop_Target = 420;
extern int Fourth_Stop = 400;
extern int Fifth_Stop_Target = 520;
Hello. I've been using Managetpv2-3 EA for a bit and i like this ea. I would like to add more Target Stops to it and would like help to it.
This is what Is currently in it....
extern int First_Stop_Target = 120;
extern int First_Stop = 100;
extern int Second_Stop_Target = 220;
extern int Second_Stop = 200;
So currently there are 2 Target stops and I would like to have 5. like below.
extern int First_Stop_Target = 120;extern int First_Stop = 100;
extern int Second_Stop_Target = 220;
extern int Second_Stop = 200;
extern int Third_Stop_Target = 320;
extern int Third_Stop = 300;
extern int Fourth_Stop_Target = 420;
extern int Fourth_Stop = 400;
extern int Fifth_Stop_Target = 520;
extern int Fifth_Stop = 500;
Is this possible? I have included the original EA
Thanks.
made the changes, but didn't test. if you like it, send me the proceeds from your best trade for this month :) if you find something is not working I will look at it when i get a chance...
Files:
managetpv2-3p1e.mq4
7 kb
Hello. And thank you for your modifications to the above EA. Works like a charm. Great Job. As far as the proceeds. It's still 0. I'm still in the demo account. :-) Again Thank you.
mike2star:
Hello. And thank you for your modifications to the above EA. Works like a charm. Great Job. As far as the proceeds. It's still 0. I'm still in the demo account. :-) Again Thank you.
Hello. And thank you for your modifications to the above EA. Works like a charm. Great Job. As far as the proceeds. It's still 0. I'm still in the demo account. :-) Again Thank you.
is it working out?

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
Hello. I've been using Managetpv2-3 EA for a bit and i like this ea. I would like to add more Target Stops to it and would like help to it.
This is what Is currently in it....
extern int First_Stop_Target = 120;
extern int First_Stop = 100;
extern int Second_Stop_Target = 220;
extern int Second_Stop = 200;
So currently there are 2 Target stops and I would like to have 5. like below.
extern int First_Stop_Target = 120;extern int First_Stop = 100;
extern int Second_Stop_Target = 220;
extern int Second_Stop = 200;
extern int Third_Stop_Target = 320;
extern int Third_Stop = 300;
extern int Fourth_Stop_Target = 420;
extern int Fourth_Stop = 400;
extern int Fifth_Stop_Target = 520;
extern int Fifth_Stop = 500;
Is this possible? I have included the original EA
Thanks.