What is the best strategy to win a contest?

 
Hello all. I'm quite new to trading. Few weeks ago I bought myself an EA (that's another story). When I was looking for an EA i came across a site (www.mt4brokersreview.com) thats hosting a contest and I decided to enter (could be that I'm a little too confident but what the heck). The prize money is too big to miss on.
Now I'm not quite sure how to go about it. I've never been in a contest like this before. What would you recommend a newbie like me to do? How to start? Is it even allowed to trade with EAs in contests?
What would be the best strategy to use?

Thanks.
 
tanny:
Hello all. I'm quite new to trading. Few weeks ago I bought myself an EA (that's another story). When I was looking for an EA i came across a site (www.mt4brokersreview.com) thats hosting a contest and I decided to enter (could be that I'm a little too confident but what the heck). The prize money is too big to miss on.
Now I'm not quite sure how to go about it. I've never been in a contest like this before. What would you recommend a newbie like me to do? How to start? Is it even allowed to trade with EAs in contests?
What would be the best strategy to use?

Thanks.

This is a good question. I have been searching for a stable strategy for 4 years, and still haven't found one. Most strategies are divided into scalping (short-term frequent trading with small profit goals) and the rest (mid- to long-term less frequent trading). There are many scalpers on the market. Most of them use pairs like EURGBP, EURCHF or EURUSD and trade during low-activity hours (e.g. asian sessions). The second place in the 2008 mql4 championship was won by a scalper. MQL championships have rules against scalpers, but with a fixed spread of 2-3 pips and allowing to open 15 lots during low-liquidity hours, these rules don't work. Try in real-life to send an order to buy 15 lots of EURGBP during night hours. So, I don't know how organizers are going to deal with the low liquidity of the real market during scalping hours. They need to have some rules disallowing placing large orders during low liquidity.

The mid and long term strategies are based on "if-then" decision trees  or intelligent market models such as neural networks. These strategies are hard to design and then train. You can search the code database for perceptron based EA's as an example. The 2008 winner used a decision tree, that was trained by a RIPPER algorithm.

I feel that this year the championship will be flooded by Martingale strategies. It seems to be a fad. Check Ilan in the codebase as an example of a strategy using Martingale. There are many followers of Ilan. Good luck! 

Reason: