Introduction
  • Know Your Instructor
Lesson 1 - MetaTrader 4
  • Introduction, download and install
Lesson 2 - MQL4 Overveiw
  • MetaQuotes Language Editor, EA, Script & Custom Indicator
Lesson 3 - Hello World!
  • Writing the First Code
Lesson 4 - Working With Market's Data
  • Accessing Open, High, Low & Close Prices with MQL Codes
Lesson 5 - Combining Market's Data with Programming tools
  • Working with "if" Statement & Variables
Lesson 6 - Introducing Main Functions of an EA
  • OnInit(), OnDeinit() & OnTick() Functions
Lesson 7 - Executing Codes at the Candles' Open Time
  • Introducing Tick Volume & Volume[ ] Array
Lesson 8 - Opening Positions With EA
  • Introducing OrderSned( ) Function
Lesson 9 - Opening "Customized" Positions with EA
  • Implementing Different Types of SL/TP, Introducing User Inputs
Lesson 10 - Your First Trading EA!
  • First Trading EA