|
Navigation: Function Reference > Stream Functions > Stream Utility Functions > strmDeviation() strmDeviation() |
Top Previous Next |
strmDeviation( stream: TEStream; offset: integer; bars: integer ) : Double;
Calculates the deviation in stream over bars, based on the offset specified.
Parameters
stream |
input stream of type TEStream |
offset |
integer value. offset into the stream at which to start the calculation. |
bars |
integer value. number of bars over which to determine the deviation. |