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 2962fa2 commit 0004c4eCopy full SHA for 0004c4e
.github/workflows/test-metatrader5-integration.yml
@@ -73,9 +73,9 @@ jobs:
73
print('MetaTrader5 version:', mt5.__version__)
74
for i in range(10):
75
try:
76
- if mt5.initialize(login=int(os.getenv('MT5_AT_ACC')),
77
- password=os.getenv('MT5_PW'),
78
- server=os.getenv('MT5_AT_SRV'),
+ if mt5.initialize(login=int({{ secrets.MT5_LOGIN }}),
+ password={{ secrets.MT5_PASSWORD }},
+ server='MetaQuotes-Demo',
79
path='C:\\Program Files\\MetaTrader 5\\terminal64.exe'):
80
print('MT5 initialized successfully')
81
print(mt5.terminal_info())
0 commit comments