AUTHOR

ベアちゃん@東京シストレ

  • 2024-08-03

Steps for Developing an EA

Basic Structure of an EA An EA (Expert Advisor) is an automated trading program that runs on MetaTrader. Typically, an EA is composed of the following three main functions: Initial Settings (OnInit Fu […]

  • 2024-08-03

MQL|Basic Programming

Variables and Data Types When starting programming, the first thing to understand is variables and data types. In MQL4 and MQL5, variables are named areas for storing data. By using variables, you can […]

  • 2024-08-03

Introduction to MQL4 and MQL5 Programming

What is MQL? MQL (MetaQuotes Language) is a programming language used to create automated trading programs (EAs) and custom indicators that operate on the MetaTrader platform. MQL4 is used for MetaTra […]

  • 2024-08-03

Basics of Automated Trading (EA)

What is an EA? An EA (Expert Advisor) is an automated trading program that runs on the MetaTrader platform. EAs automatically execute trades based on pre-programmed rules, allowing traders to monitor […]

  • 2024-08-03

MetaTrader 4 and MetaTrader 5 Interface Structure

Introduction to the Main Window Both MetaTrader 4 (MT4) and MetaTrader 5 (MT5) feature an intuitive interface designed for ease of use. The main window consists of the following key parts: Panel Descr […]

  • 2024-08-03

Basics of MetaTrader 4 and MetaTrader 5

What is MetaTrader? MetaTrader is a trading platform developed by MetaQuotes Software for forex (FX) and CFD trading. It provides traders with various tools and features to enhance their trading effic […]