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.
I'm done optimizing. Retesting results with MM, they differ greatly..
edit: 2,5 year result - I got over-optimized. It gets easily to 476k profit with 40% drawdown during 2006 but fails to perform well (200k and around) on the longer time period. I'll have to optimize for the 2005 and see if there is any correlation between results.
posting the expert for you to play with...
dolly graphics is an indicator and should be put into indicators folder.
Best settings: TP 400 SL 200 UrovenBezubitka 15 (I'll rename it a bit later, its profit you have before you start moving SL to breakeven) Trailing stop 105. These work on a long TF producing 247k profit in 2,5 years. 680 days, 604 deals. Almost every day.
As of 2006 - TF 400 SL 200 UrovenBezubitka 65, trailing stop 85. That makes 500k during 2006 and 372k for 2,5 years with 75% drawdown...
I'll be optimizing on the whole period with MM now.
Have fun with the EA!
I tried to make backtest...but got nothing..;except the following message
2007.01.28 00:12:16 2007.01.25 18:00 Cannot open file 'C:\Program Files\Velocity Trader\experts\indicators\Dolly Graphics(M).ex4' on the GBPUSD,M30
I have installed and compile dollygraphic(M) in indicators file...
// Let's check our very reliable super secret mega-signal...
if (MathAbs(jma1 - jma2) / Point > 2.0)
{
if (jma1 < jma2) SignalOrderType=1;
if (jma1 > jma2) SignalOrderType=2;
}
// Welp, our mega-signal says no cigar...let's see what trusty 'ol RSX has to say...
if (SignalOrderType == 3)
{
if (UseConservativeRSX_Signals)
{
if (rsxcurr < rsxprev1 &&
rsxcurr < 70 &&
rsxprev1 > 70 &&
TrendVal < (-0.01))
{
SignalOrderType=1;
} // we only go short on RSX downturns
if (rsxcurr > rsxprev1 &&
rsxcurr > 30 &&
rsxprev1 < 30 &&
TrendVal > 0.01)
{
SignalOrderType=2;
} // we only go long on RSX upturns
}
if (!UseConservativeRSX_Signals)
{
if (rsxcurr < rsxprev1 && TrendVal < (-0.01)) SignalOrderType = 1; // we only go short on RSX downturns
if (rsxcurr > rsxprev1 && TrendVal > 0.01) SignalOrderType = 2; // we only go long on RSX upturns
}
}
return(SignalOrderType);
}
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
bad news:
1. I found a bug preventing from getting more than 91 deal over a year. Time for orders 1 was 9:00 instead of 09:00
2. After fixing this bug results of optimization and normal backtest differ greatly...
So before I find a reason for this I would not recommend anyone to use this EA with a real account.
In case I stop replying: I have some work to do for the uni during the upcoming 2 months including my diploma and lots of stuff. I'll be busy most of the time but I hope I'll have some during weekends.
I've got good news and bad news.
The good news is that I found the bug. I used 9:00 instead of 09:00 and that led to less orders. After fixing that everything came back to order. I'll have to re-write the EA completely to fix this problem with numbers but that needs to be done in any case.
The bad news is actually horrific. I've been optimizing at H1 timeframe and results... to make it short I'll have to spend another few days re-optimizing at M30 timeframe because M30 gives better results. Hopefully new optimization won't need an indicator and will include optimization of starting time as well so I won't waste another 3 days (can't really use my pc because of it)
I got some positive results but drawdown is rarely less than 30% and when it is, there isn't much profit (you'll get more from a bank deposit). There are some positive results for H1 with good profits but drawdown is around 40%.
For those who like high risks:
TP 350-400
SL 70, 100-250 (it was never hit anyways)
No-profit level (UrovenBezubytka) 15 (the only reason why drawdown was lower than 60%)
Trailing stop 95-100 (don't tighten it up or you'll lose money. I'll try to make it tighter only during no-trade hours)
Starting time 1 09:00 (not 9:00)
Starting time 2 15:00
MMRiskFactor 0.1 (every trade's size is 10% from current depo size)
__________________ "U LOSS SOME U WIN SOME" U loss, u learn..
U win, u learn.. _________________
ISAKAS SEKELPER = 5M HERE ISAKAS II = 30M HERE ISAKAS v2 REBIRTH = 15 & 30M HERE ISAKAS CS = 4H & DAILY HERE ISAKAS I (V2) = 30M HERE ISAKAS I = 30M & 1H HERE
Hello Zeman, is this settings correct?
GMACD(8/17/9)
DIGISTOCH(8/3/3)
its standard setting.. try ask dolly expert which one is the best setting on that..
__________________ "U LOSS SOME U WIN SOME" U loss, u learn..
U win, u learn.. _________________
ISAKAS SEKELPER = 5M HERE ISAKAS II = 30M HERE ISAKAS v2 REBIRTH = 15 & 30M HERE ISAKAS CS = 4H & DAILY HERE ISAKAS I (V2) = 30M HERE ISAKAS I = 30M & 1H HERE
Thank you Zeman for posting your setting here ... I can not do much now I got some exams to prepare for ... but for those who likes to read and have time to learn about EAs .. go to those sites .. it has some good info
finally this link has a video from patrick who works for interbankfx you need to register to see the video .... simply go to interbankfx site and go to fourm and register there you will end up in the same link
By the way I have not tried to ask Patrick for any fav, cause I am sure he is overloaded.. I don’t think he works for free cause this is what he does programming .. I presume he charge per hour .. this is only for the info
Hi.. this is my manual setting of this three system... hopes we can improved all of this combination together..
Hi zeman,
Great template!
I took the liberty in adding the "Hist_StepMA_Stoch_KV_Ex_03" into the Nina window. Reason being is that I find it to work well as an extra confirmation. Also, this it the original way it is being used in the Catfx50.
Does seem to give a bit of a difference in signals though so no idea yet which will be better.. I do find that the original ‘Cat version’ seems to be a bit less sensitive to a choppy market… (see pics) Which I know isn’t always a good thing I guess since it will be slower to react to a reversal...
Suggestions/feedback?
Vince
__________________
To most people, the sky is the limit. For me it is home.
I took the liberty in adding the "Hist_StepMA_Stoch_KV_Ex_03" into the Nina window. Reason being is that I find it to work well as an extra confirmation. Also, this it the original way it is being used in the Catfx50.
Does seem to give a bit of a difference in signals though so no idea yet which will be better.. I do find that the original ‘Cat version’ seems to be a bit less sensitive to a choppy market… (see pics) Which I know isn’t always a good thing I guess since it will be slower to react to a reversal...
Suggestions/feedback?
Vince
Good work, but the trade is based on Dolly and IsaKas signals, I found that Nina gives an advanced warning signal b4 IsaKas signals .. its like a wake up call to look at the screen ...since Nina will give a message before IsaKas its abit risky to trade only Nina, that’s why we combine Dolly and Isakas.
I have added ang_PR(Din)-v2 indicator which speculate the next move in the market for those who likes an early exit and have lots of pips in hand, also added Tick on chart ( give it sometime to work when you first load the template the first time) for those who sit infornt of the computer and want to have the best pip position … tich on chart was placed on top of nina indicator .. to save some space
by now the screen is really loaded with indicators … I hope we will manage to have an EA and clear it up