We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b35c99 commit e3f9683Copy full SHA for e3f9683
1 file changed
pyindicators/indicators/up_and_down_trends.py
@@ -66,8 +66,8 @@ def up_and_downtrends(
66
67
if is_above(
68
selected_rows,
69
- fast_column="SMA_Close_50",
70
- slow_column="SMA_Close_200"
+ first_column="SMA_Close_50",
+ second_column="SMA_Close_200"
71
):
72
if current_trend != 'Up':
73
0 commit comments