• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:52am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:52am
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

Help regarding NanningBob EA 27 replies

Nanningbob 4H trading system 2,017 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 5
Attachments: Help to improve profitable EA - 1H NanningBob 40MA 200 BB
Exit Attachments

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

  • Post #1
  • Quote
  • First Post: Aug 30, 2009 1:03pm Aug 30, 2009 1:03pm
  •  scali
  • | Joined Apr 2009 | Status: Member | 110 Posts
Hi all,


There is an very interesting and profitable EA described by Nanningbob at:
http://www.forexfactory.com/showthread.php?t=150293

I am testing the 1H NanningBob 40MA 200 BB, so far it is very profitable. See my last statement:

I would like to improve it adding a "Step" for "TakeProfit" .

For exemplo: If I have a "TakeProfit" = 100 pips and a "Step"= 25 pips.

Level 1 = TP will be 100 pips
Level 2 = TP will be 125 pips
Level 3 = TP will be 150 pips....

Any help will be appreciated.

Thanks in advance,

Scali
Attached Image
File Type: bmp Added Step.bmp   896 KB | 476 downloads
Attached Files
File Type: doc FXDD 1H NanningBob 40MA 200 BB Statement.doc   218 KB | 524 downloads
File Type: mq4 1H NanningBob 40MA 200 BB.mq4   24 KB | 496 downloads
  • Post #2
  • Quote
  • Aug 30, 2009 1:53pm Aug 30, 2009 1:53pm
  •  LittleLuca
  • | Joined Feb 2009 | Status: BoB | 97 Posts
What do you mean by a step?

Do you want to have 3 trades for every trade opened and have a different TP for each trade ?
The winner of the rat race is still a rat.
 
 
  • Post #3
  • Quote
  • Aug 30, 2009 6:28pm Aug 30, 2009 6:28pm
  •  scali
  • | Joined Apr 2009 | Status: Member | 110 Posts
Quoting LittleLuca
Disliked
What do you mean by a step?

Do you want to have 3 trades for every trade opened and have a different TP for each trade ?
Ignored

Hi,

This EA have a fixed TP for all trades. When the first TP is achieved it close all open trades. I would like to have an option to have a TP with a step.

Example:

If it open a trade with a TP = 50 and Step=25 every time the price moves 100 pips.

First trade - price at 1000 - TP = 50 at 1050
Second trade - price at 900 - TP = 75 at 1025
Third trade - price at 800 - TP = 100 at 1000

Using “steps” I will have a average of TP, not fixed. In this case 25 pips per trade.
 
 
  • Post #4
  • Quote
  • Aug 31, 2009 7:59am Aug 31, 2009 7:59am
  •  Mindsphere
  • | Joined Jul 2009 | Status: Member | 412 Posts
Hey scali,

Do you mean for additional trades on the same pair? I thought the idea of the EA was to minimise losses by entering additional times. If you went for a larger TP you might end up hurting its efficacy.

Did you use default settings to produce that statement by the way?
 
 
  • Post #5
  • Quote
  • Aug 31, 2009 9:38am Aug 31, 2009 9:38am
  •  scali
  • | Joined Apr 2009 | Status: Member | 110 Posts
Quoting Mindsphere
Disliked
Hey scali,

Do you mean for additional trades on the same pair? I thought the idea of the EA was to minimise losses by entering additional times. If you went for a larger TP you might end up hurting its efficacy.

Did you use default settings to produce that statement by the way?
Ignored

Yes, additional trades on the same pair. The EA is doing great as in my statement, but I am doing different tests. The way that the EA works the order size is multiplied by 1.6, 2.0, 3.0 … or whatever works better for you, the default settings is 2.0. Using multiply = 2.0 if you start with 0.01 the next order will be 0.02 and them 0.04, 0.08, 0.16, …. As far as your “maxTrades” setting.

Pips = 200

L1 = 0.01 Total size opened = 0.01 Pips Coverage = 200
L2 = 0.02 Total size opened = 0.03 Pips Coverage = 400
L3 = 0.04 Total size opened = 0.07 Pips Coverage = 600
L4 = 0.08 Total size opened = 0.15 Pips Coverage = 800
L5 = 0.16 Total size opened = 0.31 Pips Coverage = 1000

So, you have to have a big margin account to go to level 4 or 5 and the risk increase dramatically.

Last week I started doing different tests to avoid this, see my weekly statement - 44% last slow week. The “multiply” is 1.0, so all orders will remain the same, but the TP is increased using “steps” or whatever you want call it. The advantage is: if the price keeping going against you will need less margins with more coverage pips.

Pips = 50

L1 = 0.01 Total size opened = 0.01 Pips Coverage = 50
L2 = 0.01 Total size opened = 0.03 Pips Coverage = 100
L3 = 0.01 Total size opened = 0.07 Pips Coverage = 150
L4 = 0.01 Total size opened = 0.15 Pips Coverage = 200

If you want to go 1000 pips coverage you only need 0.20 to do the same.

L20 = 0.01 Total size opened = 0.20 Pips Coverage = 1000

I know that I need bigger retrace to achieve my TP but less margin, that’s why I need more tests to find the best settings. Right now I am fixing the TP manually until I have it incorporate into the EA.

So I need help.

Yes, settings are default, only one change “maxTrades” I am using 4.

Thanks.
Attached File
File Type: doc FXDD Step Statement.doc   218 KB | 451 downloads
 
 
  • Post #6
  • Quote
  • Sep 2, 2009 3:22am Sep 2, 2009 3:22am
  •  IamTHAT
  • | Joined Jun 2008 | Status: Member | 578 Posts
Quoting scali
Disliked


So I need help.

Thanks.
Ignored
Here is the edited EA which seems to work. Whatever increase you require can be added externally.
Attached File
File Type: mq4 1H NanningBob 40MA 200 BB-TPVar.mq4   19 KB | 429 downloads
"Put all your efforts in becoming effortless"
 
 
  • Post #7
  • Quote
  • Sep 2, 2009 7:33am Sep 2, 2009 7:33am
  •  scali
  • | Joined Apr 2009 | Status: Member | 110 Posts
Quoting IamTHAT
Disliked
Here is the edited EA which seems to work. Whatever increase you require can be added externally.
Ignored


Thank you so much IamTHAT, great work. I started test it and I will post the result in the Nanningbob 60x90 EA Forum.

http://www.forexfactory.com/showthread.php?t=150293


Thank you again.

Scali
 
 
  • Post #8
  • Quote
  • Sep 17, 2009 7:36am Sep 17, 2009 7:36am
  •  TimeFreedom
  • Joined Feb 2006 | Status: Member | 569 Posts
@ Scali;

What are the settings that you are using for your Scali-Fxdd-3 demo testing on MyFXBook?

TimeFreedom
 
 
  • Post #9
  • Quote
  • Sep 17, 2009 10:17am Sep 17, 2009 10:17am
  •  wilkinson
  • | Joined Sep 2009 | Status: Member | 84 Posts
Quoting TimeFreedom
Disliked
@ Scali;

What are the settings that you are using for your Scali-Fxdd-3 demo testing on MyFXBook?

TimeFreedom
Ignored
What's the system's link? Would like to see it.
 
 
  • Post #10
  • Quote
  • Sep 19, 2009 12:48pm Sep 19, 2009 12:48pm
  •  TimeFreedom
  • Joined Feb 2006 | Status: Member | 569 Posts
Here is the link to the MyFXBook results.

TimeFreedom

Quoting wilkinson
Disliked
What's the system's link? Would like to see it.
Ignored
 
 
  • Post #11
  • Quote
  • Last Post: Oct 4, 2009 8:55am Oct 4, 2009 8:55am
  •  james_phuc28
  • | Joined Mar 2009 | Status: Member | 24 Posts
Hi Scali,

It seemed that someone has just deleted the post results of Scali-FXDD-3 on that thread today, because yesterday, I still could see it.

By the way, could you please attache your preset files of your other settings which you have used to forward-test this EA with the name Scali-FXDD-3. This testing has higher profit % with lower drawdown of 0.70% only.

By the way, can this EA be used on 5-digit brokers ? Does this EA comply with NFA's new rule on No Hedging and FIFO?

Hope to receive your further explanations soon.
Thanks and regards,
James
 
 
  • Platform Tech
  • /
  • Help to improve profitable EA - 1H NanningBob 40MA 200 BB
  • Reply to Thread
0 traders viewing now
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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 / ©2022