You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
"Chance helps the prepared mind" :)
:))
Thanks for the link, I'll read it. Anyway, it's an interesting start.
I've never seen results of profitability=3.18 on 226 trades of any other Expert Advisor! Besides, the percentage ratio of winning trades is very impressive, 85%!
At the moment I faced a small technical limitation of the MT4 tester. Or rather, it's not a limitation of the tester, but of the rules of the opened mini-account.
The maximum lot size=50. Therefore, when I want to open with lot size more than 50, my trades don't open and therefore that part of the curve, where the balance is already more than 15000 can be disregarded. I understand that in practice the allowed balance in the mini-account is up to 10000USD, but the question to the developers - is there any way to disable control of the maximum lot size for history tests (in terms of studying the theoretical capabilities of an EA)? Or maybe there is already a configuration file somewhere that allows to solve this problem right now?
Well, if it cannot be solved now, then I will correct the Expert Advisor to open trades with lot size more than 50 (make several trades from one big one, but which is not allowed based on maximum lot size limitation). Although, in principle, this inconvenience does not matter at all - it is possible to simply run the Expert Advisor on the remaining part of history with a small balance and thus make sure that it works in this part as well.
1. (the easiest) connect to a broker with a larger max lot, there should be many of them)
2. Find a utility FXTEdit (I can send it to you), and with its help edit your FXT-files, as you want ;)
3. write a script, correcting corresponding FXT header field - it's not difficult ;)
It would be interesting to use both variants. Can I get a link to a utility or script, if someone has already written one?
I'm too lazy to make a script =)
But the tool I posted:
https://c.mql5.com/mql4/forum/2006/07/FXTEdit1.zip
https://c.mql5.com/mql4/forum/2006/07/FXTEdit2.zip
What's wrong with GetTickCount()? =)
But it is an indicator, according to Rosh the Expert Advisor should work faster. And it is clear that the main time is spent on calculation of RMS. Someday I will take a pen and paper and try to understand if there is any recursion there. And what makes sense to memorise there.
I didn't say that :) More like the opposite, if you think about it. Put the BlackBox and the Ticks indicator on one window tomorrow at 16:00 Moscow time and wait for the NFP. You will see for yourself.