The version includes the table-updating code, so make sure you re-download it and that it reads the table twice on startup.
Shelley's multi-pair basket trader
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Shelley's multi-pair basket trader
We are up and running - http://www.stevehopwoodforex.com/phpBB3 ... 445#p15445
The version includes the table-updating code, so make sure you re-download it and that it reads the table twice on startup.

The version includes the table-updating code, so make sure you re-download it and that it reads the table twice on startup.
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.
- fxozgirl
- Trader
- Posts: 1176
- Joined: Wed Nov 16, 2011 9:16 am
- Location: Melbourne, Australia
Re: Shelley's multi-pair basket trader
Marsie...I'm sorry to hear that, but these EA's are still definitely in the experimental stages and should NOT be used on LIVE accounts. It says so on page 1, and it has been said many times throughout this thread (I know I've said it about 6 times myself)marsie wrote:It seems so. With this strategie I wanted to get back the losses of the asia session. The result: My live account don´t exists further.batemap wrote:How about set a time window (Jem could help with how long the window needs to be) and record the pairs that hit the MA during that window and if greater than 50% then open the basket?
Another thought, when opening the basket you could go with a larger lot size on the pairs that hit the MA because they are most likely to go your way? Or is that been too greedy?
Cheers
Paul
Please practice on demo until it has been tested throughout many market conditions.
-
SWG123
- Trader
- Posts: 565
- Joined: Wed Nov 16, 2011 3:02 pm
- Location: Cape Town
Re: Shelley's multi-pair basket trader
Marsie, count your blessings. I think it's safe to say that Shelley's response is slightly more ...erm ... sympathetic than you would normally receive here.fxozgirl wrote:Marsie...I'm sorry to hear that, but these EA's are still definitely in the experimental stages and should NOT be used on LIVE accounts. It says so on page 1, and it has been said many times throughout this thread (I know I've said it about 6 times myself)
Please practice on demo until it has been tested throughout many market conditions.
-
maudur
- Trader
- Posts: 24
- Joined: Fri May 18, 2012 6:39 pm
- Location: Bogotá, Colombia
possible bug
Hi Steve,
I noticed that my basketball does not close as I hope, nor AdaptativePipsTakeProfit nor AdaptativePipsStopLoss.
I've reviewed and have found a problem with the sum of points. My Broker is MIG Investment. It has pairs with 2, 3, 4 and 5 decimals.
In the below example 3 orders were opened in GBPJPY, GBPUSD and GBPNZD. GBPJPY has 3 decimals, GBPUSD has 5 decimals and GBPNZD has 4 decimal places. Therefore, for GBPJPY and GBPUSD points corresponds to the last decimal, but to GBPNZD the 4 decimal correspond to pips. To find out how many points apply to GBPNZD, we must calculate the pips and multiply by 10.
Which the EA V1U the example shows that the total is 79 points (+74 +38 -33), but it really should show -218 points (+74 +38 -330).
Thank you.
I noticed that my basketball does not close as I hope, nor AdaptativePipsTakeProfit nor AdaptativePipsStopLoss.
I've reviewed and have found a problem with the sum of points. My Broker is MIG Investment. It has pairs with 2, 3, 4 and 5 decimals.
In the below example 3 orders were opened in GBPJPY, GBPUSD and GBPNZD. GBPJPY has 3 decimals, GBPUSD has 5 decimals and GBPNZD has 4 decimal places. Therefore, for GBPJPY and GBPUSD points corresponds to the last decimal, but to GBPNZD the 4 decimal correspond to pips. To find out how many points apply to GBPNZD, we must calculate the pips and multiply by 10.
Which the EA V1U the example shows that the total is 79 points (+74 +38 -33), but it really should show -218 points (+74 +38 -330).
Thank you.
You do not have the required permissions to view the files attached to this post.
With Regards,
Maudur.
Maudur.
-
phil_trade
Re: possible bug
Ya, I already talk about that, the init() code take care about Digits, so only for the pair where EA is running... not for each pairs EA is dealing !maudur wrote:Hi Steve,
I noticed that my basketball does not close as I hope, nor AdaptativePipsTakeProfit nor AdaptativePipsStopLoss.
I've reviewed and have found a problem with the sum of points. My criminal is MIG Investment. It has pairs with 2, 3, 4 and 5 decimals.
In the below example 3 orders were opened in GBPJPY, GBPUSD and GBPNZD. GBPJPY has 3 decimals, GBPUSD has 5 decimals and GBPNZD has 4 decimal places. Therefore, for GBPJPY and GBPUSD points corresponds to the last decimal, but to GBPNZD the 4 decimal correspond to pips. To find out how many points apply to GBPNZD, we must calculate the pips and multiply by 10.
Which the EA V1U the example shows that the total is 79 points (+74 +38 -33), but it really should show -218 points (+74 +38 -330).
Thank you.
Code: Select all
//Adapt to x digit criminals
int multiplier = 1;
if(Digits == 2 || Digits == 4) multiplier = 1;
if(Digits == 3 || Digits == 5) multiplier = 10;
if(Digits == 6) multiplier = 100;
if(Digits == 7) multiplier = 1000; - Zypip
- Trader
- Posts: 148
- Joined: Thu Apr 26, 2012 9:44 am
Re: Shelley's multi-pair basket trader
I have been running Shelley for about 2 weeks without a glitch but since yesterday every basket it opens closes almost immediately. Haven't change ou touch anything.....very frustrating

- Xeroforex
- Trader
- Posts: 35
- Joined: Fri May 25, 2012 12:23 am
- Location: Melbourne, Australia
Re: Shelley's jem
Hi Traderduke,traderduke wrote:Jemook & Steve
The ea jammed up a few times when turned on with other NB-10. ea but when on achart by itself it worked great! see attached this chart is 20 min old.
PS it just hit 95 pips!
I think you'll find that on Empty4 you can only run one EA per chart, so not suprising it jammed up.
Cheers
“If you want to make an apple pie from scratch, you must first create the universe.”
- traderduke
- Trader
- Posts: 306
- Joined: Mon Nov 28, 2011 7:30 pm
- Location: East Coast USA
Re: Shelley's jem
Xeroforex wrote:
Hi Traderduke,traderduke wrote:Jemook & Steve
The ea jammed up a few times when turned on with other NB-10. ea but when on achart by itself it worked great! see attached this chart is 20 min old.
PS it just hit 95 pips!
I think you'll find that on Empty4 you can only run one EA per chart, so not suprising it jammed up.
Cheers
It was on its own chart but there were other charts running 10.2 eas. When I closed all charts but the Shelley and reloaded the platform it worked??
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Shelley's multi-pair basket trader
Latest updates to Simple Shelley (1b) and Shelley (1v) in post one.
Gary spotted a bloop in the function that calculates the crim's point value. Nice one Gary.

Gary spotted a bloop in the function that calculates the crim's point value. Nice one Gary.
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.
-
garyfritz
Re: Shelley's multi-pair basket trader
And if that fix works the way I think it should, Shelley should now be talking **pips** instead of points. There was a confusing mix of pips & points before. Unfortunately I'm not able to check it out for the mo -- my mom is visiting and I'm pretty busy -- but I think that fix should help. Just be aware that some things that printed points or took points as inputs might now be talking in pips.