The Decimal Transformation Indicator is a versatile. It allows you to compute values using other indicators and constants. The indicator has 3 inputs:
Lets take an example to understand this better. Lets us say you want to measure the Candle Range against the average true range to judge if the candle exceeds the ATR and by how much. We can achieve this with the Decimal Transformation Indicator by using Candle Range as the base indicator, Average True Range (14) (or any other ATR length) as the coefficient indicator and Divde as the Decimal Transformation. This would give us:
Range by ATR = Candle Range / ATR (14)
as the result of the indicator for each candle.
Note: For use in charts - The decimal Transformation Indicator's result might be meant for the main chart or a sub plot. You can control this via the Overlay setting - when false, the indicator will be plotted in its own sub plot.
A = Base Indicator
B = Coefficient Indicator

The screenshot above shows the Decimal Transformation Indicator's property dialog.

The screenshot above shows the drop down of supported Decimal Transformations.
There is no limit on the depth of indcators that can be used with a Decimal Transformation Indicator. For example, let us say you want to compute the width of the Money Zone as a percentage using the following formula:
Money Zone Width % = ( (Money Zone High - Money Zone Low) / Money Zone POC) * 100
This can be broken down as multiple decimal transform indicators:



where we use the Constant Indicator for the number 100.
