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

Share your 10.x automated traders here.
Post Reply
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

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

Post by dietcoke »

phil_trade wrote:Paul

a bug appear when stack price reach on AUDNZD H4 trend trade. EA open 5 trades.

multi bob last version

Philippe

me too just now
Image
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

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

Post by dietcoke »

formatix wrote:
phil_trade wrote:Paul

a bug appear when stack price reach on AUDNZD H4 trend trade. EA open 5 trades.

multi bob last version

Philippe
I already reported this. There is a bug somewhere in the stacking trades function. Hopefully it will be resolved.

I had D1Trend trade AUDNZD open but MulitBob stacked 5 trades as H4Trend trades. They should have been managed as D1??

I can't see any code pushing the stack price out again after a stack trade is opened
Image
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 »

XAGUSD and XAUUSD will not appear on the screen using autoSymbols

Now little opened several trades than once in GBPCAD
You do not have the required permissions to view the files attached to this post.
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

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

Post by Baluda »

New version MultiBob v1.1.7 in post 1.
Changes:
  • Fixed bug in stoploss calculation, TY Ron
  • Fixed bug in stacking logic.
Have a nice forex-free weekend.

Paul
Check the MQL4 Market for my best EA's and Indicators.
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 »

Baluda wrote:New version MultiBob v1.1.7 in post 1.
Changes:
  • Fixed bug in stoploss calculation, TY Ron
  • Fixed bug in stacking logic.
Have a nice forex-free weekend.

Paul
thanks
lvdfx888
Trader
Posts: 22
Joined: Sat Jul 07, 2012 4:02 am

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

Post by lvdfx888 »

Baluda wrote:New version MultiBob v1.1.7 in post 1.
Changes:
  • Fixed bug in stoploss calculation, TY Ron
  • Fixed bug in stacking logic.
Have a nice forex-free weekend.

Paul
Thanks Paul,

You're a real champ ! Will test this version next Monday.

Enjoy your weekend!

Ron
degil
Trader
Posts: 10
Joined: Wed May 09, 2012 2:21 pm

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

Post by degil »

Thanks Paul ,I really appreciate your great work...
I have been running this on two demos beginning with v1.3 and upgrading with each new version...both accounts positive ...even the simultaneus multiple orders are all in profit....
Just put on v1.1.7 for next week....

AWESOME

Thanks, Don
User avatar
wBear
Trader
Posts: 56
Joined: Sun Apr 08, 2012 5:06 pm
Location: An insignificant small red dot in the world called Singapore

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

Post by wBear »

Carioca wrote:XAGUSD and XAUUSD will not appear on the screen using autoSymbols
I have a somewhat related issue. For me, XAGUSD & XAUUSD appears when both using autoSymbols & manually adding to symbolsToTrade. However, they have no values for WP & MP, etc. -- every value is zero. And this is not an issue with Historical Data.

My Empty4 Market Watch list for all currency pairs come with a suffix of "-" e.g. "GBPJPY-, EURUSD-", etc except for XAGUSD & XAUUSD. However, in MultiBob (all versions), it displays everything with a "-".

I'm not sure what others have but I believe this issue is likely related to symbols with & without prefix (or even suffix) in our Market Watch list -- Empty4 and/or Broker crap??! :shock:

It would be really fantastic if MultiBob can accomodate symbols with & without prefix/suffix with the next release please?

P.S. Paul, I concur with the rest & with absolute appreciation -- fantastic EA! :D :D :D
You do not have the required permissions to view the files attached to this post.
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

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

Post by dietcoke »

I have found a problem with the pair balancing code

Code: Select all

   if ( onlyTradeCcyTwice && symbolValues[symbolIndex][iOpenTrades] < EPSILON )
   {
      if ( !isThisPairTradable( symbolIndex) ) return ( false );
   }
should be

Code: Select all

   if ( onlyTradeCcyTwice && symbolValues[symbolIndex][iOpenTrades] > EPSILON )
   {
      if ( !isThisPairTradable( symbolIndex) ) return ( false );
   }
Image
fode
Trader
Posts: 11
Joined: Sun Aug 26, 2012 11:42 am

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

Post by fode »

I am not sure if this is the right topic for me to post, but since I am using this fantastic autotrader, I would like to seek help/advise here.

From my limited understanding, when the TMA slope becomes -ve(red), we should look at sell. However, in the following two charts, buy was initiated. From the trade, I can see that one (audchf) is pivot long, and the other (gpbusd) is D1 Trend.

Are there some settings I have missed, or how do I change the priority of signal trigger, eg, when the TMA Slope is -ve, no buy signal and vice versa.

Or, if there is a auto/manual boolean can be added, when in manual mode, a pop-up window will be displayed with the info like "Buy xxxxxx at lot size [trigger signal] SL 50 pips TP 200 pips, yes/no". This semi-auto mode could be helpful as it has filtered all the conditions in the system yet it provides the trader a choice to make a manual decision which could be difficult to be covered in the system at the moment, like the trading conditions, chart pattern, price action, etc.


Thanks
audchf-201209280443.gif
gpbusd-201209280856.gif
You do not have the required permissions to view the files attached to this post.
Last edited by fode on Fri Sep 28, 2012 6:07 pm, edited 1 time in total.
Image
Post Reply

Return to “10.x EA forum”