Skip to content

Commit

Permalink
Merge branch 'pr/758' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc committed Mar 13, 2024
2 parents 947cbde + 9395214 commit 58a37e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas_ta/momentum/roc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def roc(
Args:
close (pd.Series): Series of 'close's
length (int): It's period. Default: 1
length (int): Its period. Default: 10
scalar (float): How much to magnify. Default: 100
talib (bool): If TA Lib is installed and talib is True, Returns
the TA Lib version. Default: True
Expand Down
2 changes: 1 addition & 1 deletion pandas_ta/performance/percent_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def percent_return(
Args:
close (pd.Series): Series of 'close's
length (int): It's period. Default: 20
length (int): Its period. Default: 1
cumulative (bool): If True, returns the cumulative returns.
Default: False
offset (int): How many periods to offset the result. Default: 0
Expand Down

0 comments on commit 58a37e1

Please sign in to comment.