mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-12 12:40:39 +08:00
correction retour ligne dans stoch
This commit is contained in:
@@ -48,7 +48,6 @@ def stoch(high, low, close, fast_k=None, slow_k=None, slow_d=None, offset=None,
|
||||
fastd.name = f"STOCHFd_{slow_d}"
|
||||
slowk.name = f"STOCHk_{slow_k}"
|
||||
slowd.name = f"STOCHd_{slow_d}"
|
||||
|
||||
fastk.category = fastd.category = slowk.category = slowd.category = 'momentum'
|
||||
|
||||
# Prepare DataFrame to return
|
||||
@@ -99,4 +98,4 @@ Kwargs:
|
||||
|
||||
Returns:
|
||||
pd.DataFrame: fastk, fastd, slowk, slowd columns.
|
||||
"""
|
||||
"""
|
||||
Reference in New Issue
Block a user