Fractalated Bob

EA's inspired by nanningbob's work here, especially those based on his 240 Moving Average trend detection filter.
Post Reply
magft
Trader
Posts: 195
Joined: Tue Nov 15, 2011 9:59 pm
Location: East Midlands, UK

Fractalated Bob

Post by magft »

I've been testing this EA out and like the entries a lot but currently we need to use MPTM to manage the basket of trades to close at a percentage balance profit.

I hope Steve doesnt mind but i modified the code to allow testing of basket closures, run GU from beginning of Aug on M15 and the results are very nice also the same for GA. All my edits are commented.

The settings are as follows:

Code: Select all

//magft
extern string   sep17="================================================================";
extern string   BS="Basket Closure settings";
extern double   BasketCashSl=0.0;
extern double   BasketCashSlPercent=0.00;
extern double   BasketCashTp=0.0;
extern double   BasketCashTpPercent=1.0;
//magft
So either enter a fixed cash value or a percentage of current balance for a Sl and Tp.

This really shows good potential i think the tricky bit is finding the right trade management settings now.

Regards

Mike
You do not have the required permissions to view the files attached to this post.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Fractalated Bob

Post by SteveHopwood »

magft » Thu Sep 04, 2014 12:29 pm wrote:I've been testing this EA out and like the entries a lot but currently we need to use MPTM to manage the basket of trades to close at a percentage balance profit.

I hope Steve doesnt mind but i modified the code to allow testing of basket closures, run GU from beginning of Aug on M15 and the results are very nice also the same for GA. All my edits are commented.

The settings are as follows:

Code: Select all

//magft
extern string   sep17="================================================================";
extern string   BS="Basket Closure settings";
extern double   BasketCashSl=0.0;
extern double   BasketCashSlPercent=0.00;
extern double   BasketCashTp=0.0;
extern double   BasketCashTpPercent=1.0;
//magft
So either enter a fixed cash value or a percentage of current balance for a Sl and Tp.

This really shows good potential i think the tricky bit is finding the right trade management settings now.

Regards

Mike
Nice one Mike. Thanks. :clap: I will make this the post 1 version later.

:xm:
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.
User avatar
patmontes
Trader
Posts: 367
Joined: Wed Apr 23, 2014 10:42 pm

Fractalated Bob

Post by patmontes »

Only for specific currency?
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Fractalated Bob

Post by SteveHopwood »

patmontes » Thu Sep 04, 2014 12:52 pm wrote:Only for specific currency?
Yes. I will make this clear in post 1.

:xm:
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.
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Fractalated Bob

Post by spotdespot »

I am not totally convinced about individual pair baskets unless they are run separately. What I mean is that the current FBob allows winning pairs to maximize their potential and mops up the losing pairs when the % equity gain is hit. If we cap the winners they have no chance to offset the losers. It should still work but I think it will reduce profits overall for FB - it will be interesting to see!

However if we are just targeting individual currencies e.g. GU as tested, then it is just a different (and perhaps complimentary) approach.

At present I am happy testing as a whole basket (see below) :yahoo:

But I will happily shove a couple of individual tests up too.

Image

Please don't ask for set files etc as I have had to amend settings a couple of times so there is nothing definitive to give you.

Cheers,
Dave.
xfactornos
Trader
Posts: 115
Joined: Fri May 23, 2014 5:43 pm
Location: Where I am...

Fractalated Bob

Post by xfactornos »

I am also running a test with my broker, Demo for now.

Image

The results are so bad because I have been messing with the manager, the first day was SL of 25 and tp of 10, you can see that didnt work well at all, now its using ATR... Its looking better. :good:
John 3:16
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Fractalated Bob

Post by AGT »

Mine is doing a good job ! :good:
I use even the first version "1" (not 1a) posted !
The only importent difference: I changed in the MPTM the value for basket TP from 2% to only 1% !

http://www.myfxbook.com/members/TGT_FX/ ... 01/1006748
Last edited by AGT on Fri Sep 05, 2014 10:01 pm, edited 1 time in total.
User avatar
patmontes
Trader
Posts: 367
Joined: Wed Apr 23, 2014 10:42 pm

Fractalated Bob

Post by patmontes »

My live account i've stopped trading for today since NFP. My demo I'll keep going lets see! :clap:
User avatar
patmontes
Trader
Posts: 367
Joined: Wed Apr 23, 2014 10:42 pm

Fractalated Bob

Post by patmontes »

AGT » Thu Sep 04, 2014 5:28 pm wrote:Mine is doing a good job ! :good:
I use even the first version "1" posted !
The only importent difference: I changed in the MPTM the value for basket TP from 2% to only 1% !

http://www.myfxbook.com/members/TGT_FX/ ... 01/1006748
Hi AGT how many pairs you using?
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Fractalated Bob

Post by AGT »

I use all pairs GP is offering and applying.
Nothing special - "nearly" OOTB on M15, but: basket TP = 1% ! :youknow:
Surprised indeed about the results so far ! :good:
Post Reply

Return to “Thingy Bob EA's”