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

Share your 10.x automated traders here.
Post Reply
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

A lot of trades opened end closed...
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 »

babalu4u wrote:A lot of trades opened end closed...
Babalu,

Could you please post a sceenshot of the messages in the 'Experts' tab.

Thank you.

Paul
Check the MQL4 Market for my best EA's and Indicators.
Lifesys
Trader
Posts: 126
Joined: Wed Apr 25, 2012 2:05 am
Location: Echuca Victoria. Australia

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

Post by Lifesys »

Hi Paul
I like to test 10.2 ideas but most are no better than early ideas.
This will be amazing if bugs can be ironed out.
OOTB - test.
Not only opens many trades but includes a number of repetitions, same pair but different magic numb.
I do not understand the Magic number system at all.
Surely a simple system of tagging trade type as 100, 101, 102 etc as in the 10.2EA would be far better.
Fantastic effort to put this together.
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

First screen...
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

Second...
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

3
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 »

babalu4u wrote:First screen...
Babalu,

It should report any errors. Please post a screen shot containing any errors (if there are any).

Paul
Check the MQL4 Market for my best EA's and Indicators.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

When was BBRange Sell trade was a problem now i have first one buy BBrange and its good...
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

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

Post by babalu4u »

When Bot open Sell BBRange trade the stop Lose was 2 or 3 pip now on buy trade its ok ..
fxarun
Trader
Posts: 41
Joined: Tue Feb 07, 2012 10:21 am
Location: Chennai India

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

Post by fxarun »

gaheitman wrote:
babalu4u wrote:And look at this...EA put 2 pips stop lose I think the EA want to set 20 pips...my criminal is 5 digits mybe for this.
The problem is in calculateStopLoss() for sells only. When useATRStopLoss is true, the code is subtracting the atr from price instead of adding it. That section (again, under the type == OP_SELL section only) should be

Code: Select all

      if ( useATRStopLoss )
      {
         atr = iATR( symbolNames[symbolIndex], atrTimeFrame, atrPeriod, atrShift );
         stop = NormalizeDouble( price + atr, digits );
      }

George
This is the problem just change the "-" sign to "+" in the OP_SELL section in calculateStopLoss() function .

Thanks
Arun
"It's not the strongest species that survive, nor the most intelligent, but the one most responsive to change"
-- Darwin.
Post Reply

Return to “10.x EA forum”