Presentation/updating of some of the data from MT5 on a web page

Tarea técnica

I am trading some MT5 Forex accounts for clients.

My idea now is to be able to provide to my clients with a page showing the most important data from their MT5 trading account.

The account will be for the client only with login and also with a link that takes them to their web page.

MyFxBook has this service, and what I am after is a very simplified model of the MyFxBook trading page. I enclose a screen print of such page. (We will only use a few of the data shown on this page):  http://forexsecure.net/explanations

I already have a site on the Internet: www.forexsecure.net My idea was to implement the trading page as a new page inside this site. Also, there will be some smaller changes in the existing pages, as there need to be added a login button there.

What to show in this client’s information page: (To be presented on the web page with a professional-well looking / attractive lay out).


A chart showing Account balance (Red line) Account Equity (Orange line). Chart should have time scale on 1 axis and % scaling on the other axis. (x-y) auto scaling. Update every 1 minute.

Then in figures it should show updated data (Update every 1 minute) for the actual account:

1). Total gain since account started. In figures and in %

2). Highest historical draw down from balance in %.  To be calculated as percentage of max historical between balance and equity.

3). Balance. In figures

4). Equity. In figures and in % of the balance. (% to be 100% if balance and equity is equal) 

5). Deposit

6). Withdrawal

 

Then also in figures and in % for the actual account:

1). Result today:

2). Result this week:

3). Result this month:

4). Result this year:

 

Finally, it should be a monthly (Gain-Profit) staple presentation. 

 

The leading text should be possible to translate, or we do the page in 2 languages. (English and Norwegian). I make translation and you implement later when the English page are ready.

Looking forward to hear from you.

Best regards

Erik


Han respondido

1
Desarrollador 1
Evaluación
(19)
Proyectos
27
11%
Arbitraje
11
9% / 55%
Caducado
12
44%
Libre
2
Desarrollador 2
Evaluación
(277)
Proyectos
334
55%
Arbitraje
14
36% / 29%
Caducado
1
0%
Libre
Solicitudes similares
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Información sobre el proyecto

Presupuesto
100 - 150 USD
Plazo límite de ejecución
de 2 a 14 día(s)