We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macdStrategy
Describe the bug macdStrategy is not exported into typescript I guess. Unable to use this function
To Reproduce
import { macdStrategy } from 'indicatorts'; const defaultConfig = { fast: 12, slow: 26, signal: 9 }; const actions = macdStrategy(asset, defaultConfig);
TypeScrip Error
Module '"indicatorts"' has no exported member 'macdStrategy'.ts(2305)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
macdStrategy
is not exported into typescript I guess.Unable to use this function
To Reproduce
TypeScrip Error
The text was updated successfully, but these errors were encountered: