I don't know but perhaps this is a possible solution to my problem.
Is it possible to manually specify a dollar amount or pip amount in your trade manager EA?
e.g. if starting account size is $10000, and my net goal for the trading day is $100, can I manually specify in the EA, to close the basket and shutdown EA once equity is $10100? For some reason this seems doable but I'm guessing it's not as easy as it sounds to code?
In other words, the trade manager EA will ONLY look at the parameter AccountEquity = $10100, and allow trading until $10100 equity is reached.
Then for day #2, I would manually specify $10200 in the trade manager EA, etc.
simple allPairBasketManager
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
simple allPairBasketManager
this is so far not previsted..madopter1 » Mon Sep 07, 2015 5:21 pm wrote:I don't know but perhaps this is a possible solution to my problem.
Is it possible to manually specify a dollar amount or pip amount in your trade manager EA?
e.g. if starting account size is $10000, and my net goal for the trading day is $100, can I manually specify in the EA, to close the basket and shutdown EA once equity is $10100? For some reason this seems doable but I'm guessing it's not as easy as it sounds to code?
In other words, the trade manager EA will ONLY look at the parameter AccountEquity = $10100, and allow trading until $10100 equity is reached.
Then for day #2, I would manually specify $10200 in the trade manager EA, etc.
But take a look there http://www.stevehopwoodforex.com/phpBB3 ... =21&t=4072 if I remember right, one of those version have an option that could help you..
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
-
madopter1
- Trader
- Posts: 23
- Joined: Mon Apr 13, 2015 10:47 pm
simple allPairBasketManager
Tommaso,milanese » Mon Sep 07, 2015 7:17 pm wrote:this is so far not previsted..madopter1 » Mon Sep 07, 2015 5:21 pm wrote:I don't know but perhaps this is a possible solution to my problem.
Is it possible to manually specify a dollar amount or pip amount in your trade manager EA?
e.g. if starting account size is $10000, and my net goal for the trading day is $100, can I manually specify in the EA, to close the basket and shutdown EA once equity is $10100? For some reason this seems doable but I'm guessing it's not as easy as it sounds to code?
In other words, the trade manager EA will ONLY look at the parameter AccountEquity = $10100, and allow trading until $10100 equity is reached.
Then for day #2, I would manually specify $10200 in the trade manager EA, etc.
But take a look there http://www.stevehopwoodforex.com/phpBB3 ... =21&t=4072 if I remember right, one of those version have an option that could help you..
Cheers
Tommaso
The EquitySLTP_E_EA.mq4 is exactly what I'm looking for!
Would you kindly add:
1. disableAfterXBasketCloses
2. reactivateExpertsAfterMinutes
3. email and push alert on basket close(s)
It will be perfect tool for me with no additional modifications
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
simple allPairBasketManager
I will not update this old preversion of the sAPBTM, sorry, you must take it as it is...madopter1 » Mon Sep 07, 2015 9:15 pm wrote:
Tommaso,
The EquitySLTP_E_EA.mq4 is exactly what I'm looking for!
Would you kindly add:
1. disableAfterXBasketCloses
2. reactivateExpertsAfterMinutes
3. email and push alert on basket close(s)
It will be perfect tool for me with no additional modifications
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
-
dsugums
- Trader
- Posts: 117
- Joined: Mon Jan 30, 2012 9:57 pm
simple allPairBasketManager
Hi Milanese
I am been using this ea for some time and it is a great tool.
Just wondering if the EA can be modified to have magic number so that the basket close only the particular trades. It will be useful I using different EAs in a single terminal.
Cheers
ds
I am been using this ea for some time and it is a great tool.
Just wondering if the EA can be modified to have magic number so that the basket close only the particular trades. It will be useful I using different EAs in a single terminal.
Cheers
ds
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
simple allPairBasketManager
would for this concept not make much sense as the EA is thought as entire account-basket-management EA, you can try the APTM --click--> http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482 this one has basket-trading possible with magicnumber...dsugums » Mon Oct 05, 2015 8:32 am wrote:Hi Milanese
I am been using this ea for some time and it is a great tool.
Just wondering if the EA can be modified to have magic number so that the basket close only the particular trades. It will be useful I using different EAs in a single terminal.
Cheers
ds
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
-
dsugums
- Trader
- Posts: 117
- Joined: Mon Jan 30, 2012 9:57 pm
simple allPairBasketManager
Ok thanks for the other EA. Did not look at that before. It will be perfect for me. Thanksmilanese » Mon Oct 05, 2015 10:26 am wrote:would for this concept not make much sense as the EA is thought as entire account-basket-management EA, you can try the APTM --click--> http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482 this one has basket-trading possible with magicnumber...dsugums » Mon Oct 05, 2015 8:32 am wrote:Hi Milanese
I am been using this ea for some time and it is a great tool.
Just wondering if the EA can be modified to have magic number so that the basket close only the particular trades. It will be useful I using different EAs in a single terminal.
Cheers
ds
Cheers
Tommaso
Cheers
ds
-
dsugums
- Trader
- Posts: 117
- Joined: Mon Jan 30, 2012 9:57 pm
simple allPairBasketManager
Hi Tommasomilanese » Mon Oct 05, 2015 10:26 am wrote:would for this concept not make much sense as the EA is thought as entire account-basket-management EA, you can try the APTM --click--> http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482 this one has basket-trading possible with magicnumber...dsugums » Mon Oct 05, 2015 8:32 am wrote:Hi Milanese
I am been using this ea for some time and it is a great tool.
Just wondering if the EA can be modified to have magic number so that the basket close only the particular trades. It will be useful I using different EAs in a single terminal.
Cheers
ds
Cheers
Tommaso
I just went through the APTM functions. Looks like it does not have percentage profit close. It do have equity balance close though. I will be easier to manage the equity based on % than currency.
Thanks
Cheers
ds
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
simple allPairBasketManager
Please try the attached special version of SAPBTM it has magic-number limitation as an optional and should be exactly what you are searching for, if I understood you right...dsugums » Sat Oct 10, 2015 11:01 pm wrote:
Hi Tommaso
I just went through the APTM functions. Looks like it does not have percentage profit close. It do have equity balance close though. I will be easier to manage the equity based on % than currency.
Thanks
Cheers
ds
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
-
Stefan61200
- Trader
- Posts: 12
- Joined: Tue Jan 20, 2015 10:50 pm
- Location: Frankfurt Germany
simple allPairBasketManager
Hi Tommaso,
I am using the version 124. I do have the problem that I want to stop all EAs after the "InitialBalancePercentForTP_Close" got hit. But this should only happen on Friday. On all other days the EAs should stay active.
It would be great if you could add this feature to SAPBTM. :hi:
Would this feature be of interest for all of you using SAPBTM?
Cheers,
Stefan
I am using the version 124. I do have the problem that I want to stop all EAs after the "InitialBalancePercentForTP_Close" got hit. But this should only happen on Friday. On all other days the EAs should stay active.
It would be great if you could add this feature to SAPBTM. :hi:
Would this feature be of interest for all of you using SAPBTM?
Cheers,
Stefan

