Python and strategy tester

 
Can I make an EA in MetaEditor using python and after that to make some strategy tester in MetaTrader 5?
 
alpoeffect:
Can I make an EA in MetaEditor using python and after that to make some strategy tester in MetaTrader 5?
Yes we can 😊
 
alpoeffect:
Can I make an EA in MetaEditor using python and after that to make some strategy tester in MetaTrader 5?

No. Python scripts cannot be backtested using the MT5 platform. Only EAs written in MQL can be backtested using MT5.

 

I think

if script working  is Python then, it can not backtested

and

if EA trade main is MQL5 and call to calculate at python, then is can possible to backtesting

 
demoinvest:

I think

if script working  is Python then, it can not backtested

and

if EA trade main is MQL5 and call to calculate at python, then is can possible to backtesting

The point of a python API is to use python tools, not MT5. If you want to use only MT5 then you need to write your algos in MQL. You use python because you want to backtest and trade using python libraries. 

 
so is there a way to use an mql5 ea to link with python code, and backtest it.