Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MAMA and FAMA indicators #413

Closed
arshpreetsingh opened this issue Oct 17, 2021 · 5 comments
Closed

Add MAMA and FAMA indicators #413

arshpreetsingh opened this issue Oct 17, 2021 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@arshpreetsingh
Copy link

Which version are you running? The lastest version is Github. Pip is for major releases.

import pandas_ta as ta
print(ta.version)
0.3.14b0

Describe the solution you'd like
A clear and concise description of what you want to happen.
Mesa Adaptive moving average indicator is not available.
mama, fama = ta.mama(df['Close'], fastLimit=0.5,slowLimit=0.05)

Additional context
Available in TA-Lib

import talib
mama,fama=talib.mama(nd array, fastLimit,slowLimit)

@arshpreetsingh arshpreetsingh added the enhancement New feature or request label Oct 17, 2021
@twopirllc twopirllc added the help wanted Extra attention is needed label Oct 18, 2021
@twopirllc
Copy link
Owner

Hello @arshpreetsingh,

Noted. It will sometime before it will be implemented. If you would like it available sooner, please fork, edit and make a PR. Contributions are appreciated. 😎 Instructions on how to add an indicator to Pandas TA can be found in Issue #355 Creating a Custom Indicator: The Big 4.

Kind Regards,
KJ

@twopirllc twopirllc changed the title MAMA and FAMA are not present. Add MAMA and FAMA indicators Oct 18, 2021
@twopirllc
Copy link
Owner

Hello @arshpreetsingh,

Alas mama (& fama) are complete; combined into mama. They are available on the development branch.

$ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development

Please test it out when you get a chance.

Kind Regards,
KJ

@abhisheksoni27
Copy link

how can I use this?

@abhisheksoni27
Copy link

@twopirllc was the code ever merged?

@twopirllc
Copy link
Owner

@arshpreetsingh

Literally my last comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants