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

bad ts declaration for ADX nextValue #229

Open
andrekadlcek opened this issue Feb 2, 2021 · 0 comments
Open

bad ts declaration for ADX nextValue #229

andrekadlcek opened this issue Feb 2, 2021 · 0 comments

Comments

@andrekadlcek
Copy link

Hi,
I found a bad ts declaration for ADX nextValue value in ADX.d.ts line 18
nextValue(price: number): ADXOutput | undefined;
should be
nextValue(price: {
high: number;
low: number;
close: number;
}): ADXOutput | undefined;

anyway good work thank you

Andre

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