Swap Operator
Results
1
comments of
Swap Operator
hey all, I have had the same issue. I fixed that with: ``` df_low = df.Low df_low.reset_index(drop=True, inplace=True) mins, maxs = trendln.calc_support_resistance(df_low, accuracy=8) ```