We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
How to Code an Expert Advisor
How to become an algorithmic trader - Lesson 3
Posted on October 30, 2017| Posted in Blog, Algorithmic Lessons
The first thing needed to code an expert advisor is variables. Variables can be declared globally or locally. A global variable is declared at the beginning of your code, before the OnInit() function.
How to become an algorithmic trader - Lesson 0
Posted on October 20, 2017| Posted in Blog, Algorithmic Lessons
Expert Advisors are trading algorithms coded for Metatrader to automate your trading strategy and trade markets without spending time in front of your personal computer.