Nanningbob 10.2 Autotrader's new home
- alorente
- Trader
- Posts: 358
- Joined: Sat Aug 25, 2012 8:47 am
Re: Nanningbob 10.2 Autotrader's new home
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.
- cuzgeorge
- Trader
- Posts: 674
- Joined: Mon Mar 05, 2012 10:10 am
- Location: Johannesburg, South Africa.
Re: Nanningbob 10.2 Autotrader's new home
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
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
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
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.
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
Im using the default EA settings and No Trade Has Been Triggered yet.
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
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
- 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
Look for the min lot size allowed on your account, and the step (0.01, 0.05... etc.)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.
Regards
Alex
- 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
If you have no error in the Empty4 tab.... just waitbushiden 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.
3 pairs is not so much and patience is the key
Regards
Alex
- Zypip
- Trader
- Posts: 148
- Joined: Thu Apr 26, 2012 9:44 am
Re: Nanningbob 10.2 Autotrader's new home
@ Al: Simply excellent to have you herealorente 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.
@ 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
Hi, I might be wrong but I think there are some mistakes in the code
L.1571
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
Should be
Let me now if I'm not clear 
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)
----
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)
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)
- alex_forex
- Trader
- Posts: 438
- Joined: Tue Nov 15, 2011 5:46 pm
- Location: F R A N C E
-
worlock
- Trader
- Posts: 20
- Joined: Thu Apr 26, 2012 7:57 pm
Re: Nanningbob 10.2 Autotrader's new home
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.
