The full text is available on the Championship website - Interview with Sergey Nikitin (VNIK).You are a regular participant of the Championship except for one year. Why did you miss ATC 2007? You participated in 2008, but your EA didn't trade. Was there an error in your program?
There was an interesting situation in 2007. My EA was not allowed to participate in the Championship. As far as I understand, the reason was that the final compilation was done on my work PC, while I sent it to the competition from home. In 2008 I didn't understand properly some of the new rules of the Championship, and eventually my system in the EA simply didn't receive all the necessary input data for trading and, accordingly, didn't open a single position. Well, it happens.
The full text is available on the Championship website - Interview with Andrei Moraru (enivid).Why have you decided to share your Expert Advisor? Are you waiting for some comments and recommendations from your colleagues? Or may be you have some other reasons?
The strategy is quite good and worth sharing, I think. I usually share my MQL4/5 works that I consider worthy. It helps to improve them considerably. And I think that I must give something back, in case I use somebody else's work.
Do you think your Expert Advisor can be used in a real account?
That is my first Championship Expert Advisor that was tested on a demo account for a long time before the competition. It showed quite good results for eight months with a "mild" money management. I'm going to launch it on a real account beginning from the next year after some improvements concerning money management are implemented. But I don't recommend anybody to do the same, as the risk of losses exists.
Quote from kenten:
why are they not trading for themselves.
are they trying to sell systems , courses , like so much here in et?
what is the catch?
The full text is available on the Championship website - Interview with Atsushi Yamanaka (alohafx).You have created your EA in MQL5 Wizard. What do you think about it?
Fantastic toy! Perfect for the people like me who wants to make automatic trading robot but not very good at writing the code. The coding skill and strategy idea is totally different story. I believe there are lots of people who knows trading but not coding.
I want anyone to use my EA (if it works) as a MQL5 Wizard template to prepare for the next Championship.
The full text is available on the Championship website - ATC Champions League: Interview with Olexander Topchylo (Better).Your winning Expert Advisor was based on a neural network. You said that the neural network was developed in C++, and then translated into MQL4. Now we are launching an open source project for creating a neuronet engine in MQL5, which is designed to help traders to create a network in a few clicks and paste it into the Expert Advisor code. Would you like to participate in this project?
Yes, I've read this forum topic. It's a very interesting project! Although now everyone can find neural networks in existing freeware-libraries, but there is one peculiarity. Neural networks require huge computational resources, and by coding such a network in pure MQL5 you can use the cloud computing service, which was recently launched on the MetaTrader 5 platform.
I won't be able to participate in the project, since I have no time. Also, I'll hardly use the results of this project, since I create neural networks for specific tasks. But for beginners this will be a very useful resource.