You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.12/dist-packages/ta/trend.py:1030: FutureWarning: Series.setitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To set a value by position, use ser.iloc[pos] = value
Change to self._psar.iloc[i] = high2
The text was updated successfully, but these errors were encountered:
ta/ta/trend.py
Line 1030 in 5654782
/usr/local/lib/python3.12/dist-packages/ta/trend.py:1030: FutureWarning: Series.setitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To set a value by position, use
ser.iloc[pos] = value
Change to self._psar.iloc[i] = high2
The text was updated successfully, but these errors were encountered: