The list of ta-lib indicators used in the strategies #54
Open
Description
This will help select a replacement library to move to from ta-lib.
$ egrep -roh 'ta\..*\(' .|sort -u
gives
ta.ADX(
ta.CCI(
ta.CDLHAMMER(
ta.CMO(
ta.EMA(
ta.MACD(
ta.MAX(
ta.MFI(
ta.MIN(
ta.MINUS_DI(
ta.MOM(
ta.PLUS_DI(
ta.RSI(
ta.SAR(
ta.SMA(
ta.STOCH(
ta.STOCHF(
ta.TEMA(
Total number of appearances to be changed:
$ egrep -r 'ta\..*\(' .|wc -l
163
Metadata
Assignees
Labels
No labels
Activity