We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed2ce0 commit f1b475dCopy full SHA for f1b475d
test/integration/test_mt5_initialization.py
@@ -16,6 +16,7 @@ def test_mt5_initialization():
16
# Find MetaTrader 5 installation paths
17
possible_paths = [
18
r"C:\Program Files\MetaTrader 5\terminal64.exe",
19
+ r"C:/Program Files/MetaTrader 5/terminal64.exe",
20
r"C:\Program Files (x86)\MetaTrader 5\terminal64.exe",
21
os.path.join(os.environ.get('APPDATA', ''), 'MetaTrader 5', 'terminal64.exe'),
22
os.path.join(os.environ.get('LOCALAPPDATA', ''), 'MetaTrader 5', 'terminal64.exe'),
0 commit comments