Skip to content

Commit 82194bf

Browse files
committed
Add up_and_down_trends indicator
1 parent f965ac7 commit 82194bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyindicators/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
is_below, is_above, get_slope, has_any_higher_then_threshold, \
55
has_slope_above_threshold, has_any_lower_then_threshold, \
66
has_values_above_threshold, has_values_below_threshold, is_down_trend, \
7-
is_up_trend
7+
is_up_trend, up_and_down_trends
88
from .exceptions import PyIndicatorException
99
from .date_range import DateRange
1010

@@ -36,5 +36,6 @@
3636
'PyIndicatorException',
3737
'is_down_trend',
3838
'is_up_trend',
39+
'up_and_down_trends',
3940
'DateRange',
4041
]

0 commit comments

Comments
 (0)