Dear Banzai,
this is a great idea!
Any update?
Thanks for your great works.
Lucmat
Re: Banzai's [MT5] [Python] Personal AI Trading Co-pilots
12Hi Banzai. Thanks for your research. I do this one, and it seems to be working.
- These users thanked the author limevanilla for the post:
- lukgoku
Re: Banzai's [MT5] [Python] Personal AI Trading Co-pilots
13Where do I put this codes:
import MetaTrader5 as mt5
import MetaTrader5 as mt5
Code: Select all
# Initialize MT5 connection
if not mt5.initialize():
print("MT5 initialize failed")
mt5.shutdown()
else:
print("MT5 connected successfully")
# Check account info
account = mt5.account_info()
print(account)
mt5.shutdown()Re: Banzai's [MT5] [Python] Personal AI Trading Co-pilots
14Hi,limevanilla wrote: Wed Apr 01, 2026 5:40 pm Hi Banzai. Thanks for your research. I do this one, and it seems to be working.
Personal Trade AI.png
Personal Trade AI-[1].png
can I contact you ,please?