Account Reporting: All trades info, Deposits, Withdrawals, Value of account.

Job finished

Execution time 29 days
Feedback from customer
great work!
Feedback from employee
He is a great customer. It was very smooth job well done ever.

Specification

I would like to offer a tax reporting service for Italian users. To do so, the MT4 user must send me a report which includes:

ALL of the raw data which makes up the account. so:

* account name, account currency, account number, report period
* a table with all trades, in chronological order, (both open and close) which has all of the information regarding the trades
* a table with all "open positions" which has all of the information regarding the trades including closing price on the last day of the report period.
* a table with all other cash operations (deposit, withdrawal, transfer, dividend adjustment, etc..)
* is it possible to see account's value for each day during the period? (so this is the value of cash plus the MTM of all open position and any amounts not settled yet). If this information can be retrieved, then it should also be displayed in a table.

-Reports will need to be customised with my own information e.g. details of my website and service. HTML and CSV versions of the report will need to be produced.


user interface:

-The user should be able to select historical data up to the last calendar year. E.g if I was to export today, I would get all data up to 31 December 2016. if I export next February, I will get all data up to 31 December 2017. please note that open positions are therefore required on the last reporting date. (and not the open positions as of today)
-The app should have a form where the user enters his email address so that we can email him the reports.
-When the user presses the export button, both a CSV and an HTML version of the report should be saved on my FTP server, and the HTML version of the report should be displayed to the user.



All text will be in Italian. We can do the translations. 

The programme will be placed on the market for free.

Some of the coding necessary for this is already available for free in this script: https://www.mql5.com/en/code/18801

or https://www.mql5.com/en/code/8126


Responded

1
Developer 1
Rating
(54)
Projects
64
42%
Arbitration
5
20% / 60%
Overdue
4
6%
Free
Published: 1 code
2
Developer 2
Rating
(101)
Projects
136
36%
Arbitration
14
29% / 50%
Overdue
15
11%
Free
3
Developer 3
Rating
(68)
Projects
78
27%
Arbitration
13
31% / 62%
Overdue
15
19%
Free
Published: 4 codes
4
Developer 4
Rating
(32)
Projects
41
68%
Arbitration
5
0% / 60%
Overdue
14
34%
Free
Published: 1 code
Similar orders
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 () {

Project information

Budget
100 - 500 USD
Deadline
to 20 day(s)