Trading Systems: Contest of Expert Advisors inside an Expert Advisor

 

New article Contest of Expert Advisors inside an Expert Advisor has been published:

Using virtual trading, you can create an adaptive Expert Advisor, which will turn on and off trades at the real market. Combine several strategies in a single Expert Advisor! Your multisystem Expert Advisor will automatically choose a trade strategy, which is the best to trade with at the real market, on the basis of profitability of virtual trades. This kind of approach allows decreasing drawdown and increasing profitability of your work at the market. Experiment and share your results with others! I think many people will be interested to know about your portfolio of strategies.

Author: Evgeniy Trofimov

 
Additional links
  1. The Trade Encouragement Factor, TEF, and Money Management, MM()
  2. Automated Optimization of a Trading Robot in Real Trading
  3. Article: Effective usage of Arrays in MQL

    It's not necessary to use loops to move A[i+1]=A[i]

        ArraySetAsSeries(mem, true);        // Shift values m[2]=m[1]; m[1]=m[0]
        ArrayResize(mem, size+1);
        ArraySetAsSeries(mem, false);
    
 

Thanks for your sharing!

 

A newbie question that how to upload the files correctly?

Competition_v1.0.mq4 upload to // set up / experts, right?

Then where should I put RealTrend.mqh and VirtualTrend.mqh to?


Thanks

 

This is a great concept and resource. I look forward to becoming competent enough to utilize it.

Give the potential, it is to bad that more people aren't getting involved in this.

 

Thanks for wonderful presentation, its really helpful.

Thanks. 

 
Is the author available yet ?
Reason: