ta.rising() - Pine Script Function
ta.rising()
Section titled “ta.rising()”Overview
Section titled “Overview”Test if the source series is now rising for length bars long.
Syntax
Section titled “Syntax”ta.rising(source, length) → series boolParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| source | series int/float | Series of values to process. |
Returns
Section titled “Returns”true if current source is greater than any previous source for length bars back, false otherwise.
Remarks
Section titled “Remarks”- na values in the source series are ignored.