From 4d78ab94bc7499bb05dee2be132b6ee792af52b8 Mon Sep 17 00:00:00 2001 From: xMattC <73446602+xMattC@users.noreply.github.com> Date: Wed, 20 May 2026 15:36:40 +0200 Subject: [PATCH] Add domain context section for MetaTrader 5 Added domain context for MetaTrader 5 to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6964692..d94c5cf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ The library abstracts common functionality such as trade execution, risk managem The primary goal is to reduce duplicated implementation, improve maintainability, and provide a modular foundation for building Expert Advisors and trading systems. --- + +## 🔍 Domain Context + +MetaTrader 5 (MT5) is a multi-asset trading platform widely used for developing and executing automated trading strategies. [Learn more](https://www.metatrader5.com/en) + +--- + ## 🧰 What the Library Provides MT5 Quant Lib provides reusable infrastructure for common Expert Advisor development tasks.