Heatmap, Gradient and Scale representation of symbols – indicator MetaTrader 4

Heatmap, Gradient and Scale representation of symbols - indicator for MetaTrader 4
The purpose of this code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL4 language and functions. In order to facilitate things, we will work with the RGB color model and the standard conversion function StringToColor. Other color conversion methods can be implemented in MQL4, however … Read more

Barebone Gradient Candles – indicator MetaTrader 5

Barebone Gradient Candles - indicator for MetaTrader 5
Colored Candlestick exemplifying a gradient. It was somewhat hard to find a good working example of DRAW_COLOR_CANDLES that was understandable, most of the comments were useless, and the documentation lacks to even specify the plot limitations (PLOT_COLOR_INDEXES being limited to 64 in length, [0; 63]) or which order the functions should be called. I also … Read more