指定
Dear
Program scope: Automate copy trade Master account Mt5 to slave accounts Mt5 -same ratio
Skills : Python, Mt5 api
Python code have modules
1. Master.py : It ask Master mt5 account username, password, server name
2. client.py : it ask clients mt5 username,password, server name, comment to remember user as name internally
3. Main.py : main code that execute-open, close,copy with SL, TP orders from master account to clients automated in same ratio
Note:
If master account is 100K USD and clients is 10K or 50K it execute lots accordingly with same risk ratio . as per equity balance.
I am looking simple python code that dont need to install any EA to install to copy trade , no terminals need to open , pure cloud api based .
no third party api to use like metaapi .
only official api of mt5 https://www.mql5.com/en/docs/integration/python_metatrader5