From 1a6f90a3a74c003125112d9f708c8cd1a28b4900 Mon Sep 17 00:00:00 2001 From: Darwinex Date: Tue, 15 Feb 2022 14:29:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e5356a..57c9305 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ For simplicity, we will refer to the non-MQL side of this project as the "Python 1. Copy the [dwx_client_example.py](python/examples/dwx_client_example.py) file from the examples folder to your working directory. 1. Open the file and change the `MT4_files_dir` variable to the full path of the /MQL4/Files or /MQL5/Files directory. On Windows the path usually looks similar to this (`` is your username):
- `C:/Users//AppData/Roaming/MetaQuotes/Terminal/3B534B10135CFEDF8CD1AAB8BD994B13/MQL4/Files`
+ `C:/Users//AppData/Roaming/MetaQuotes/Terminal/3B534B10135CFEDF8CD1AAB8BD994B13/MQL4/Files`

However, on macOS it could look like this:
- `/Users//Library/Application Support/MetaTrader 4/Bottles/metatrader4/drive_c/Program Files/MetaTrader 4/MQL4/Files`
+ `/Users//Library/Application Support/MetaTrader 4/Bottles/metatrader4/drive_c/Program Files/MetaTrader 4/MQL4/Files`

And on Linux like this:
`/home//.wine/drive_c/Program Files (x86)/Darwinex MT4/MQL4/Files`