Fixed mt5 container. Runs without errors

This commit is contained in:
Mike
2023-07-16 04:14:41 +02:00
parent 52851c97e8
commit 58c682bcfd
4 changed files with 74 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import time
# Connect to the trading bot container
sio = socketio.Client()
# Replace with the appropriate URL and port of your trading bot container
sio.connect('http://trading_bot:8000')
sio.connect('http://trading_bot:3000')
# Handle events from the trading bot container