diff --git a/README.md b/README.md new file mode 100644 index 0000000..285fdaf --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# ๐Ÿ“Š Financial Markets Research (MQL5) + +This repository is a collection of research-driven tools, utilities, and experimental code written in **MQL5**, built as part of my ongoing exploration of the **financial markets**. It focuses on building robust, reusable, and well-structured components to support algorithmic trading strategies in MetaTrader 5 (MT5). + +--- + +## ๐Ÿง  What This Repository Includes + +### ๐Ÿ”น Trade Management Classes +- Classes to handle full **lifecycle** +- Built-in **risk management** (e.g. dynamic lot sizing, stop loss rules) +- **Exit strategies** for position handling and profit locking + +### ๐Ÿ”น GUI and Chart Tools +- Classes to programmatically draw **lines**, **rectangles**, and **visual markers** +- Useful for visual debugging, backtesting, or marking strategy conditions + +### ๐Ÿ”น Utility & Function Libraries +- A wide range of helper functions to simplify EA development +- Modular design for **reuse across multiple Expert Advisors** + +--- + +## โš™๏ธ Technologies +- **Language:** MQL5 +- **Platform:** MetaTrader 5 (MT5) + +--- + +## ๐Ÿงช Purpose +This repo is part of a broader personal research project aimed at: +- Enhancing understanding of market behavior +- Testing and improving algorithmic trading strategies +- Building a reusable codebase for rapid EA development + +--- +