stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

MultiBob, a multi symbol NB10.2(a) autotrader
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=827
Page 3 of 53
Author:  babalu4u [ Thu Sep 20, 2012 6:44 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

A lot of trades opened end closed...
Author:  Baluda [ Thu Sep 20, 2012 7:43 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

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
Author:  Lifesys [ Thu Sep 20, 2012 8:19 am ]
Post subject:  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.
Author:  babalu4u [ Thu Sep 20, 2012 9:17 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

First screen...
Author:  babalu4u [ Thu Sep 20, 2012 9:18 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

Second...
Author:  babalu4u [ Thu Sep 20, 2012 9:19 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

3
Author:  Baluda [ Thu Sep 20, 2012 9:26 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

babalu4u wrote:First screen...
Babalu,

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

Paul
Author:  babalu4u [ Thu Sep 20, 2012 9:28 am ]
Post subject:  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...
Author:  babalu4u [ Thu Sep 20, 2012 9:31 am ]
Post subject:  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 ..
Author:  fxarun [ Thu Sep 20, 2012 9:36 am ]
Post subject:  Re: MultiBob, a multi symbol NB10.2(a) autotrader

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
All times are UTC Page 3 of 53