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

Share your 10.x automated traders here.
User avatar
Carioca
Trader
Posts: 49
Joined: Sat Jun 09, 2012 12:12 am

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

Post by Carioca »

Multibob NB10.2a soon after I attach the EA to close a bar he opened some trades that I think should not open.

By what I saw Multibob NB10.2a uses no slope because? I added a close opposite signal WP> DP and I think a good exit.

Anxious by CTS NB10.2a.

tranks
You do not have the required permissions to view the files attached to this post.
Xdba
Posts: 8
Joined: Thu Nov 17, 2011 4:56 pm

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

Post by Xdba »

At the risk of being booted from this forum, I've just caught up with this thread and see reference to a CTS thread. I've searched but cannot find the CTS thread. Can someone point me in the right direction please.
Thanks, John
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

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

Post by dietcoke »

Xdba wrote:At the risk of being booted from this forum, I've just caught up with this thread and see reference to a CTS thread. I've searched but cannot find the CTS thread. Can someone point me in the right direction please.
Thanks, John

http://www.stevehopwoodforex.com/phpBB3 ... f=12&t=875
Image
Xdba
Posts: 8
Joined: Thu Nov 17, 2011 4:56 pm

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

Post by Xdba »

Many thanks dietcoke
John
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Formatting col.Re: MultiBob, a multi symbol NB10.2(a) autotr

Post by atharmian »

Paul,

Your EA runs with no problem first time, so this is wonderful.

1. However, as discussed in your Baluda Indy forum, I have formatting issues, basically too wide column spacing so that I can display only 9 columns on size 8 font. With taking out extra space (caused by long column titles?), one can easily look at perhaps 12 columns.

The change of Horizontal Shift in code from 100 to 150, as you suggested for the Slope Strength indy, resulted in nothing.

So how can I bring columns together in MultiBob, and also move up the whole display, i.e., eliminate blank space above the column title row? The column title width can probably be adjusted by breaking up the title in 2 rows, or perhaps making alternate column titles appear in upper/lower rows, so there is no visible overlap.

2. Could you add a column (last, or as first column, right after the pairs name display) with a final Buy/Sell recommendation? E.g. Label the Column RECO, and highlight Buy (green) or Sell (red) where appropriate? This would be great for current manual traders who are waiting for a 'final' EA to come out :)

3. How frequently is the EA updated, in ticks or TFs? Any customizing here?

Please advise...

Regards,
Athar.
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

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

Post by AGT »

it was quiet here !
@atharmian: hmmm ... ok - so what results do you have ? Any MyFxBook-links to have a look on an acc ? Do you use OOTB or did you made some special changes in the setfile ?
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

Re: Formatting col.Re: MultiBob, a multi symbol NB10.2(a) au

Post by dietcoke »

atharmian wrote:Paul,

Your EA runs with no problem first time, so this is wonderful.

1. However, as discussed in your Baluda Indy forum, I have formatting issues, basically too wide column spacing so that I can display only 9 columns on size 8 font. With taking out extra space (caused by long column titles?), one can easily look at perhaps 12 columns.

The change of Horizontal Shift in code from 100 to 150, as you suggested for the Slope Strength indy, resulted in nothing.

So how can I bring columns together in MultiBob, and also move up the whole display, i.e., eliminate blank space above the column title row? The column title width can probably be adjusted by breaking up the title in 2 rows, or perhaps making alternate column titles appear in upper/lower rows, so there is no visible overlap.

2. Could you add a column (last, or as first column, right after the pairs name display) with a final Buy/Sell recommendation? E.g. Label the Column RECO, and highlight Buy (green) or Sell (red) where appropriate? This would be great for current manual traders who are waiting for a 'final' EA to come out :)

3. How frequently is the EA updated, in ticks or TFs? Any customizing here?

Please advise...

Regards,
Athar.
Here are some changes I have made to squeeze the grid a little. if you compare with the original, they should give you an idea of what you can try changing.
You do not have the required permissions to view the files attached to this post.
Image
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

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

Post by AGT »

.... and any positive trading results using this v 1.2.14 ?
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Re: Formatting col.Re: MultiBob, a multi symbol NB10.2(a) au

Post by Baluda »

atharmian wrote:1. However, as discussed in your Baluda Indy forum, I have formatting issues, basically too wide column spacing so that I can display only 9 columns on size 8 font. With taking out extra space (caused by long column titles?), one can easily look at perhaps 12 columns.

The change of Horizontal Shift in code from 100 to 150, as you suggested for the Slope Strength indy, resulted in nothing.

So how can I bring columns together in MultiBob, and also move up the whole display, i.e., eliminate blank space above the column title row? The column title width can probably be adjusted by breaking up the title in 2 rows, or perhaps making alternate column titles appear in upper/lower rows, so there is no visible overlap.

2. Could you add a column (last, or as first column, right after the pairs name display) with a final Buy/Sell recommendation? E.g. Label the Column RECO, and highlight Buy (green) or Sell (red) where appropriate? This would be great for current manual traders who are waiting for a 'final' EA to come out :)

3. How frequently is the EA updated, in ticks or TFs? Any customizing here?
Athar,

1. The HorizontalShift variable, named HorShift in MultiBob determines the column width for display. You can change the variable to change the column width. Check the init() function, HorizontalShift is updated here based on the font size. Save, compile and reload.

2. MultiBob is an EA, not an indicator. I see no need for alerts since it trades on its own.

3. MultiBob updates variables when necessary. Pivots once a day, slope once a minute, etc. There is no single update cycle.

Paul
Check the MQL4 Market for my best EA's and Indicators.
phil_trade

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

Post by phil_trade »

Hi Paul

MultiBob is running well since 10-14-2012... 7% gain and now -10% DD

Just now, I receive constant same message AUDCAD IS TRADABLE : false
Baluda Multi Bob multiple info Message.PNG
is it because it has 2 opened trades ?

How to get rid of this and avoid having a full hard disk :)

Thks

Philippe

EDIT : For now I have modified code ->
//if ( DEBUG ) Print( symbolNames[symbolIndex], " IS TRADABLE: false (", c1, ": ", c1open, ", ", c2, ": ", c2open, ")");
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “10.x EA forum”