DocsMathTransform

Transform

2 nodes — Signal normalisation and range remapping

Transform nodes remap the full input array to a target numeric range in a single pass. They operate on the entire series rather than a rolling window, making them the natural last step before combining or displaying indicators.

Normalize vs Scale: Use Normalize when you want the output range to always span exactly [targetMin, targetMax] based on actual data extremes. Use Scale when you know the theoretical bounds of the input upfront and want a deterministic mapping regardless of current data.