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

Nanningbob 10.2 auto-trading EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=552
Page 46 of 54
Author:  patman [ Wed Jun 27, 2012 3:00 pm ]
Post subject:  Re: 10.2; the auto-trading EA is born.

harrie wrote:Hi all,

I encounter the same 6 sell eur/aud order tonight. I've disabled both BE and JS and close all trades. However, it comes again. Seem not the problem of BE and JS.....
Hi harrie

the 6 trades are from
MaxTrendStackTrades (set to 1 for only one trade)
and
MinStackTradePipsDistance (set to 50 rather than 5 - EA seems to use points not pips)

At least this is what I think :)
Author:  fxozgirl [ Wed Jun 27, 2012 8:33 pm ]
Post subject:  Re: 10.2; the auto-trading EA is born.

I've been running the current version since open trade on Monday & the EA appears to be working correctly.

I haven't had multiple trades opened or any other issue that I can see.
Author:  patman [ Wed Jun 27, 2012 9:04 pm ]
Post subject:  Re: 10.2; the auto-trading EA is born.

Hi fxozgirl,

are you on 5 or 4 digit crim?
did you have to multiply pip values x10 in the settings?
Author:  fxozgirl [ Wed Jun 27, 2012 9:08 pm ]
Post subject:  Re: 10.2; the auto-trading EA is born.

patman wrote:Hi fxozgirl,

are you on 5 or 4 digit crim?
did you have to multiply pip values x10 in the settings?

5 digit...and no didn't multiply pip values
I just checked again and it looks like it's calculating pip values correctly
Author:  patman [ Thu Jun 28, 2012 12:01 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

Hi Steve & Co

I don't know whats going on.
I'm on AlpariNZ 5 digit demo. I have to put in points in the settings not pips



On the TP Line problem

void AdjustTakeProfit()
{
//Examine the take profit line and adjust the order tp if the user has moved the line

TicketNo=OrderTicket();
string LineName = TpPrefix + DoubleToStr(TicketNo, 0);


TicketNo=OrderTicket(); has to be inserted otherwise TicketNo can be a bit random
also in
void AdjustStopLoss() and other voids

There is a if (TicketNo == -1) within the 'for cc' loop
after the first loop TicketNo is no longer -1 so TicketNo does not get updated reliably
maybe a TicketNo = OrderTicket(); after this would help?


Cheers
Pat
Author:  trader689 [ Thu Jun 28, 2012 1:11 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

fxozgirl are you still using the settings you posted a few pages back? if so how are they faring as you were having some really good trades. i am demoing that setfile and currently in drawdown, hope to recover
Author:  harrie [ Thu Jun 28, 2012 1:13 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

patman wrote:
harrie wrote:Hi all,

I encounter the same 6 sell eur/aud order tonight. I've disabled both BE and JS and close all trades. However, it comes again. Seem not the problem of BE and JS.....
Hi harrie

the 6 trades are from
MaxTrendStackTrades (set to 1 for only one trade)
and
MinStackTradePipsDistance (set to 50 rather than 5 - EA seems to use points not pips)

At least this is what I think :)
Hi Patman,

It works after setting MaxTrendStackTrades and MinStackTradePipsDistance. However, I found another problem which is EA open a position and close it right away and do it over and over again every 1 minute (refer to the snap pic below). Have you encountered this problem?
Author:  patman [ Thu Jun 28, 2012 3:04 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

harrie,

I haven't got this problem but similar is mentioned earlier in the thread. around page 39 I think Mike with tintins dog as an avatar :-)

Pat
Author:  Mike [ Thu Jun 28, 2012 6:32 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

patman wrote:harrie,

I haven't got this problem but similar is mentioned earlier in the thread. around page 39 I think Mike with tintins dog as an avatar :-)

Pat
Yes, my account is opening and closing trades instantly and continuously even after I have set up a completely new account. So I have given up .. I am just hoping and waiting till this problem is resolved by one of you finding the reason and a correction is built in within the ea;-)
Author:  Jemook [ Thu Jun 28, 2012 6:38 am ]
Post subject:  Re: 10.2; the auto-trading EA is born.

I'm surprised people are still trying to trade this EA with it's lack of support. Steve is working on a new 10.2 EA and I believe focus will shift to maintaining the new one. Hang in there guys.
All times are UTC Page 46 of 54