Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #121 (permalink)  
Old 02-21-2007, 02:29 AM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,492
davidke20 is on a distinguished road
Quote:
Originally Posted by xxDavidxSxx
I'm with you...

What is it with these people having under 10 posts bashing threads?

any ways...try these settings...

max trades 5to7
target 18-23
pips 25-30

I'm not testing but it sounds like its similer to bipoler. And I ran terminater in the same manor. Those variances of settings have shown me to do well over a 3 month forward testing range starting in nov.

I am all tied up in bipoler, but I thought you could use a good starting point for settings.

Dave
Hello David. I've dropped off all the hedging system currently, as Phorex Phreak is working on another crazy hedging EA series(The Porno Star series). I'm now fully concerntrated working on position trading EA with high success rate + capable of riding a 100+pips trend to support the Porno Star series. Meanwhile, 10point3 already evolved to TIGHT STOP LOSS version. We rather take the loss, still better than margin call, amazingly, the minor change of original settings and the trend direction indicator... stay out feature... ranging detector... all works well in a simple martingale EA. Currently still under final stage development. We'll see whether got chance to put it up here. Good luck.

Regards,

David
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #122 (permalink)  
Old 02-26-2007, 06:20 AM
basza's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 161
basza is on a distinguished road
Is anyone still testing this system?

I have just come across this system and am wounder if this thread is now dead or not.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #123 (permalink)  
Old 02-26-2007, 12:50 PM
Member
 
Join Date: Sep 2006
Posts: 80
Yves81 is on a distinguished road
DreamTeam

Hello Basza
I believe to know that " abrs70 " left definitively the thread, and I do not know why.
I continue to make tests with " DreamTeam " on two platforms, because I have results interressants.
Only it is impossible to improve this E.A because abrs70 did not want to post code source.
Can be that one day it(he) will understand(include) that one has necessities of him, and that it(he) will return among us, to light(enlighten) us a little more on the strategy, by forgetting old quarrels.

Bonjour Basza
Je crois savoir que "abrs70" a quitté définitivement le fil,et je ne sais pas pourquoi.
Je continue à faire des tests avec " DreamTeam" sur deux plateformes,car j'ai des résultats interressants.
seulement il est impossible d'améliorer cet E.A car abrs70 n'a pas voulu poster le code source.
Peut être qu'un jour il comprendra que l'on a besoins de lui,et qu'il reviendra parmi nous,pour nous éclairer un peu plus sur sa stratégie,en oubliant les vieilles querelles.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #124 (permalink)  
Old 02-26-2007, 09:40 PM
Junior Member
 
Join Date: Nov 2006
Posts: 21
icepeak is on a distinguished road
Here is what you can do.

I have been testing this for a little while. Here is what I have done. Download DLMv1.1 from from the same place as 10points3. I don't know if it is okay to post the link or not. DLMV1.1 allows you to choose the method of entry. Change the following:
if (OpenOrders<1 && Manual==0)
{

switch (OpenOrdersBasedOn)
{
case 0:
myOrderType=OpenOrdersBasedOnMACD();
break;
case 1:
myOrderType=OpenOrdersBasedOnPivot();
break;
case 2:
myOrderType=OpenOrdersBasedOnSupRes();
break;
default:
myOrderType=OpenOrdersBasedOnMACD();
break;

Change it to:


if (OpenOrders<1 && Manual==0)
{

switch (OpenOrdersBasedOn)
{
case 0:
myOrderType=2;
break;
case 1:
myOrderType=1;
break;

default:
myOrderType=2;
break;

2 means buy and 1 means sell.

You will need to place the EA on 2 charts. On one of them change the entry method to 1 and change the magic number.
I don't know if this is all he did or not, but it seems to work about the same.
Enjoy!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #125 (permalink)  
Old 02-27-2007, 03:05 AM
basza's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 161
basza is on a distinguished road
Yves81: Yes I hope abrs70 will come back to this thread and share a bit more about this EA.

Icepeak: Thank you for that. I will set it up on a demo account and see how it runs. Maybe we can optimize it a bit better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #126 (permalink)  
Old 03-05-2007, 02:42 AM
Junior Member
 
Join Date: Feb 2007
Posts: 26
Jimbo61 is on a distinguished road
Correct EA that works

Does anyone have an EA on this that works.
The Dreamteam and Teamdream on the first page of this thread will not load.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #127 (permalink)  
Old 03-09-2007, 03:15 PM
Junior Member
 
Join Date: Mar 2007
Posts: 4
says12345 is on a distinguished road
I Have the proble

Hi... I have some problem when i was test this EA Hedge eur/usd vs usd/chf, it's really not work at my computer..i would test with 0,01 lot each pairs,is there something wrong with the setting? some one help me please ..!!

thank
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #128 (permalink)  
Old 03-24-2007, 07:46 PM
gkozlyk's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 203
gkozlyk is on a distinguished road
I managed to get this EA to work on my InterbankFX account using 0.01 lots. I did however find the drawdown and margin used to be quite excessive.

GK
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #129 (permalink)  
Old 03-25-2007, 02:54 PM
Member
 
Join Date: Sep 2006
Posts: 54
ForexCeo is on a distinguished road
somebody has some live experience of this EA to show us?
__________________
FELIXFOREX.COM
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #130 (permalink)  
Old 01-28-2009, 09:20 AM
Junior Member
 
Join Date: May 2007
Posts: 21
drossel is on a distinguished road
open code

You received an infraction because you've post a decompiled code

Last edited by Linuxser; 02-10-2009 at 10:59 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
hedging, Hedging EA, EA Hedging, eurusd ea, martingale daceterito


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Martingale and other high risk high reward systems TraderGeek General Discussion 15 05-03-2007 06:59 AM
USDCHF corrupted data from neuimex deepdrunk Metatrader 4 3 08-29-2006 09:10 AM


All times are GMT. The time now is 11:35 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.