Can write code at python but can not at MQL4. What should i do?

 
Hello, first of all thank you for reading my post. I am new at MQL4. I can not write code at MQL4. but I can write code that makes statistical analysis at Python. But writing code that makes statistical analysis at MQL4 is very hard. I want to create my own EA. Is there any tool that converts python code to MQL4? How to solve this problem please share your idea? 
 
woohee:
Hello, first of all thank you for reading my post. I am new at MQL4. I can not write code at MQL4. but I can write code that makes statistical analysis at Python. But writing code that makes statistical analysis at MQL4 is very hard. I want to create my own EA. Is there any tool that converts python code to MQL4? How to solve this problem please share your idea? 

You are lucky ! Python is now supported by MT, at least MT5, check this out : 

https://www.mql5.com/en/articles/5691

MetaTrader 5 and Python integration: receiving and sending data
MetaTrader 5 and Python integration: receiving and sending data
  • www.mql5.com
A network socket is the endpoint of interprocess communication over a computer network. The MQL5 Standard Library includes a group of Socket functions, which provide a low-level interface for working on the Internet. This is a common interface for different programming languages, as it uses system calls at the operating system level. Data...
 
Icham Aidibe:

You are lucky ! Python is now supported by MT, at least MT5, check this out : 

https://www.mql5.com/en/articles/5691

Can i contact with you?