Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinex authored Feb 15, 2022
1 parent c024f51 commit 1a6f90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (`<username>` is your username):<br/>
`C:/Users/<username>/AppData/Roaming/MetaQuotes/Terminal/3B534B10135CFEDF8CD1AAB8BD994B13/MQL4/Files`<br/>
`C:/Users/<username>/AppData/Roaming/MetaQuotes/Terminal/3B534B10135CFEDF8CD1AAB8BD994B13/MQL4/Files`<br/><br/>
However, on macOS it could look like this:<br/>
`/Users/<username>/Library/Application Support/MetaTrader 4/Bottles/metatrader4/drive_c/Program Files/MetaTrader 4/MQL4/Files`<br/>
`/Users/<username>/Library/Application Support/MetaTrader 4/Bottles/metatrader4/drive_c/Program Files/MetaTrader 4/MQL4/Files`<br/><br/>
And on Linux like this:<br/>
`/home/<username>/.wine/drive_c/Program Files (x86)/Darwinex MT4/MQL4/Files`

Expand Down

0 comments on commit 1a6f90a

Please sign in to comment.