rising
This bar is higher than the previous bar (or N bars back as a function).
close rising rising(series, length)
As English: close rising, volume falling. As a function: rising(close) or rising(close, 3) to require three up bars. falling is the inverse.
Parameters
| Name | Type | Description |
|---|---|---|
series | series | Value to test. In English form this is the word before rising. |
length | int default 1 | How many bars must each be higher than the last. Default 1. |
Return value
boolean
Example
when close rising and bullish buy when close falling exit