I have a working MT5 indicator that needs a very simple modification. This indicator shows net delta as a sub-window. It has 2 options under "IndicatorMode" option. 1) shows the net delta on histogram fashion (non-cumulative) and on a chart fashion (cumulative). All I need is to add the MaxDelta and MinDelta figures into each bar as histogram that the net delta will be superimposed into. See attached example. That's all. Do not change anything else. And I need to be able to change the color of the histogram, which would be the same for both Max and Min Delta. Deliverables 1. Modified .mq5 source file. Add MaxDelta and MinDelta histogram and ability to change their color. 2. My own testing as this indicator requires a subscription that will not work in your terminal. Thank you.