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 c20d4f9 commit dd37559Copy full SHA for dd37559
.github/workflows/test-metatrader5-integration.yml
@@ -77,7 +77,7 @@ jobs:
77
if mt5.initialize(login=int(os.getenv('MT5_AT_ACC')),
78
password=os.getenv('MT5_PW'),
79
server=os.getenv('MT5_AT_SRV'),
80
- path="C:\\Program Files\\MetaTrader 5\\terminal64.exe"):
+ path='C:\\Program Files\\MetaTrader 5\\terminal64.exe'):
81
print('MT5 initialized successfully')
82
print(mt5.terminal_info())
83
mt5.shutdown()
0 commit comments