This commit is contained in:
Ichinga Samuel
2024-09-17 05:59:15 +01:00
parent e8fd4ab4dc
commit 9989370628
22 changed files with 852 additions and 410 deletions
+11
View File
@@ -0,0 +1,11 @@
# import pytest
# from aiomql import MetaTester, TestData, MetaTrader, Config
# import MetaTrader5 as mt5
#
#
# @pytest.fixture(scope='session', autouse=True)
# async def initialize():
# config = Config()
# acc = config.account_info()
# mt5.initialize(**acc)
# mt5.login(**acc)