|
Navigation: Function Reference > Stream Functions > Stream Utility Functions > strmLowest() strmLowest() |
Top Previous Next |
strmLowest( stream: TEStream; offset: integer; bars: integer ) : Double;
Returns the lowest value in stream over the number of bars specified, starting at offset.
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 search for lowest value. |