Thinks are simple i need to parse the mt5 history to mysql database , this need to be done in real time ,
this article is what i need https://www.mql5.com/en/articles/5436.
This need to run as a EA , so if its the first time the EA is running they will need to collect all the history and parse to mysql db , and in case is not
the first time they need to send just new changes.
So the EA need to be able to read the history in realtime and upload new data to mysql.
I already have this done but is in a primitive and very slow way , I automatic upload html report to my server and whit php i parse the html tags to
my db , the problem whit this method are 2
first is the size of reports file is too big if i have too many reports to be read , the second is the slow , if i need to parse a very big html this take too
long and is not optimal ,
So i need a ea to be able upload history data and also opened positions ( like the html report generated)
the open positions data need to have a timer so i can define in how much time i will allow the open positions to be sync whit the server.
the article i show in this post have the read structure done , and this will requiere a mysql integration to be able upload in the server
we can deal this in 2 ways , one we can directly upload to mysql server based on the timer and second we can create a python socket and parse in
realtime the data on everytick.
both ways are fine for me , i dont need this to be realtime sync , if this can be 30 or 40 seconds delay or even 1 minute delay is not a problem , because
this is just to show my investors how they account are growing and what is been done whit his money
is not a difficult task . All the code are in internet in the codebase , is just copypaste and code small adjusts to make this fit
servers for test and mysql db is ready so you dont need to spend in any structure for test this
類似した注文
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
Hello great developers, I need a very fast and hardworking deliver who know both back end and front end of trade copier system. I need a web based trade copier application, i already create the website aspect, only need the copier to be included. I actually have a limited time, and no room for unprofessional developers, kindly send your applications if you can actually get it done in the space of 2 days and my budget
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi