Build 1 mt4 EA and Database. EA can connect to Database via API and send the following information 1. The EA will post information about the trading account - Information to send: mt4 ID, Name of account, Name of broker (sever), Balance, Credit, Equity, Profit, Currency, FreeMargin, Leverage, Margin - The EA will call the API and send information over time, the time will be set in the EA's input. (For example, it will be sent once every 1 minute) 2. Market orders - Information to send: mt4 ID, Order, open time, Type, Size, Sysbol, Price open, SL, TP, Current Price (Price when the api sends data to the database), Commission, Swap, Current Profit ( Profit of the order when sending data to the database) - EA will call API and send information from time to time. The time will be set in the EA input (for example, it will be sent once every 1 minute). 3. Update history - Information to send: mt4 ID, Order, open time, close time, price ope, price close, type, size, sysbol, sl , tp, swap, profit, comment - EA will call API and send information from time to time. The time will be set in the EA input (for example, it will be sent once every 1 minute). * Database will use MySQL. Optimized to be able to use 20-40 mt4 accounts at the same time