Hey everyone,
I am creating a custom indicator where the information output only really makes sense when displayed as a heat map (example attached below). On each iteration, an array of 50 values is generated and I'd like to color the indicator window from range 1-50 on the y-axis according to each corresponding value in the array.
The only way I believe this can be done in MQL5 is to create a separate buffer for each of the 50 values. However, that is far to inelegant for my liking. Does anyone else have any insight into how I can accomplish this in the most efficient manner?
Best,
Joe
So its like a "matrix" type of display and the display has 50 rows per bar always?
Hey everyone,
I am creating a custom indicator where the information output only really makes sense when displayed as a heat map (example attached below). On each iteration, an array of 50 values is generated and I'd like to color the indicator window from range 1-50 on the y-axis according to each corresponding value in the array.
The only way I believe this can be done in MQL5 is to create a separate buffer for each of the 50 values. However, that is far to inelegant for my liking. Does anyone else have any insight into how I can accomplish this in the most efficient manner?
Best,
Joe