MultiBob, a multi symbol NB10.2(a) autotrader

Share your 10.x automated traders here.
Post Reply
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by gaheitman »

SWG123 wrote:I wonder why this EURCAD buy was taken? Looks like it was based on yesterday's DP... :?
12.10.05 eurcad.gif
EDIT: Should have specified, I'm using 10.2=false, 10.2a=true.
There was an issue with the DP calculation, it was off by a day. Paul posted an update for it yesterday or the day before. Make sure you have the newest version.

George
garyfritz

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by garyfritz »

I was just noticing the position sizes that v1.1.7 was running. I'm the default riskPercent = 2, 2% risk.
MultiBob.gif
If I'm figuring this right, that 5.15 lot position in EURCHF was risking 13.9 pips, or 51.5*13.9 = 715.85 CHF = about $770. The account has had an equity right around $39k for several days, so 770 / 39k = 1.97%, just like it should be.

Now look at the AUDJPY trade. It's risking 10.0 pips or 8.9 * 10 pips * 100 (since it's yen) = $113 USD. That's about 113/39k = 0.29% risk.

AUDNZD is risking 11.7 * 82.7 pips = $967.59, which is about 2.48%, and EURCAD is risking 9.5 * 77.7 pips = $603 => 1.55% risk.

How come only one of these trades has the right risk?
You do not have the required permissions to view the files attached to this post.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by gaheitman »

garyfritz wrote:I was just noticing the position sizes that v1.1.7 was running. I'm the default riskPercent = 2, 2% risk.
MultiBob.gif
If I'm figuring this right, that 5.15 lot position in EURCHF was risking 13.9 pips, or 51.5*13.9 = 715.85 CHF = about $770. The account has had an equity right around $39k for several days, so 770 / 39k = 1.97%, just like it should be.

Now look at the AUDJPY trade. It's risking 10.0 pips or 8.9 * 10 pips * 100 (since it's yen) = $113 USD. That's about 113/39k = 0.29% risk.

AUDNZD is risking 11.7 * 82.7 pips = $967.59, which is about 2.48%, and EURCAD is risking 9.5 * 77.7 pips = $603 => 1.55% risk.

How come only one of these trades has the right risk?
I have walked through the code to calculate the lot size for the AUDJPY trade, and it calculated the correct lot size of 6.13, which would have been correct for a 10 pip SL. The lot size that was used seems to be based on the UseATRStopLoss setting. Do you have that on? I say that because the lot size used is what would have been calculated based on a 69 pip SL, which is in the realm of possibility for the ATR last week, depending on your settings.

Just SWAGing here, in case you can't tell... :D

George
User avatar
forexdan
Posts: 9
Joined: Mon Mar 19, 2012 12:49 pm

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by forexdan »

Sorry to interrupt you geniuses, I just wanted to post a screen shot of this weeks closing balance using Multi-bob with default settings.

Up almost $1000 on a $5,000 FXDD demo account this week ...

Most of the profit, however, came I suspect due to a bug - there were several AUDNZD trades open when the interest rate news from Australia came out ...

Have updated Multi-bob fairly regularly during the week

Still, nice to see.

I am also running MultiBob on another demo account with 10.2 switched off, and 10.2a switched on. It hasn't faired so well ... down about $150
You do not have the required permissions to view the files attached to this post.
SWG123
Trader
Posts: 565
Joined: Wed Nov 16, 2011 3:02 pm
Location: Cape Town

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by SWG123 »

gaheitman wrote:
SWG123 wrote:I wonder why this EURCAD buy was taken? Looks like it was based on yesterday's DP... :?
12.10.05 eurcad.gif
EDIT: Should have specified, I'm using 10.2=false, 10.2a=true.
There was an issue with the DP calculation, it was off by a day. Paul posted an update for it yesterday or the day before. Make sure you have the newest version.

George
Thanks, George. I was using v1.1.9. Have updated and will see how it goes next week. :D
Thunder123
Trader
Posts: 41
Joined: Sat Apr 28, 2012 6:19 am

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by Thunder123 »

May I suggest an option for additional entries in 10.2a mode. Perhaps the ma from 10.2 could be used but only for additional entry not first entry. So if there is a strong move it's more likely to add to position on retrace. In strong moves I don't think there would be many additional entries based on piviots.
garyfritz

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by garyfritz »

gaheitman wrote:I have walked through the code to calculate the lot size for the AUDJPY trade, and it calculated the correct lot size of 6.13, which would have been correct for a 10 pip SL. The lot size that was used seems to be based on the UseATRStopLoss setting. Do you have that on?
Yup, looks like you're right, George. useATRStopLoss is on by default, and it overrides the normal Entry - Stoploss definition of "risk." I missed that.

Might be more reasonable, though. Entry-Stoploss can be very small and give outsized position sizes.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by gaheitman »

garyfritz wrote:
gaheitman wrote:I have walked through the code to calculate the lot size for the AUDJPY trade, and it calculated the correct lot size of 6.13, which would have been correct for a 10 pip SL. The lot size that was used seems to be based on the UseATRStopLoss setting. Do you have that on?
Yup, looks like you're right, George. useATRStopLoss is on by default, and it overrides the normal Entry - Stoploss definition of "risk." I missed that.

Might be more reasonable, though. Entry-Stoploss can be very small and give outsized position sizes.
There is still an issue with the EA calculating lots based on one stop loss, but using another when actually sending the trade. I didn't see why that would be the case, perhaps Paul will be able to set us straight.

George
barry
Trader
Posts: 81
Joined: Thu Mar 01, 2012 5:12 am

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by barry »

I started testing this EA just last week, and I changed the default settings so it would trade both the 10.2 and 10.2A methods.
But now I don't know how to tell the 10.2 trades from the 10.2A trades. Is there a way to do that, or do I need to start again, with a 10.2 test on one platform, and a 10.2A test on another platform?
Thanks for any help!
yamez
Trader
Posts: 173
Joined: Thu Dec 08, 2011 10:31 am
Location: Australia

Re: MultiBob, a multi symbol NB10.2(a) autotrader

Post by yamez »

barry wrote:But now I don't know how to tell the 10.2 trades from the 10.2A trades. Is there a way to do that, or do I need to start again, with a 10.2 test on one platform, and a 10.2A test on another platform?
Hover your mouse pointer over the open trade or closed trade to see, if any, trade comments. MultiBob will automatically comment the trade Pivot Short or Pivot Long when using 10.2a and H4 Trend or D1 Trend when using 10.2.

I run both 10.2a and 10.2 on one demo account using a chart window for each EA instance.
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “10.x EA forum”