MultiBob, a multi symbol NB10.2(a) autotrader
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
A lot of trades opened end closed...
You do not have the required permissions to view the files attached to this post.
- 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
Babalu,babalu4u wrote:A lot of trades opened end closed...
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
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.
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.
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
First screen...
You do not have the required permissions to view the files attached to this post.
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Second...
You do not have the required permissions to view the files attached to this post.
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
3
You do not have the required permissions to view the files attached to this post.
- 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
Babalu,babalu4u wrote:First screen...
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.
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
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.
- babalu4u
- Trader
- Posts: 173
- Joined: Fri Apr 13, 2012 6:52 pm
- Location: Slovenia - EU
Re: MultiBob, a multi symbol NB10.2(a) autotrader
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
This is the problem just change the "-" sign to "+" in the OP_SELL section in calculateStopLoss() function .gaheitman wrote: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 bebabalu4u 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.
Code: Select all
if ( useATRStopLoss ) { atr = iATR( symbolNames[symbolIndex], atrTimeFrame, atrPeriod, atrShift ); stop = NormalizeDouble( price + atr, digits ); }
George
Thanks
Arun
"It's not the strongest species that survive, nor the most intelligent, but the one most responsive to change"
-- Darwin.
-- Darwin.