Nanningbob 10.2 auto-trading EA

Share your 10.x automated traders here.
Locked
patman
Trader
Posts: 68
Joined: Sat Dec 10, 2011 1:48 am

Re: 10.2; the auto-trading EA is born.

Post by patman »

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 :)
User avatar
fxozgirl
Trader
Posts: 1176
Joined: Wed Nov 16, 2011 9:16 am
Location: Melbourne, Australia

Re: 10.2; the auto-trading EA is born.

Post by fxozgirl »

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.
patman
Trader
Posts: 68
Joined: Sat Dec 10, 2011 1:48 am

Re: 10.2; the auto-trading EA is born.

Post by patman »

Hi fxozgirl,

are you on 5 or 4 digit crim?
did you have to multiply pip values x10 in the settings?
User avatar
fxozgirl
Trader
Posts: 1176
Joined: Wed Nov 16, 2011 9:16 am
Location: Melbourne, Australia

Re: 10.2; the auto-trading EA is born.

Post by fxozgirl »

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
patman
Trader
Posts: 68
Joined: Sat Dec 10, 2011 1:48 am

Re: 10.2; the auto-trading EA is born.

Post by patman »

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
Last edited by patman on Thu Jun 28, 2012 1:49 pm, edited 1 time in total.
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: 10.2; the auto-trading EA is born.

Post by trader689 »

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
harrie
Posts: 5
Joined: Wed Jun 27, 2012 3:05 am

Re: 10.2; the auto-trading EA is born.

Post by harrie »

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?
You do not have the required permissions to view the files attached to this post.
patman
Trader
Posts: 68
Joined: Sat Dec 10, 2011 1:48 am

Re: 10.2; the auto-trading EA is born.

Post by patman »

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
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

Re: 10.2; the auto-trading EA is born.

Post by Mike »

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;-)
Image
Image
User avatar
Jemook
Trader
Posts: 1085
Joined: Thu May 10, 2012 10:19 am
Location: Bondi, Sydney, Australia

Re: 10.2; the auto-trading EA is born.

Post by Jemook »

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.
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.

Catch me here: https://www.afterprime.com
Locked

Return to “10.x EA forum”