Expert Advisors: An Expert Advisor template

 

An Expert Advisor template:

This code has been used by Valery Mazurenko (notused) as a template of the Expert Advisor for Automated Trading Championship 2010.

You can use this file as a template for your Expert Advisor. Add your trading logic to compile it.

Author: Валерий

 
Briefly, the trading principles in this code depend on the DayTrade() and IntraDayTrade() methods, which are not represented in this code.
 
Dmitri Laanjarv #:
In brief, the principles of trading in this code depend on DayTrade() and IntraDayTrade() methods, which are not presented in this code.

The description says that this is a structure (template), not a ready-made Expert Advisor. The semantic filling is implied from the user's side.