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

Unable to use macdStrategy #500

Open
Aravin opened this issue Jul 4, 2024 · 0 comments
Open

Unable to use macdStrategy #500

Aravin opened this issue Jul 4, 2024 · 0 comments

Comments

@Aravin
Copy link

Aravin commented Jul 4, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant