Based on the request.
https://fxcodebase.com/code/viewtopic.p ... 84#p159184Histogram
Displays the difference between MA1 and MA2
Dynamically colors the bars:
Blue (UpColor) when value > 0
Red (DownColor) when value < 0
Slope Line
Shows the slope calculated as:
MA2[period] - MA2[period - Shift]
Plotted with user-defined color, width, and style.