Skip to content
Algo Trade Analytics Docs

ta.rising() - Pine Script Function

Test if the source series is now rising for length bars long.

ta.rising(source, length) → series bool
NameTypeDescription
sourceseries int/floatSeries of values to process.

true if current source is greater than any previous source for length bars back, false otherwise.

  • na values in the source series are ignored.