Nanningbob 10.2 Autotrader's new home

Share your 10.x automated traders here.
Post Reply
User avatar
alorente
Trader
Posts: 358
Joined: Sat Aug 25, 2012 8:47 am

Re: Nanningbob 10.2 Autotrader's new home

Post by alorente »

Thanks, Alex-Forex. It will be fun to see this Robot get legs. I generally am of the opinion that a stand alone robot will have a hard time making a profit consistently, but as a heads up tool for potential new trades it can be very helpful. I hope this one makes tons of pips.
Observation is the path to discovery.
User avatar
cuzgeorge
Trader
Posts: 674
Joined: Mon Mar 05, 2012 10:10 am
Location: Johannesburg, South Africa.

Re: Nanningbob 10.2 Autotrader's new home

Post by cuzgeorge »

Hi big Al,
i have followed some of your work on FF from when i saw your work on Comer's extreme cycle on symphonie, and including your 5 and 15M entry EA's. NB has been very influential here and its exceptionally pleasing to see how Steve has put together his forum and moderators where everyone is welcome.
Alex is taking on a big and very important EA here, in my opinion, and he will need as much help as possible.
Great to see you on the thread :)
cuzgeorge
10.X, BMac,Xmeter,Marylin,and CaptsNakedTrading thread coupled with Slowkeys Intraday setup for manual trades.
http://www.stevehopwoodforex.com/phpBB3 ... f=36&t=848
bushiden
Trader
Posts: 13
Joined: Thu Aug 23, 2012 12:19 am

Re: Nanningbob 10.2 Autotrader's new home

Post by bushiden »

Hi, I am testing this EA on FXCM demo acc, and gave me very positive result.
But when I tried to used it on FXOpen, it gave me error 131: invalid trade volume. Any idea?

Another thing, does this EA limit to 5-digit broker only? Or its doesnt matter?

Thanks.
aig
Posts: 3
Joined: Thu Aug 16, 2012 1:13 am

Re: Nanningbob 10.2 Autotrader's new home

Post by aig »

Im using the default EA settings and No Trade Has Been Triggered yet. :? :cry:

is dere anything im getting wrong? I put the NB on EUDUSD, GBPUSD, EURJPY set BreakEven to false.

got only JumpStop true. Who else here is using the default setting or who can help upload or screen shot his/her settings. THANKS :oops:
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Nanningbob 10.2 Autotrader's new home

Post by alex_forex »

bushiden wrote:Hi, I am testing this EA on FXCM demo acc, and gave me very positive result.
But when I tried to used it on FXOpen, it gave me error 131: invalid trade volume. Any idea?

Another thing, does this EA limit to 5-digit criminal only? Or its doesnt matter?

Thanks.
Look for the min lot size allowed on your account, and the step (0.01, 0.05... etc.)

Regards
Alex
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Nanningbob 10.2 Autotrader's new home

Post by alex_forex »

bushiden wrote:Hi, I am testing this EA on FXCM demo acc, and gave me very positive result.
But when I tried to used it on FXOpen, it gave me error 131: invalid trade volume. Any idea?

Another thing, does this EA limit to 5-digit criminal only? Or its doesnt matter?

Thanks.
If you have no error in the Empty4 tab.... just wait :D
3 pairs is not so much and patience is the key ;)

Regards
Alex
User avatar
Zypip
Trader
Posts: 148
Joined: Thu Apr 26, 2012 9:44 am

Re: Nanningbob 10.2 Autotrader's new home

Post by Zypip »

alorente wrote:Thanks, Alex-Forex. It will be fun to see this Robot get legs. I generally am of the opinion that a stand alone robot will have a hard time making a profit consistently, but as a heads up tool for potential new trades it can be very helpful. I hope this one makes tons of pips.
@ Al: Simply excellent to have you here :D hope you find yourslef at home here, it is a fantastic place to be in.

@ Guys: if things do not seem to work as they should when using TMA slope, always remember to force-download chart history using the available tools ;)

Cheers,

Zyp
Yoi
Posts: 3
Joined: Wed Nov 16, 2011 1:32 pm

Re: Nanningbob 10.2 Autotrader's new home

Post by Yoi »

Hi, I might be wrong but I think there are some mistakes in the code

L.1571

Code: Select all

   if (type == OP_SELL)
   {
      //Find a weekly pivot cross
      if (Bid < WeeklyPivot && bias == down)
      {
         if (DetectWeeklyPivotCross(OP_SELL) )
         {
            SendLong = true;
            TradeOrigin = H4TrendTrade;//TradeOrigin is used by CalculateTakeProfit()
            magic = D1H4TrendTradeMN;
            comment = D1H4TrendTradeComment;
         }//if (DetectWeeklyPivotCross(OP_SELL)
      }//if (Bid < WeeklyPivot) 
It's written SendLong = true; when I think it should be SendShort = true;

----
L 1486

The DetectWeeklyPivotCross function never returns true. It seems to return false when it should return true/

-----

L 1226 in the CalculateTakeProfit function we check if the D1SlopeTrend != buyhold while in the comment it's written that we want to check if D1SlopeTrend != sellhold

Code: Select all

         
//If D1 slope is not sell and hold, then set a tp based on the next full support level
         if (D1SlopeTrend != buyhold)
Should be

Code: Select all

         
//If D1 slope is not sell and hold, then set a tp based on the next full support level
         if (D1SlopeTrend != sellhold)
Let me now if I'm not clear :)
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Nanningbob 10.2 Autotrader's new home

Post by alex_forex »

Hi all,

Still using v1.0, will update over the week-end. :geek:

Missed about 200pips yesterday before the big move, my EAs were disabled... :oops:

Picked up 137 pips today.

NB10.2 AT is on this demo account since Tuesday (20120828) :

Image

Regards
Alex
worlock
Trader
Posts: 20
Joined: Thu Apr 26, 2012 7:57 pm

Re: Nanningbob 10.2 Autotrader's new home

Post by worlock »

alex_forex wrote:Hi all,

Still using v1.0, will update over the week-end. :geek:

Missed about 200pips yesterday before the big move, my EAs were disabled... :oops:

Picked up 137 pips today.

NB10.2 AT is on this demo account since Tuesday (20120828) :

Image

Regards
Alex
Hi Alex, are you closing your trades manually?

I have had this on since the 28th (OOTB), on 16 pairs. So far it only closed one trade (AUDUSD +40pips), and still on EURAUD, EURJPY, EURUSD, GBPAUD, GBPUSD and AUDJPY, right now up a total of about 310 pips. All of them Trend Trades, no Range trades yet. Yesterday I saw it going from overall up 200 pips to negative, then up again today.

I see good potential here, but might have to fine tune it a bit with MPTM.
Post Reply

Return to “10.x EA forum”