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 695f29e commit 2267b71Copy full SHA for 2267b71
.github/workflows/test-metatrader5-integration.yml
@@ -72,6 +72,8 @@ jobs:
72
run: |
73
python -c "import os, MetaTrader5 as mt5
74
print('Python version:', os.sys.version)
75
+ print('MetaTrader5 version:', mt5.__version__)
76
+ print('MetaTrader5 Initialization:', mt5.initialize())
77
for i in range(10):
78
try:
79
if mt5.initialize():
0 commit comments