Data Collection from Mt4 and Ctrader sent to MySQL + The BOT will send information about the trading account to MySQL - Information to send: Account ID, Account name, Balance, Credit, Equity, Profit (floating), Currency, Leverage, Margin - The BOT will call the API and send information according to time, the time will be specified by the BOT. (For example, every 10 articles will be sent once) + Market orders - Information to send: Account ID, order ID, open time, Type, Size, Sysbol, Open price, SL, TP, Current price (Price when api sends data to database), Commission , Swap, Current Profit (Profit of the order when sending data to the database), comment. - The BOT will call the API and send information from time to time. The time will be set in the BOT input (e.g. it will be sent every 10 seconds). + Update history - Information to send: Account ID, Order, open time, close time, operating price, closing price, type, size, sysbol, sl, tp, swap, profit, comment - The BOT will call the API and send information from time to time. The time will be set in the BOT input (e.g. every 10 seconds).