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 dont want you to work alone, I really wish to help you with the code.
During the flood disaster, I was studying MQL (Meta Quote Language) from scratch. I got source from codec guru, interbankfx, and MQL manual itself.
But the more I studied, the more confusing it is
Anyone,please show me, do you know the easiest way to learn MQL?
Coz, I want to give contribution, helping Mr Pips, Frantacech, etc
Btw,
I have updated the first page, take a look, and let me know if missing something. The both EA which Mr Pips added, is on the forward test now.
Version 1.3 follows the rules of Kuskus without checking trend.
Version 2.1 follows the rules of DIN but does not use trend entry as this showed in backtest to not work.
To use the trend checks for 4 hr and daily trend you need to set the switch for UseTrend. The default trend uses HMA which is method 2. To use GMACD you must use method 1. HMA showed better results.
The other change was to add trading hours. If that is not wanted you must set UseTradingHours to false.
If you use trading hours with a broker other than FXDD you will also need to change the time settings to match the times for your broker.
Here is HMA_Angle indicator and HMA3 that is used by the angle indicator.
I like this more than the GMACD because you can see the trend change historically to better test the EA.
HMA3 is also used by the DIN_EA_v2 and the next DIN_Kuskus_EA_v1.2 EA.
The angle is calculated in a function within the EA.
Robert
@ Mr.Pip...
just want 2 ask U, I can't find the DIN_Kuskus_EA_v1.2 EA's...
where's I can download that EA?
cz i only find version v1.0, v1.1, v1.3, v2.0 and v2.2...
once more...
I dont understand, when I forwarded test in demo, why in my order, DIN_Kuskus_EA_v1.2 executed... confusing cz i never put that EA in folder expert... i only copy version 'DIN_Kuskus_EA_v1.1" not version v1.2
there's sumthing wrong with my mt4???
last...
when I forward test DIN_Kuskus_EA_v1.1, EA has been executed n suddenly that EA closed, but not hit tp or SL...
really confusing
can U explain me?
thx b4...
Last edited by green pips; 02-08-2007 at 09:37 AM.
@ Mr.Pip...
just want 2 ask U, I can't find the DIN_Kuskus_EA_v1.2 EA's...
where's I can download that EA?
cz i only find version v1.0, v1.1, v1.3, v2.0 and v2.2...
once more...
I dont understand, when I forwarded test in demo, why in my order, DIN_Kuskus_EA_v1.2 executed... confusing cz i never put that EA in folder expert... i only copy version 'DIN_Kuskus_EA_v1.1" not version v1.2
there's sumthing wrong with my mt4???
last...
when I forward test DIN_Kuskus_EA_v1.1, EA has been executed n suddenly that EA closed, but not hit tp or SL...
really confusing
can U explain me?
thx b4...
All current EAs are found by following the link to the zip file in message 1.
DIN_KuskusEA_v2.0 shows version 1.1 because I forgot to change the string for expert name. That is now fixed in v2.1.
I do not know where the other versions are from because I never posted a 1.3 or 2.2. There were earlier Kuskus_EAs that should not be used. Only those with DIN as the start of the name are current.
As mentioned earlier DIN_Kuskus_EA_v1.x are pure Kuskus as far as I understand the rules.
DIN_Kuskus_EA_v2.x are DIN, again as I currently understand the rules.
Version 1.1 uses change of direction in fisher indicator as exit, not just stop loss and take profit. This is what worked best on back test.
Version 1.3 follows the rules of Kuskus without checking trend.
Version 2.1 follows the rules of DIN but does not use trend entry as this showed in backtest to not work.
To use the trend checks for 4 hr and daily trend you need to set the switch for UseTrend. The default trend uses HMA which is method 2. To use GMACD you must use method 1. HMA showed better results.
The other change was to add trading hours. If that is not wanted you must set UseTradingHours to false.
If you use trading hours with a broker other than FXDD you will also need to change the time settings to match the times for your broker.
Robert
Thanks Robert for the reply
To give a better clarification, I posted what this EA did to my MT4, it gave a false sell order
I think it needs attunement
I think I need a better understanding of the rules here.
I was told to use Hist_StepMA_Stoch_KV1_Ex_03 with settings of 10, 1, 0, 500 to replace StepMA_Stoch with settings 7, 0.7, 0.
If I change the settings for the Hist indicator to 7, 0.7 the cross is at the same place. With setting of 10,1 the cross is later.
New version has inputs for the settings.
What should be the defaults?
I think there are too many people giving me the rules for this system. It would help if the settings for each indicator were clear. I do believe the rules are correct, just the settings are wrong.
The others look to be correct.
BBand_Stops_v2 red
HeikenAshi_MA red
Fisher11 red
Hist_StepMA_Stoch... red
StepMA_Stoch turned red sooner.
Not using trend for entry. If trend were used the trade would not have happened because daily trend is still up.
Using FlatTrend since Jan 2, 2007 helped a lot but since Aug 20, 2006 it did not help.
I will be replacing earlier zip file with the new EA. The link in message 1 will point to the correct message to get the new version.
I think I need a better understanding of the rules here.
I was told to use Hist_StepMA_Stoch_KV1_Ex_03 with settings of 10, 1, 0, 500 to replace StepMA_Stoch with settings 7, 0.7, 0.
If I change the settings for the Hist indicator to 7, 0.7 the cross is at the same place. With setting of 10,1 the cross is later.
New version has inputs for the settings.
What should be the defaults?
I think there are too many people giving me the rules for this system. It would help if the settings for each indicator were clear. I do believe the rules are correct, just the settings are wrong.
The others look to be correct.
BBand_Stops_v2 red
HeikenAshi_MA red
Fisher11 red
Hist_StepMA_Stoch... red
StepMA_Stoch turned red sooner.
Not using trend for entry. If trend were used the trade would not have happened because daily trend is still up.
Using FlatTrend since Jan 2, 2007 helped a lot but since Aug 20, 2006 it did not help.
I will be replacing earlier zip file with the new EA. The link in message 1 will point to the correct message to get the new version.
Just need to change the zip file.
Zip file now posted.
Robert
Hi Roberts,
I attached two picture from today.
GBPUSD open sell order after x bar.
How working exit? I have default settings.
And last picture, very bad entry. end trend, signal for sell and open buy.
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
Last edited by frantacech; 02-08-2007 at 01:56 PM.