Table of all trades. Accessed via MQL5 - page 9

 
The new one blinks at the beginning and that's it.
 

That's the beauty of it:

Volumes

If you change it:

//--- заполняем буферы данными              
SellBuffer[0]= -1*double(sell_deals);
I think it's more informative.
 
ascerdfg:

That's the beauty of it:

https://charts.mql5.com/19/137/si-9-18-m1-ao-otkritie-broker-2.png

If you change it:

Put the screenshot in the pocket:



and then paste using the pocket:


 
ascerdfg:
The new one blinks at the beginning and that's it.

Tweaked

Files:
 
prostotrader:

Corrected

The 4 columns are tilting in different colours and the former candle is not fixed. What was the idea?
 
ascerdfg:
The 4 bars are in different colours, and you can't lock on the former candlestick. What was the idea?

What is the point of fixing on a former candle?

Only the most recent value can be fixed for the past period.

Why?

 
prostotrader:

What is the point of fixing on a former candle?

Only the most recent value can be recorded for the past period.

What for?

What do the colours mean? It would be more informative to colour the text accordingly.

 
I wanted a cumulative delta curve in general.
 
And after reopening the terminal, the indicator remains silent until you change something in its properties. Your first version (https://www.mql5.com/ru/forum/94399#comment_2756518) immediately starts ticking. Can you change
void OnDeinit(const int reason)
change something?
Таблица всех сделок. Доступ через MQL5
Таблица всех сделок. Доступ через MQL5
  • 2016.08.24
  • www.mql5.com
Как организовать получение таблицы сделок? Пока не важно из индикатора или из советника...
 
ascerdfg:

That's the beauty of it:


If you change it:

I think it's more informative.
But it shows trades and not volumes.