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.
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.
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.
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!
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 ..!!