Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (50) Thread Tools Display Modes
  #61 (permalink)  
Old 07-09-2007, 05:32 AM
Junior Member
 
Join Date: Dec 2006
Posts: 14
simplecoders is on a distinguished road
In order to prevent massive draw downs the following system might be adopted which is similar to the system told by don_forex The EA should allow the user determine a an equity target.
If the equity target is reached the EA should close all the open orders at once and the restart again.

Suppose if the initial balance is $500 and the target equity set is +$25. ( not the profit ..it is equity). Once the equity achieves the target +$25 ( Balance $525)in equity, it closes all the open orders. The EA restarts again.

Again when the equity reaches the target profit of another $25 ( Balance $550)it again closes all the orders.

Currently I am struggling to do this manually. Better if it is incorporated in EA. I use version 2 .I find that more profitable with above system

Last edited by simplecoders; 07-09-2007 at 05:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 07-10-2007, 10:39 PM
Member
 
Join Date: Apr 2007
Location: Atlanta, GA. USA
Posts: 20
cantrell is on a distinguished road
Thumbs up V5neo

This is an intriguing ea with tremendous potential! It is a powerful ea that currently needs some control and it could be an incredible $$ maker. I have tested it on a demo and realized it will do very well if you turn it on during a strong breakout or trend. Then turn it off and clear the float when the party is over. I have used it twice on my 1k live account on usd/jpy for a few hours for a tremendous profit in a very short time. I just used it on the usd/jpy for about two hours and picked up over $200. I left it on overnight about a week ago and picked up $250. However, if you leave it running during an undefined market it will leave a large negative float to deal with. I really hope development continues. This is a great ea. Thanks for sharing it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 07-12-2007, 03:07 AM
Member
 
Join Date: Apr 2006
Location: Florida, USA
Posts: 65
crodzilla is on a distinguished road
Modifications...

Well, I modified the latest EA from Neo, in which I added a trending indicator that I've always liked... the BBRSI&MA, and removed the checking of closing orders above/below the midline. I didn't quite understand that, but, now the EA closes any orders meeting the profit target no matter where price is. So, long orders are only opened on a 4hr trend with the indicator, same for short orders. This seems to limit outliers and helps the EA cover them with the profitable orders.

Again, I'm using the worst case scenario... starting at an intermediate low in Nov 2005 for the EURUSD. This is in 6 weeks. Equity drawdowns are smaller. Nice curve... Still testing...

Carl
Attached Images
File Type: gif EURUSD_Pipmaker_Rodmod.gif (7.3 KB, 1484 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 07-12-2007, 04:03 AM
Junior Member
 
Join Date: Jul 2007
Posts: 1
faridin is on a distinguished road
PipMakeraNeo5 test result

Dear All,

I just run the testing strategy. here are the result. Please advice what's happened here. the curve not prety good the last. Is't the my setting not right?? .. Many Thanks.- FARIDIN
Attached Images
File Type: gif Tester-usdjpy1m.gif (6.8 KB, 1540 views)
Attached Files
File Type: htm Tester-usdjpy1m.htm (89.4 KB, 70 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 07-13-2007, 02:03 PM
static's Avatar
Senior Member
 
Join Date: Apr 2006
Location: 西海岸
Posts: 125
static is on a distinguished road
I let this trade on a small live and demo account at the same time to see how the results would compare. After letting it run for the past four days what I have noticed is that the while the demo account turned a nice profit (~14%), the live account opened orders but would not close them, forcing me to close them out manually at a loss at the end of the week.

I have checked all the obvious things and settings are pretty much identical on both accounts. Has anyone else had this problem, or am I overlooking something simple?
__________________
魑魅魍魎
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 07-13-2007, 02:12 PM
Senior Member
 
Join Date: Oct 2005
Posts: 284
Bongo is on a distinguished road
Quote:
Originally Posted by static View Post
I let this trade on a small live and demo account at the same time to see how the results would compare. After letting it run for the past four days what I have noticed is that the while the demo account turned a nice profit (~14%), the live account opened orders but would not close them, forcing me to close them out manually at a loss at the end of the week.

I have checked all the obvious things and settings are pretty much identical on both accounts. Has anyone else had this problem, or am I overlooking something simple?
Which broker you are using?
Call them and give them the Sh...
They put you on manual execution!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 07-13-2007, 02:52 PM
static's Avatar
Senior Member
 
Join Date: Apr 2006
Location: 西海岸
Posts: 125
static is on a distinguished road
Yeah but if I was on manual execution wouldn't the requests to close be rejected by the server? There is no request by the EA to close the orders in the journal. Also, the EA is able to execute orders manually but it cannot close them.
__________________
魑魅魍魎

Last edited by static; 07-13-2007 at 05:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 07-13-2007, 04:44 PM
Senior Member
 
Join Date: Oct 2005
Posts: 284
Bongo is on a distinguished road
Few Questions:
WHY???
extern int MAPeriod = 1200; ????????

// Internal settings
int Step = 1; ?????????????????
int Error = 0;
int Order = 0;
int Slippage = 0; ?????????????????????
int Reference = 0;
string TradeComment = "PipMaker v5a Neo";
datetime BarTime = 0;
static bool TradeAllowed = true;
double TickPrice = 0;

int MaxBuys = 0;
int MaxSells = 0;
Why MaxBuys/MaxSells....0; ?????
Thanks
B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 07-15-2007, 01:06 AM
don_forex's Avatar
Member
 
Join Date: Oct 2005
Posts: 67
don_forex is on a distinguished road
Quote:
Originally Posted by crodzilla View Post
Well, I modified the latest EA from Neo, in which I added a trending indicator that I've always liked... the BBRSI&MA, and removed the checking of closing orders above/below the midline. I didn't quite understand that, but, now the EA closes any orders meeting the profit target no matter where price is. So, long orders are only opened on a 4hr trend with the indicator, same for short orders. This seems to limit outliers and helps the EA cover them with the profitable orders.

Again, I'm using the worst case scenario... starting at an intermediate low in Nov 2005 for the EURUSD. This is in 6 weeks. Equity drawdowns are smaller. Nice curve... Still testing...

Carl
This is the crux of the whole EA. Determining the trend and taking the best advantage of the trend. If you can determine the best identification of a trend and load up on the orders in that direction, you can reduce the drawdown. Still working on the EA to determine trend and best optimizations...

Don
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 07-15-2007, 01:11 AM
don_forex's Avatar
Member
 
Join Date: Oct 2005
Posts: 67
don_forex is on a distinguished road
Quote:
Originally Posted by Bongo View Post
Few Questions:
WHY???
extern int MAPeriod = 1200; ???????? This is as close to a 15 minute 80 period MA we could get.

// Internal settings
int Step = 1; ????????????????? This was to represent the number of pips beyond the opening of a new candle. It is no longer used. I simply haven't removed it. Sorry.
int Error = 0;
int Order = 0;
int Slippage = 0; ????????????????????? This is simply used as a variable to put in a slippage into the ordersend command...
int Reference = 0;
string TradeComment = "PipMaker v5a Neo";
datetime BarTime = 0;
static bool TradeAllowed = true;
double TickPrice = 0;

int MaxBuys = 0;
int MaxSells = 0;
Why MaxBuys/MaxSells....0; ?????
Thanks
B.
There are the answers to your questions...

Don
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
Pipmaker, pipmaker forex, pipmaker ea, adaptive RSI

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/martingale-average-cost-hedging/8126-pipmaker-v1-price-action-based-ea.html
Posted By For Type Date
Bless EA [zmodykifowana] This thread Refback 08-17-2008 04:23 AM
Bless EA [zmodykifowana] This thread Refback 08-06-2008 08:05 PM
Bless EA [zmodykifowana] This thread Refback 08-06-2008 10:53 AM
Bless EA [zmodykifowana] This thread Refback 07-29-2008 12:07 PM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 06-26-2008 09:37 AM
FXƥȥ졼ɼư Post #1021 Refback 06-24-2008 02:16 PM
FXƥȥ졼ɼư Post #1021 Refback 06-14-2008 04:09 PM
᥿ȥ졼 200805 This thread Refback 06-06-2008 03:17 PM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 04-15-2008 12:39 PM
^g!@S̃XX: PipMaker헪 This thread Refback 03-28-2008 02:42 AM
^g!@S̃XX: tEǍ!! This thread Refback 03-26-2008 12:06 AM
^g!@S̃XX This thread Refback 03-25-2008 11:15 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-14-2008 04:32 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-09-2008 07:41 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 02:31 AM
MT4MetaTrader Part8ڥ᥿ȥ졼 - MetaTraderޤȤWiki This thread Refback 02-24-2008 06:14 AM
ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread Refback 02-23-2008 08:51 PM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 02-23-2008 11:01 AM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-21-2008 12:27 AM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-13-2008 06:28 AM
TSDΥեؤΥ | 1ߤܻؤ This thread Refback 02-09-2008 09:35 PM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-08-2008 01:34 PM
اکسپرتهای سودده !!! - صفحه 15 - Sarmaye Forums This thread Refback 02-08-2008 01:18 PM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-07-2008 12:16 AM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-06-2008 03:30 PM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-06-2008 07:43 AM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-06-2008 06:23 AM
اکسپرتهای سودده !!! - صفحه 16 - Sarmaye Forums This thread Refback 02-06-2008 06:03 AM
200801 ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread Refback 02-03-2008 08:40 AM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 01-31-2008 07:00 PM
ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread Refback 01-30-2008 07:57 AM
20080116 ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread Refback 01-27-2008 12:50 PM
اکسپرتهای سودده !!! - صفحه 15 - Sarmaye Forums This thread Refback 01-22-2008 08:16 PM
ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread Refback 01-18-2008 05:43 PM
ƣؤʤǤ⤫Ǥ⡦All you need is TRENDʲ This thread