Get the HistoryDealsTotal profit per Symbol, per Year, per Month

MQL5 Consultation

Job finished

Execution time 2 hours
Feedback from employee
Thanks please tell me if you need more functions

Specification

I already have a report that gives me the history deals per Year and Month, but now I want to add the Symbols (not duplicating and in ascending order).


   HistorySelect(0, TimeCurrent());

   int deals = HistoryDealsTotal();  


TODAY

   for(int year=2020;year<=2050;year++)

   {

      for(int month=1;month<=12;month++)

      {

         for(int i=1 ; i < deals; i++)

         {

Report today

06/2021: profit in the month of all symbols
07/2021: profit in the month of all symbols
08/2021: profit in the month of all symbols 


MY DESIRE

SYMBOL 1
06/2021: profit in the month of SYMBOL 1
07/2021: profit in the month of SYMBOL 1
08/2021: profit in the month of SYMBOL 1

SYMBOL 2
06/2021: profit in the month of SYMBOL 2
07/2021: profit in the month of SYMBOL 2
08/2021: profit in the month of SYMBOL 2


Responded

1
Developer 1
Rating
(374)
Projects
398
31%
Arbitration
61
20% / 69%
Overdue
50
13%
Loaded
2
Developer 2
Rating
(24)
Projects
28
32%
Arbitration
1
0% / 0%
Overdue
0
Free
3
Developer 3
Rating
(74)
Projects
121
43%
Arbitration
12
33% / 50%
Overdue
17
14%
Free

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
to 5 day(s)