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
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.
Did you see the video Patric done on interbankfx site for EA, that should be good strat
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
ANCOLL I had to agree with MrPips I was trading with the trend for a while, no losses so far but some orders went more than 80 pips against me before they go back again with the trend
Hi, guys. There is a great effort being put into developement and we all gotta keep on. Agree?
I'm worried of 3 issues:
1st - An entry should not be placed along the whole period even if signals are granted, but just on max x ordered
bars after signal. Or else according to value of stochastik, buy at the beginning of a half wave, sell opposite....simply, never again encounter situation like today when the buy was placed exactly one minute before the end of trend. Quite the reverse.
Perhaps an ideal solution would be watching out signal on M15 and if a valid signal arises on M15 then to take reaction as soon as the signal condition of opening position on M30 is obtained. It would have meant a finished bar with valide signal on M15, which shall happen about in the middle of M30 bar and to place entry as soon as a valide signal arises on M30. Not to wait for the end of a bar. Or optional, to wait for the end of a bar, or again optional to allow another x bars for entry.
2nd - An exit --- I've switched "on" Trailing Stop type 4 in EA - breakeven after 18pips profit at entry+1. It seems ok, but I expected that was just a safety guard against turning to losses, and EA closed with abandonment in accordance with the exit signal...I left default settings. After two days I haven't notised any exit after profit loss...weird..
3rd - Traiding hour - it is preset in some way in EA. For which broker and which Time Zone? There is an European and Asian session permited, but American session is not. What experiences come from that and is it ideal? I'm personally scared of Asian session little bit. What do statistics, practice and experience say?
This EA is completely excelent basis, but it needs much debugging.
I hope what is stated herein is comprehensible enough despite my non-native english.
Regards to everybody.
Did you see the video Patric done on interbankfx site for EA, that should be good strat
ANCOLL,
Thank you for your offer to help with coding.
I do not know if that is a good idea or not.
I have been a programmer for over 30 years so I can code pretty fast.
If I have to fix errors you might make it could actually slow me down.
You will best help by clearly explaining any problems you find with the EA.
I think I have all the rules coded correctly but I am not sure if I am using the correct settings. I coded the default values from the values given by others.
I do not have the time to read threads on forums. That is where I rely on those who truly understand the system to supply me the indicators and settings I need for writing an ea.
It would also help if more people would test the trailing stop ideas on backtest
We only have one volunteer so far.
If no one else is willing to help in this way then it might be time for me to move on. If that is the case I hope another programmer can pick this up from here.
I have run across this problem on many forums where no one really wants to help. Too many people looking for a free EA without helping improve the strategy or at least run tests and post results.
I do not mind helping with coding but running tests ties up my computer.
I have several paying clients with EAs I need to code.
@MiniMe
Thanks for your recomendation, MiniMe
I will download the MQL video now
@MrPips
OMG!!! 30 years in programming? no wonder
Sure, I will forward test the newest version of DIN EA right away, and pretty sure, I am happy to show the result and give a comment on it.
Glad to have you here, Mr Pips.
Update has been made,
I put custom indicator by frantacech and ZIP EA from Mr Pips
Actually I learned to program in high school in 1963 with a language called FOCAL. Punched cards and a slide rule at my side . Began my professional career in 1976 on Mini Computers with punch tape and some front panel switches for coding. Soon moved on to more modern systems. I was also a hobbyist with a home built 6502 based system for learning Assembly language. That one was cassette tape for storage.
Not just forward test but also backtest to find the best trailing stop method.
There are seven methods to test but that could take a while as the settings are OOTB from where I copied the functions. I did leave comments in the functions to show the source. Some are mine and some are from others.
I just took the code and copied to this ea as independent functions.
And not that it matters but it is MrPip not MrPips.
I think there is someone else who goes by MrPips.
30 Years we should add an extra (s) for each year , There is a lot to learn from you,.. we are honored to have someone with your experience here...If there is a holy grill, I hope it will be you to code it ..
I am currently forward testing StepStopExpert_v1.1. I will play with the backtest results as well over next couple days. I will post all statements next week. I would also like to thank MrPip, MiniMe, ANCOLL, and frantacech for the time spent for the forward progress of this system. The progress has been fantastic, it's a great system. I will be follow this system closely over the next couple weeks and I hope to contribute as much info as I can.
I am currently forward testing StepStopExpert_v1.1. I will play with the backtest results as well over next couple days. I will post all statements next week. I would also like to thank MrPip, MiniMe, ANCOLL, and frantacech for the time spent for the forward progress of this system. The progress has been fantastic, it's a great system. I will be follow this system closely over the next couple weeks and I hope to contribute as much info as I can.
Thanks,
Chris
I have a copy of StepStopExpert_v1.1. From the code I have it only functions as a trailing stop for orders that are already open. Do you have a version that actually places trades?
I have a copy of StepStopExpert_v1.1. From the code I have it only functions as a trailing stop for orders that are already open. Do you have a version that actually places trades?
Robert
Hi Robert,
2 news.
old version DIN 2.1 picture - bad entry buy...
And 2 picture manual entry by ISAKAS
Waiting M15 for correct ISAKAS signal, and after look M30... if signal ... not closed bar... entry.
This I need to EA.
Sychronized entry with graph, entry only at first signal.
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
Last edited by frantacech; 02-09-2007 at 08:52 AM.