I need a EA which can close all positons/orders when the equity is out of given range.
For example, I set the range as 500-1000, when the equity reaches 499 or 1001, then EA close all the trades immediately.
Does anybody know such EA?
Please tell me, thank you very much!
Need EA for closing all positions/orders by equity.
-
jiaos
- Posts: 6
- Joined: Fri Mar 09, 2012 1:06 pm
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Need EA for closing all positions/orders by equity.
The allPairTrademanagerPlus can do this, you must just calculate a win% and a loss% of equity you wish to close all open positions, you will find it here http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482jiaos » Wed Nov 05, 2014 11:06 am wrote:I need a EA which can close all positons/orders when the equity is out of given range.
For example, I set the range as 500-1000, when the equity reaches 499 or 1001, then EA close all the trades immediately.
Does anybody know such EA?
Please tell me, thank you very much!
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Need EA for closing all positions/orders by equity.
I did this EA code for you, it uses an endless loop and so you should before setting or removing the EA first autotrading deactivate, just set the equity amounts you wish the EA to close all open trades ..jiaos » Wed Nov 05, 2014 11:06 am wrote:I need a EA which can close all positons/orders when the equity is out of given range.
For example, I set the range as 500-1000, when the equity reaches 499 or 1001, then EA close all the trades immediately.
Does anybody know such EA?
Please tell me, thank you very much!
EquityForTP_Close = 1050;
EquityForSL_Close = 499;
Cheers Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Need EA for closing all positions/orders by equity.
The two users that the EA had downloaded please redownload it as I made a copypaste bug..
Cheers
Tommaso
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- putusernamehere
- Trader
- Posts: 107
- Joined: Fri Nov 15, 2013 8:56 pm
Need EA for closing all positions/orders by equity.
Hi Tommaso :hi:
the EA is very usefull
:hi: Thank you for the good work
Cheers
Gunter
the EA is very usefull
:hi: Thank you for the good work
Cheers
Gunter
-
jiaos
- Posts: 6
- Joined: Fri Mar 09, 2012 1:06 pm
Need EA for closing all positions/orders by equity.
Thanks everyone!
You are so kind.
You are so kind.
- Jemook
- Trader
- Posts: 1085
- Joined: Thu May 10, 2012 10:19 am
- Location: Bondi, Sydney, Australia
Need EA for closing all positions/orders by equity.
I've used this one in the past with success:
http://www.ea-coder.com/equity-sentry-free-Empty4-ea/
Good luck!
http://www.ea-coder.com/equity-sentry-free-Empty4-ea/
Good luck!
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.
Catch me here: https://www.afterprime.com
Catch me here: https://www.afterprime.com
-
jiaos
- Posts: 6
- Joined: Fri Mar 09, 2012 1:06 pm
Need EA for closing all positions/orders by equity.
Thank you!Jemook » Sat Nov 08, 2014 11:19 pm wrote:I've used this one in the past with success:
http://www.ea-coder.com/equity-sentry-free-Empty4-ea/
Good luck!
-
Steadtler
Need EA for closing all positions/orders by equity.
milanese » Wed Nov 05, 2014 12:23 pm wrote:I did this EA code for you, it uses an endless loop and so you should before setting or removing the EA first autotrading deactivate, just set the equity amounts you wish the EA to close all open trades ..jiaos » Wed Nov 05, 2014 11:06 am wrote:I need a EA which can close all positons/orders when the equity is out of given range.
For example, I set the range as 500-1000, when the equity reaches 499 or 1001, then EA close all the trades immediately.
Does anybody know such EA?
Please tell me, thank you very much!
EquityForTP_Close = 1050;
EquityForSL_Close = 499;
Cheers
Tommaso
I Tommaso, I was wondering if this would stop all the other EA's that are trading from adding new trades ? Is this possible ?