This commit is contained in:
Ichinga Samuel
2024-01-22 22:48:35 +01:00
parent d1ad46d203
commit 00e5592fd0
23 changed files with 285 additions and 165 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import asyncio
from datetime import datetime
from aiomql import ForexSymbol, Account, Positions, History, SimpleTrader as Trader, OrderType, RAM
logging.basicConfig(level=logging.INFO, filemode='w', filename='example.log', format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
logging.basicConfig(level=logging.INFO)
async def main():
# Account details are in the aiomql.json file