swap mql5 for python

 
Can I make an AI with python that run in meta trader 5?
 
felipe pires:
Can I make an AI with python that run in meta trader 5?

Hi felipe pires, 


Yes, you can build an AI with python that runs in MetaTrader5.

MetaTrrader5 has an API that allows you to trade using python, there is no need to use MQL5 if you do not want to.


You can see python documentation here:

https://www.mql5.com/en/docs/integration/python_metatrader5


Also, to reduce boilerplate code and perhaps make your life easier, I build a library that can be found here:

https://github.com/Joaopeuko/Mql5-Python-Integration


I hope, until the end of this year, be able to deploy to the library that I built, an AI to help people improve trade performance.

However, due to COVID-19, I cannot guarantee that I will be able to do that even if it already under construction.

Documentation on MQL5: Integration / MetaTrader for Python
Documentation on MQL5: Integration / MetaTrader for Python
  • www.mql5.com
MetaTrader for Python - Integration - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: