• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 6:20am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 6:20am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Nanningbob 60x90 EA 3,920 replies

Require help amending Nanningbob v10 EA 0 replies

Nanningbob 4H trading system 2,017 replies

NanningBob Double Trouble EA Concept, needs programming help! 0 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: Help regarding NanningBob EA
Exit Attachments
Tags: Help regarding NanningBob EA
Cancel

Help regarding NanningBob EA

  • Last Post
  •  
  • Page 1 2
  • Page 1 2
  •  
  • Post #1
  • Quote
  • First Post: Edited 7:15pm Feb 2, 2009 5:46pm | Edited 7:15pm
  •  whitegoodman
  • | Joined Oct 2008 | Status: Member | 1,080 Posts
Hey I need some help regarding market orders etc with Bob's EA as im currently demoing on an ECN feed mt4 and no positions are being opened.. allegedly this is the issue.. (works fine on inbfx mt4 etc)

"Scripts that use Instant Executions to place market orders with take profit and/or stop losses
http://messenger2.providesupport.com...ges/spacer.gifattached will not work. Instead, a market execution must be placed and then a take profit and/or
http://messenger2.providesupport.com...ges/spacer.gifstop loss added to the position"

I spoke with Ronald Raygun via pm and he told me this...

-Place a market order Using the OrderSend function and set stoploss and takeprofit of 0.

- Use the OrderModify function to set the initial TP/SL

Bob's EA can be found here http://www.forexfactory.com/showthread.php?t=150293


any help please, eventually when the EA gets perfected we would all i presume like to take it to ECN, help appreciated im a programming novice...
Grabbing the bull by the horns!
  • Post #2
  • Quote
  • Feb 2, 2009 7:02pm Feb 2, 2009 7:02pm
  •  FrostCall
  • | Joined Aug 2008 | Status: Member | 265 Posts
Im sure I could figure it out but honestly, I'm currently swamped with my move. That REALLY sucks that ECN does that. This means that other EA's will also have issues with them as well. I really wonder why they are being stupid like that. If you want to do it yourself, give it a shot. It honestly shouldnt be too hard to figure out how to make the changes yourself. I really wish I could put the time into it right now, but again, I'm crazy busy.
 
 
  • Post #3
  • Quote
  • Feb 2, 2009 7:13pm Feb 2, 2009 7:13pm
  •  whitegoodman
  • | Joined Oct 2008 | Status: Member | 1,080 Posts
Quoting FrostCall
Disliked
Im sure I could figure it out but honestly, I'm currently swamped with my move. That REALLY sucks that ECN does that. This means that other EA's will also have issues with them as well. I really wonder why they are being stupid like that. If you want to do it yourself, give it a shot. It honestly shouldnt be too hard to figure out how to make the changes yourself. I really wish I could put the time into it right now, but again, I'm crazy busy.
Ignored
its alright dude i understand your busy with the move... i really have no knowledge of programming, im reading a crash course today to get the hang of it...

btw ive made some changes to your excel that you may find useful, ill pm you when ive finished
Grabbing the bull by the horns!
 
 
  • Post #4
  • Quote
  • Feb 2, 2009 9:31pm Feb 2, 2009 9:31pm
  •  akukaya
  • | Commercial Member | Joined Jul 2008 | 567 Posts
Quoting whitegoodman
Disliked
its alright dude i understand your busy with the move... i really have no knowledge of programming, im reading a crash course today to get the hang of it...

btw ive made some changes to your excel that you may find useful, ill pm you when ive finished
Ignored
Which version of nanning bob EA u are using?
100x80? 60x40? or else?

I am planning to create what i call martingale indicators to visually see from backtester data what setting is most profitable/how frequent the margin call occurance if I run 24hr/day

What is your entry rules?
 
 
  • Post #5
  • Quote
  • Feb 2, 2009 10:02pm Feb 2, 2009 10:02pm
  •  whitegoodman
  • | Joined Oct 2008 | Status: Member | 1,080 Posts
Quoting akukaya
Disliked
Which version of nanning bob EA u are using?
100x80? 60x40? or else?

I am planning to create what i call martingale indicators to visually see from backtester data what setting is most profitable/how frequent the margin call occurance if I run 24hr/day

What is your entry rules?
Ignored
based on the 60x90 moving average EA.... the links in post 1....

let me know about the indicators...

do you know how to program what im/we are looking for?
Grabbing the bull by the horns!
 
 
  • Post #6
  • Quote
  • Feb 3, 2009 10:46am Feb 3, 2009 10:46am
  •  LostInForex
  • | Joined Jun 2008 | Status: Member | 14 Posts
Hi,

because I started to follow the thread about nanningbobs system,

I found my way here.

Had a quick look into the EA's, there are quite a lot of them.

For your problem about sending the order to an ECN, i think you have to change the line

OrderSend
to

int ticket = OrderSend(Symbol(),OP_BUY,mylotsi,BuyPrice,slippage,0,0,"MyMEFx EA"+MagicNumber,MagicNumber,0,ArrowsColor);
Sleep(1500);
OrderModify(ticket,OrderOpenPrice(),sl,tp,0,ArrowsColor);

Because I cannot check on a ECN Demo, I added the sleep(1500) that is 1.5 seconds before the Order will be changed to add tp and sl.

Hope this helps
Lif
 
 
  • Post #7
  • Quote
  • Feb 18, 2009 9:09pm Feb 18, 2009 9:09pm
  •  Sartriani
  • | Joined Jun 2008 | Status: Member | 2 Posts
Hi.
What´s ECN broker?

Im looking for one that allow mt4.

Thank.
 
 
  • Post #8
  • Quote
  • May 5, 2009 11:16pm May 5, 2009 11:16pm
  •  dmjservices
  • | Joined Jan 2009 | Status: The only way to win is to get in | 215 Posts
Quoting akukaya
Disliked
Which version of nanning bob EA u are using?
100x80? 60x40? or else?

I am planning to create what i call martingale indicators to visually see from backtester data what setting is most profitable/how frequent the margin call occurance if I run 24hr/day

What is your entry rules?
Ignored

Entry rules

you have the main MA the one in the center. The price sticks to that most of the time. But when it leaps away from the center MA it crosses the first closest MA off set. In 60x90 I think most had it at 90 pips from center ma
oh the MA is locked to a TF (the higher the TF the more volatile the EA becomes.) And are 80 bars long long. After it enters it’s locked to a grid. The price moves 90 pips and enters with a multiplier of 3 to perform the necessary martingale trade with a movement of 60 pips to profit. But that 60X90.
The new set up is 180x200 I think it enters in at 100 pips from center MA. It has a new indicator on the bottom. Not sure of the use for it.


you can check with Bob.
the markets moving, time to get in!
 
 
  • Post #9
  • Quote
  • May 7, 2009 9:57am May 7, 2009 9:57am
  •  dj808
  • | Joined Nov 2008 | Status: Member | 19 Posts
Whitegoodman,
I'm also curious to know which ECN broker
that has mt4 did you choose.

thanks
dj
 
 
  • Post #10
  • Quote
  • May 8, 2009 12:00pm May 8, 2009 12:00pm
  •  dmjservices
  • | Joined Jan 2009 | Status: The only way to win is to get in | 215 Posts
Quoting dj808
Disliked
Whitegoodman,
I'm also curious to know which ECN broker
that has mt4 did you choose.

thanks
dj
Ignored
i think MTtrader is the broker and i think they are doing micro accounts too.
unless Whitegoodman is doing something else
the markets moving, time to get in!
 
 
  • Post #11
  • Quote
  • May 13, 2009 2:59am May 13, 2009 2:59am
  •  der stratege
  • | Commercial Member | Joined Jan 2009 | 81 Posts
Hello traders,

i can provide an EA with mostly all settings you need. u can use it for ECN broker as well 5 digit broker. you don't have to add a zero in any settings. only switch Use5Digit to TRUE.
you can use this EA for all NanningBob settings. the parameters should be clear to understand.

the TakeProfit is the fake and the RealTP is the real TP.
There is also an Alert system included, which give you an alert if all positions were closed or an alert if Level x is opened.
there is a spreadlimiter included, which did prevent opening levels over spread x (the pipspreadvalue).
an ATR parameter, which if is true, takes the ATR(x) as the distance from middleline to open the first level. if UseAtr is true, the variable buffer will be ignored.
TF is the Timeframe-parameter for ATR or for the MA to use in.
if something is not understandable, then ask.

good luck and many pips to all of us

der stratege
Attached File(s)
File Type: mq4 NanningBobV1.9.mq4   23 KB | 1,010 downloads
File Type: ex4 NanningBobV1.9.ex4   21 KB | 751 downloads
 
 
  • Post #12
  • Quote
  • May 13, 2009 3:10am May 13, 2009 3:10am
  •  dmjservices
  • | Joined Jan 2009 | Status: The only way to win is to get in | 215 Posts
Quoting der stratege
Disliked
Hello traders,

i can provide an EA with mostly all settings you need. u can use it for ECN broker as well 5 digit broker. you don't have to add a zero in any settings. only switch Use5Digit to TRUE.
you can use this EA for all NanningBob settings. the parameters should be clear to understand.

the TakeProfit is the fake and the RealTP is the real TP.
There is also an Alert system included, which give you an alert if all positions were closed or an alert if Level x is opened.
there is a spreadlimiter included, which did prevent opening levels over...
Ignored
good job
the markets moving, time to get in!
 
 
  • Post #13
  • Quote
  • May 15, 2009 3:07am May 15, 2009 3:07am
  •  cx007
  • | Joined Feb 2009 | Status: Member | 8 Posts
Hi there,

Thanks for this code. Very Nice piece of work.

1. Can you help as to why the error in the journal I get is order sell LOTSIZE PAIR opening at xxx Failed?

My money management is on and risk is 10% and lot size is 0.01?

What am i doing wrong?

2. Also, do you believe the results in Strategy tester? It obviously doesn't work with SPREADLIMIT as how does it track Spread when broker varies?

3. Any reason why you took reversal out? Are you using another trending technique together with this one?

thanks,
//cx
 
 
  • Post #14
  • Quote
  • May 15, 2009 4:28am May 15, 2009 4:28am
  •  der stratege
  • | Commercial Member | Joined Jan 2009 | 81 Posts
Quoting cx007
Disliked
Hi there,

Thanks for this code. Very Nice piece of work.

1. Can you help as to why the error in the journal I get is order sell LOTSIZE PAIR opening at xxx Failed?

My money management is on and risk is 10% and lot size is 0.01?

What am i doing wrong?

2. Also, do you believe the results in Strategy tester? It obviously doesn't work with SPREADLIMIT as how does it track Spread when broker varies?

3. Any reason why you took reversal out? Are you using another trending technique together with this one?

thanks,
//cx
Ignored
hello cx007,

nice to here that this EA is your choice.

1. Don't forget the NFA Rule. Only positions in one direction could opened. i think this error in the journal is, because you have already opened a long position. to avoid this, you have to open a second account like i do. one account for only longs and one for only shorts. this could be set in the Expert-Advisor-propertyeditor on tab 'general'.
If you have MM = 1 you do not need to set the lotsize amount.

2. the spreadlimiter only open the first level at defined spreadvalue. if the spread is 20 and you set 15 then it does not open any order only if spread goes down under or equal 15 pips. the next levels will not affect from the spread limiter. if you test the EA in the strategy-tester. it will take the spread at the moment you push the start-button. so it is difficult to test settings at the weekend, if the quotes end with a spread higher than 18. all above 18 pips-spread will not work with this strategie.

3. i took the reversal option out, because i only trade counter-trend. if you like the reversal-option you could simply modify the code at line 84. only add 'extern' (without quotes) at the beginning of the line:

Inserted Code
extern bool ReverseCondition=False;

nice day

der stratege
 
 
  • Post #15
  • Quote
  • May 15, 2009 5:30am May 15, 2009 5:30am
  •  IamTHAT
  • | Joined Jun 2008 | Status: Member | 578 Posts
Quoting der stratege
Disliked
hello cx007,

nice to here that this EA is your choice.

der stratege
Ignored
I like your EA too and am prefering it nowadays.

Thank you.
"Put all your efforts in becoming effortless"
 
 
  • Post #16
  • Quote
  • Jul 15, 2009 12:10am Jul 15, 2009 12:10am
  •  jopie
  • | Joined Jun 2009 | Status: Sharing is caring | 21 Posts
I did not have any much comments just would like to say thanks to der stratege and would like to try it. Cheers
 
 
  • Post #17
  • Quote
  • Sep 18, 2009 7:05am Sep 18, 2009 7:05am
  •  treo
  • | Joined Sep 2009 | Status: Member | 5 Posts
Hi there Der Stratege,

I read on another thread that you're working on an english manual for your nanningbob v1.90 EA. Just windering how that's going? Also, have you revised the EA anything from the one you posted in this thread in may?

If the translation isn't finished, could you please send the german manual to me?

TIA

treo
 
 
  • Post #18
  • Quote
  • Oct 11, 2009 7:17pm Oct 11, 2009 7:17pm
  •  JonathanM
  • | Joined Oct 2009 | Status: Junior Member | 2 Posts
I've loaded nanningbob's system with the templates and the EA's, but my charts don't show the red, green and yellow MA lines, only the gray MA line. What am I doing wrong?

Thanks for your help in advance!
 
 
  • Post #19
  • Quote
  • Oct 11, 2009 9:53pm Oct 11, 2009 9:53pm
  •  nanningbob
  • Joined Jun 2007 | Status: Teach men to fish | 7,383 Posts
Quoting JonathanM
Disliked
I've loaded nanningbob's system with the templates and the EA's, but my charts don't show the red, green and yellow MA lines, only the gray MA line. What am I doing wrong?

Thanks for your help in advance!
Ignored
Hit control I and see if the indicators are there on the screen.
 
 
  • Post #20
  • Quote
  • Oct 12, 2009 6:45am Oct 12, 2009 6:45am
  •  JonathanM
  • | Joined Oct 2009 | Status: Junior Member | 2 Posts
My levels for the indicators were set at 900, 1800 and 2700 due to the 5 digit platform. I changed them to 90, 180 and 270 and they appeared. Thanks again for your help Nanningbob!
 
 
  • Platform Tech
  • /
  • Help regarding NanningBob EA
  • Reply to Thread
    • Page 1 2
    • Page 1 2
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