stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

simple allPairBasketManager
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4081
Page 14 of 28
Author:  madopter1 [ Mon Sep 07, 2015 5:21 pm ]
Post subject:  simple allPairBasketManager

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.
Author:  milanese [ Mon Sep 07, 2015 7:17 pm ]
Post subject:  simple allPairBasketManager

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.
this is so far not previsted..
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
Author:  madopter1 [ Mon Sep 07, 2015 9:15 pm ]
Post subject:  simple allPairBasketManager

milanese » Mon Sep 07, 2015 7:17 pm wrote:
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.
this is so far not previsted..
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
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 :good:
Author:  milanese [ Mon Sep 07, 2015 9:57 pm ]
Post subject:  simple allPairBasketManager

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 :good:
I will not update this old preversion of the sAPBTM, sorry, you must take it as it is...

Cheers :)

Tommaso
Author:  dsugums [ Mon Oct 05, 2015 8:32 am ]
Post subject:  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
Author:  milanese [ Mon Oct 05, 2015 9:26 am ]
Post subject:  simple allPairBasketManager

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
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...

Cheers :)

Tommaso
Author:  dsugums [ Mon Oct 05, 2015 9:30 am ]
Post subject:  simple allPairBasketManager

milanese » Mon Oct 05, 2015 10:26 am wrote:
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
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...

Cheers :)

Tommaso
Ok thanks for the other EA. Did not look at that before. It will be perfect for me. Thanks

Cheers
ds
Author:  dsugums [ Sat Oct 10, 2015 11:01 pm ]
Post subject:  simple allPairBasketManager

milanese » Mon Oct 05, 2015 10:26 am wrote:
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
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...

Cheers :)

Tommaso
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
Author:  milanese [ Sun Oct 11, 2015 7:20 am ]
Post subject:  simple allPairBasketManager

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
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...
SAPBTM124.ex4
Cheers :)

Tommaso
Author:  Stefan61200 [ Mon Oct 26, 2015 8:30 pm ]
Post subject:  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? :yahoo: :clap: :good:

Cheers,
Stefan
All times are UTC Page 14 of 28