Hi,
A possible idea you could play with:
1. reduce the size of the initial order
then
2. stack trades when price goes in your favor eg every +20 pips
In that manner, if price reverses after entry, the loss is limited. However, upside is increased with the stacking.
cheers
Once a Month EA
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Once a Month EA
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Once a Month EA
I like that idea and will look at adding stacking code - shouldn't be difficult.SpiderX » Mon Aug 18, 2014 9:35 am wrote:Hi,
A possible idea you could play with:
1. reduce the size of the initial order
then
2. stack trades when price goes in your favor eg every +20 pips
In that manner, if price reverses after entry, the loss is limited. However, upside is increased with the stacking.
cheers
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
-
Raj4x
Once a Month EA
Great thread. And looks like a great system.
Thanks Bob and Steve for putting this together and sharing with us.
Will start testing this and report my findings in this thread. Will start with following settings (after bit of testing on my broker):
DayOfMonthStart = 18
TakeProfitMultPerc = 33
SendTradesDay = 18
CloseTradesDay = 20
So the action will kick off in a few days...

Thanks Bob and Steve for putting this together and sharing with us.
Will start testing this and report my findings in this thread. Will start with following settings (after bit of testing on my broker):
DayOfMonthStart = 18
TakeProfitMultPerc = 33
SendTradesDay = 18
CloseTradesDay = 20
So the action will kick off in a few days...
-
currymonster
- Trader
- Posts: 99
- Joined: Wed Nov 16, 2011 8:37 pm
Once a Month EA
Working great Steve, have two instances of the ea and two instances of mptm on a global prime demo. Working like a dream, cmptm closed early today, appears to have closed at 85 pips instead of 850, so I've swapped to dollar profit to close on, but impressive. Stacking sounds very ingenious too 
Cheers,
Cal
Cheers,
Cal
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Once a Month EA
Just to let you guys know that I will not be sending my second basket of trades this month. No reason for you not to if you want to, but August tends to be a low-volatility month and I see no point in risking my hard built profits. A lot of retail forex traders have already knocked off for the month, and did so a while ago.
Also, the remains of my D7 basket are about 450 pips into the red. As it happens, I have been working on an EA that I plan releasing over the weekend. This determines the overall trend direction using Bob's H4 240 moving average, then rising/falling fractals on a lower time frame to get into a trade.
This, so far highly successful, EA has been taking trades in the opposite direction to the big losers taken by OAM. This suggests to me that taking trades against the H4 240 (i.e. Mn1 period 2) MA is fighting the trend and is an exercise in futility. I am going to add this filter to OAM in time for my next basket on the 7th trading day of September.
Incidentally guys, I have changed my mind about stacking. OAM is a simple but dedicated EA. Adding stacking will cause complications that I am not keen to do battle with for now. I will keep this in mind and add it in the future if I ever work out how to do so without buggering up the basics.

Also, the remains of my D7 basket are about 450 pips into the red. As it happens, I have been working on an EA that I plan releasing over the weekend. This determines the overall trend direction using Bob's H4 240 moving average, then rising/falling fractals on a lower time frame to get into a trade.
This, so far highly successful, EA has been taking trades in the opposite direction to the big losers taken by OAM. This suggests to me that taking trades against the H4 240 (i.e. Mn1 period 2) MA is fighting the trend and is an exercise in futility. I am going to add this filter to OAM in time for my next basket on the 7th trading day of September.
Incidentally guys, I have changed my mind about stacking. OAM is a simple but dedicated EA. Adding stacking will cause complications that I am not keen to do battle with for now. I will keep this in mind and add it in the future if I ever work out how to do so without buggering up the basics.
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Once a Month EA
Hi Steve,
The simplest way that i can propose is to do it via pending orders.
Possible variables:
In the trading code, create pending orders for the stack trades based on the parameters.
Then when basket is closed, all pendings must be deleted.
Cheers
The simplest way that i can propose is to do it via pending orders.
Possible variables:
Code: Select all
extern int MaxStackTrades = 5;
extern double pipDistancePerStack =10;
extern double lotPerStack = 0.05;
Then when basket is closed, all pendings must be deleted.
Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
- rapple
- Trader
- Posts: 277
- Joined: Fri Feb 21, 2014 10:56 pm
- Location: Sydney, Australia
Once a Month EA
Hi SteveSteveHopwood » Fri Aug 22, 2014 7:28 am wrote:Just to let you guys know that I will not be sending my second basket of trades this month. No reason for you not to if you want to, but August tends to be a low-volatility month and I see no point in risking my hard built profits. A lot of retail forex traders have already knocked off for the month, and did so a while ago.
Also, the remains of my D7 basket are about 450 pips into the red. As it happens, I have been working on an EA that I plan releasing over the weekend. This determines the overall trend direction using Bob's H4 240 moving average, then rising/falling fractals on a lower time frame to get into a trade.
This, so far highly successful, EA has been taking trades in the opposite direction to the big losers taken by OAM. This suggests to me that taking trades against the H4 240 (i.e. Mn1 period 2) MA is fighting the trend and is an exercise in futility. I am going to add this filter to OAM in time for my next basket on the 7th trading day of September.
Incidentally guys, I have changed my mind about stacking. OAM is a simple but dedicated EA. Adding stacking will cause complications that I am not keen to do battle with for now. I will keep this in mind and add it in the future if I ever work out how to do so without buggering up the basics.
Looking forward to this next iteration. I have really struggled with OAM with each month finishing in the red (demo only).
I really appreciate all the time and effort you put into this forum.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Once a Month EA
Chhers spi. I should have thought of that myself. Maybe I would have eventually, but we both know it is better just to beat me over the head with simple things.SpiderX » Fri Aug 22, 2014 12:54 am wrote:Hi Steve,
The simplest way that i can propose is to do it via pending orders.
Possible variables:In the trading code, create pending orders for the stack trades based on the parameters.Code: Select all
extern int MaxStackTrades = 5; extern double pipDistancePerStack =10; extern double lotPerStack = 0.05;
Then when basket is closed, all pendings must be deleted.
Cheers
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Once a Month EA
SteveHopwood » Fri Aug 22, 2014 4:11 pm wrote: Chhers spi. I should have thought of that myself. Maybe I would have eventually, but we both know it is better just to beat me over the head with simple things.![]()
Hi Steve
As an additional note, this feature can be optional, so by setting MaxStackTrades =0 ,everyone can use back the original EA.
Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
- crashout
- Trader
- Posts: 75
- Joined: Fri Dec 23, 2011 4:17 pm
- Location: In the trading room !
Once a Month EA
Hello all,
A small update of the results :
Open day trades : 15
TP : 33 %
On a demo of Alpari UK.
All open trades, the results in the column are in pips.
We have one near TP.
We are globally up to + 310 pips.
We'll see next week but very nice
A small update of the results :
Open day trades : 15
TP : 33 %
On a demo of Alpari UK.
All open trades, the results in the column are in pips.
We have one near TP.
We are globally up to + 310 pips.
We'll see next week but very nice
You do not have the required permissions to view the files attached to this post.