The FXB.ta.Stdev class calculates the standard deviation of the last N rolling items. It is a value-based calculation, and can be applied to any series of values including the output of another FXB.ta calculation. Parameters are as follows:
| Parameter | Description |
| period | Rolling period for the calculation |
| deviations | Multiple of the standard deviation to return. Defaults to 1. |