Calculates an n-period moving average transform over the y-axis data.
Parameters: | periods – the number of periods to perform the moving average over |
---|
Applies a simple multiplier which takes a value and multiplies each y-value by this amount
Parameters: | multiplier – the value to multiply y-values by (default 1) |
---|
Translates data on the y-axis based on the amount provided in shift_amount
Parameters: |
|
---|
Warning
If shift_axis is neither x nor y, then the translation will apply to the ‘y’ axis