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

Shelley's multi-pair basket trader
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=583
Page 84 of 87
Author:  SteveHopwood [ Wed Jun 06, 2012 3:36 pm ]
Post subject:  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.

:D
Author:  fxozgirl [ Wed Jun 06, 2012 8:32 pm ]
Post subject:  Re: Shelley's multi-pair basket trader

marsie wrote:
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
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. :oops:
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.
Author:  SWG123 [ Wed Jun 06, 2012 8:48 pm ]
Post subject:  Re: Shelley's multi-pair basket trader

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.
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. :lol:
Author:  maudur [ Thu Jun 07, 2012 1:20 am ]
Post subject:  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.
Author:  phil_trade [ Thu Jun 07, 2012 4:48 am ]
Post subject:  Re: possible bug

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

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;   
Am I right ?
Author:  Zypip [ Thu Jun 07, 2012 7:40 am ]
Post subject:  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 :x :x :x
Author:  Xeroforex [ Thu Jun 07, 2012 12:54 pm ]
Post subject:  Re: Shelley's jem

;)
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!
Hi Traderduke,

I think you'll find that on Empty4 you can only run one EA per chart, so not suprising it jammed up.

Cheers
Author:  traderduke [ Thu Jun 07, 2012 1:54 pm ]
Post subject:  Re: Shelley's jem

Xeroforex wrote:;)
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!
Hi Traderduke,

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??
Author:  SteveHopwood [ Thu Jun 07, 2012 2:43 pm ]
Post subject:  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.

:D
Author:  garyfritz [ Thu Jun 07, 2012 4:33 pm ]
Post subject:  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.
All times are UTC Page 84 of 87