• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 6:24am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 6:24am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Nanningbob 4h trading system ver. 5.0 4,432 replies

Nanningbob 60x90 EA 3,920 replies

Help regarding NanningBob EA 27 replies

Nanningbob 4H trading system 2,017 replies

Help to improve profitable EA - 1H NanningBob 40MA 200 BB 10 replies

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 415
Attachments: Nanningbob V5: Steve Hopwood's auto-trading robot
Exit Attachments
Tags: Nanningbob V5: Steve Hopwood's auto-trading robot
Cancel

Nanningbob V5: Steve Hopwood's auto-trading robot

  • Last Post
  •  
  • 1 5152Page 535455 82
  • 1 52Page 5354 82
  •  
  • Post #1,041
  • Quote
  • Sep 30, 2010 12:00am Sep 30, 2010 12:00am
  •  f451
  • | Joined Mar 2010 | Status: Member | 281 Posts
Quoting odysseus11
Disliked
Im running Max's EA v 66 and STILL getting tons of those blasted error 130s (invalid stops). Is there a fix?

Odysseus
Ignored
130's usually get thrown if the new value proposed for your stop is too close to the old value, or below the bid or ask

Likely cause - using a trailing stop and the calculation has the wrong pip to point conversion making the new stop too small

I think this is still happening for some JPY pairs with NB v5 EA

add this code to the init() function

if ( (Digits == 4) && (StringFind(Symbol(), "JPY") != -1) ) multiplier = 100;

to fix
 
 
  • Post #1,042
  • Quote
  • Sep 30, 2010 4:17am Sep 30, 2010 4:17am
  •  Beastie Boy
  • | Joined Sep 2010 | Status: Member | 73 Posts
Quoting f451
Disliked
Beastie,

That was very old code that must have made it's way back into the latest EAs.

I have: (1-BbSeparation) < MinSepFromBB for Sells
Ignored
If the test is there to ensure that the current market price is within 10% of the BB range from the upper BB for sells and the lower BB for buys (ie close to the top of the range for sells) then I think that we need:

For sells:

if ((1-BbSeparation) > MinSepFromBB) TradeDirection = none;

For buys:

if (BbSeparation > MinSepFromBB) TradeDirection = none;

That is greater than rather than less than.

Cheers, Beastie.
 
 
  • Post #1,043
  • Quote
  • Sep 30, 2010 9:05am Sep 30, 2010 9:05am
  •  Zr-fx
  • | Joined Jan 2010 | Status: Member | 425 Posts
Hi guys

While waiting for things to settle down with the NB5 manual trading, I thought I would start testing the Autotrader on Demo.

I decided to start with Max's V071. I loaded it last night on the following pairs which I also trade live manually on NB5, all on H4:
AUDCAD, AUDCHF, AUDJPY, AUDUSD, CADCHF, CADJPY, CHFJPY, EURAUD, EURCAD, EURCHF, EURGBP, EURJPY, EURUSD, GBPCHF, GBPJPY, GBPUSD, NZDJPY, NZDUSD, USDCAD, USDCHF, USDJPY

Attached is the results since last night. Very interesting. I should point out that it is using 0.5 lots on a £5K demo pot. I would never do this live. I should have kept it realistic but I start with this so I'll let it run.

Platform is Alpari UK Demo.

Everything is default apart from ECN=False, End time = 2300.

One thing to note is that I got a lot of 4107 errors. Constant in some cases. But the strange thing is that when I reload the EA they seem to stop. Not sure why. I have a feeling they were trying to use prices not accepted by the broker. Perhaps SL or pending order price too close? At the moment I have no errors poping up.

Will keep an eye on it for a few days and see how it goes. I will also run Steve's once this is going alright.

Thanks Steve for letting me post here and Max for the bot. I hope I can be useful.
Attached Image (click to enlarge)
Click to Enlarge

Name: Max Test.JPG
Size: 64 KB
 
 
  • Post #1,044
  • Quote
  • Sep 30, 2010 9:24am Sep 30, 2010 9:24am
  •  E2u
  • | Joined Feb 2010 | Status: Member | 211 Posts
I have this spam on NBv5-19082010-mx071c and I have compiled the file but it does not help.
Attached Image
 
 
  • Post #1,045
  • Quote
  • Sep 30, 2010 9:53am Sep 30, 2010 9:53am
  •  astral77
  • | Joined Nov 2009 | Status: Member | 1,196 Posts
Quoting E2u
Disliked
I have this spam on NBv5-19082010-mx071c and I have compiled the file but it does not help.
Ignored
Please forgive me for asking the obvious. Have you saved the THVtrix4 in your indicators folder?

Kind regards
 
 
  • Post #1,046
  • Quote
  • Sep 30, 2010 10:26am Sep 30, 2010 10:26am
  •  E2u
  • | Joined Feb 2010 | Status: Member | 211 Posts
Quoting astral77
Disliked
Please forgive me for asking the obvious. Have you saved the THVtrix4 in your indicators folder?

Kind regards
Ignored
Shit I was working with wrong indicator. I had to check the indicator folder one more time when you told me and found THV3 Not THV4. Thanks!
Attached Image
 
 
  • Post #1,047
  • Quote
  • Sep 30, 2010 10:45am Sep 30, 2010 10:45am
  •  CanuckCT
  • Joined Oct 2007 | Status: Summer is the best time of year! | 1,284 Posts
Check here...if your have this, restart MT4.
Cheers
CanuckCT

http://www.forexfactory.com/showpost.php?p=4057883
 
 
  • Post #1,048
  • Quote
  • Sep 30, 2010 10:58am Sep 30, 2010 10:58am
  •  E2u
  • | Joined Feb 2010 | Status: Member | 211 Posts
Quoting CanuckCT
Disliked
Check here...if your have this, restart MT4.
Cheers
CanuckCT

http://www.forexfactory.com/showpost.php?p=4057883
Ignored
Yes I was checking there and I was thinking that it's strange. Ex4 file and I have mq4 file. I could not remember that I have hacked the file. Then I saw that it was number 4 and I had number 3. I missed to download it when I first got it as php file.
 
 
  • Post #1,049
  • Quote
  • Sep 30, 2010 11:00am Sep 30, 2010 11:00am
  •  astral77
  • | Joined Nov 2009 | Status: Member | 1,196 Posts
Quoting E2u
Disliked
Shit I was working with wrong indicator. I had to check the indicator folder one more time when you told me and found THV3 Not THV4. Thanks!
Ignored
You are welcome. It is always good idea to eliminate the obvious and as CanuckCT said you should try rebooting the computer and restarting mt4.
best of luck.
kind regards
 
 
  • Post #1,050
  • Quote
  • Sep 30, 2010 11:03am Sep 30, 2010 11:03am
  •  Zr-fx
  • | Joined Jan 2010 | Status: Member | 425 Posts
Max

Sorry if this has been discussed but I did not find this topic covered.

V071 is frequently taking two trades in opposite directions, one with NB5 and the other with 4H. In some cases this can be a useful hedge but in others it means getting stuck in the middle.

Right now I have EurCad buy with 4H and sell with NB5 #7. The buy was several hours before the sell and was negative when sell was triggered so in this case it is a good hedge.

I also have USDJPY 4H sell and #4 buy. These were triggered at the same time when reloaded the EA after having many errors.

Is it intended to allow this?
 
 
  • Post #1,051
  • Quote
  • Sep 30, 2010 11:11am Sep 30, 2010 11:11am
  •  E2u
  • | Joined Feb 2010 | Status: Member | 211 Posts
Steve I will get millionaire on Louise. I'm close to 1000 pips profit this week now. What happen if you put the right code in it. Same as you did with Nanningbob V5 auto-trader. Then I can buy all the hotels here in Las Palmas. Maybe.
 
 
  • Post #1,052
  • Quote
  • Edited 12:54pm Sep 30, 2010 11:47am | Edited 12:54pm
  •  CanuckCT
  • Joined Oct 2007 | Status: Summer is the best time of year! | 1,284 Posts
Can this be added to Max's latest version....those alerts are annoying and setting of stops is not being performed properly without.
Cheers
CanuckCT

Quoting f451
Disliked
130's usually get thrown if the new value proposed for your stop is too close to the old value, or below the bid or ask

Likely cause - using a trailing stop and the calculation has the wrong pip to point conversion making the new stop too small

I think this is still happening for some JPY pairs with NB v5 EA

add this code to the init() function

if ( (Digits == 4) && (StringFind(Symbol(), "JPY") != -1) ) multiplier = 100;

to fix
Ignored
 
 
  • Post #1,053
  • Quote
  • Sep 30, 2010 12:55pm Sep 30, 2010 12:55pm
  •  paulbt38
  • | Joined Mar 2010 | Status: Member | 244 Posts
Quoting E2u
Disliked
Steve I will get millionaire on Louise. I'm close to 1000 pips profit this week now. What happen if you put the right code in it. Same as you did with Nanningbob V5 auto-trader. Then I can buy all the hotels here in Las Palmas. Maybe.
Ignored
Steve

I have recently gone back to play with Louise. She is very nice indeed. HOwever I noticed that she seems to be placing all the recovery trades at the same time. What ever she is doing is working but I imagine they aren't all meant to placed at the same time.

I know you are really busy with more to follow by the sounds of it but could you at some point check Louise out

Many thanks for all your hard work

Paul
 
 
  • Post #1,054
  • Quote
  • Sep 30, 2010 3:12pm Sep 30, 2010 3:12pm
  •  CanuckCT
  • Joined Oct 2007 | Status: Summer is the best time of year! | 1,284 Posts
End of September and I have my issues sorted with Max's bot. Results for 8 days of trading, trading 0.5 lot on a $10,000 account.

Attached Image (click to enlarge)
Click to Enlarge

Name: 2010-09-30_1607.png
Size: 81 KB


Errors seem to have settled down and it's just trading now with the odd error re placing stops. It's persistent and does get stops updated.

Steve's EA has stopped trading. Guess I need to use a different broker, as that is what did it for Max's EA.

Cheers
CanuckCT
 
 
  • Post #1,055
  • Quote
  • Sep 30, 2010 5:27pm Sep 30, 2010 5:27pm
  •  maxou888
  • | Joined Nov 2009 | Status: Member | 468 Posts
Nice to see your results
I will release soon a new version that correct some bugs and has some improvements
What is this tool for your report? Is it free ?
 
 
  • Post #1,056
  • Quote
  • Sep 30, 2010 6:52pm Sep 30, 2010 6:52pm
  •  matrixebiz
  • | Joined Nov 2006 | Status: Member | 1,143 Posts
Quoting maxou888
Disliked
here ar ethe correct mod for buy sell mode I think :
[code]
void Mode1Buy()
{...
Ignored
Hi Max, did you get confirmation if this is correct yet?
Also notice that your using the Bid price for your Buys and Sells
24 hours in a day – 24 bottles of beer in a case – Coincidence? I think not
 
 
  • Post #1,057
  • Quote
  • Sep 30, 2010 7:56pm Sep 30, 2010 7:56pm
  •  DXTrade
  • Joined Jul 2007 | Status: Take Five | 755 Posts
Same here...
Steve's bot stopped trading all this week...
"The only successful substitute for brains is silence."
 
 
  • Post #1,058
  • Quote
  • Edited 11:15pm Sep 30, 2010 8:46pm | Edited 11:15pm
  •  f451
  • | Joined Mar 2010 | Status: Member | 281 Posts
Quoting Beastie Boy
Disliked
If the test is there to ensure that the current market price is within 10% of the BB range from the upper BB for sells and the lower BB for buys (ie close to the top of the range for sells) then I think that we need:

For sells:

if ((1-BbSeparation) > MinSepFromBB) TradeDirection = none;

For buys:

if (BbSeparation > MinSepFromBB) TradeDirection = none;

That is greater than rather than less than.

Cheers, Beastie.
Ignored
It should be less than not greater than.

Consider: if price is currently on the upper bollinger band, then
BbSeparation = 1,
(1-BbSeparation) = 0, which is less than MinSepFromBB, so we are in the correct range for a sell.

if price is currently on the lower band, then BbSeparation = 0, which is less than MinSepFromBB, and we are in the right range for a buy.

cheers
f451
 
 
  • Post #1,059
  • Quote
  • Sep 30, 2010 8:48pm Sep 30, 2010 8:48pm
  •  CanuckCT
  • Joined Oct 2007 | Status: Summer is the best time of year! | 1,284 Posts
Hi Max,

I do two things for analyzing results, in addition to the tools you recently provided.

I use this indicator
http://www.forexfactory.com/showpost.php?p=4016391

And I use
http://www.mt4i.com/

Looking forward to the new version.

Thanks for all your hard work.

Cheers
CanuckCT


Quoting maxou888
Disliked
Nice to see your results
I will release soon a new version that correct some bugs and has some improvements
What is this tool for your report? Is it free ?
Ignored
 
 
  • Post #1,060
  • Quote
  • Edited 3:33am Oct 1, 2010 2:56am | Edited 3:33am
  •  Beastie Boy
  • | Joined Sep 2010 | Status: Member | 73 Posts
Quoting f451
Disliked
It should be less than not greater than.

Consider: if price is currently on the upper bollinger band, then
BbSeparation = 1,
(1-BbSeparation) = 0, which is less than MinSepFromBB, so we are in the correct range for a sell.

if price is currently on the lower band, then BbSeparation = 0, which is less than MinSepFromBB, and we are in the right range for a buy.

cheers
f451
Ignored
Thanks for looking. In the current code, if the calculated values of BbSeparation or 1-BbSeparation = 0 (or are less than 0.1), then TradeDirection is set to none, ie we stop looking for a trade.

Please forgive me if I have this muddled up. I have read through it so many times I can no longer think straight!

Cheers, Beastie.
 
 
  • Commercial Content
  • /
  • Nanningbob V5: Steve Hopwood's auto-trading robot
  • Reply to Thread
    • 1 5152Page 535455 82
    • 1 52Page 5354 82
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023