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

[FEATURE] Implementation of getResults() to return a series #706

Closed
iocron opened this issue Aug 14, 2024 · 1 comment · Fixed by #751
Closed

[FEATURE] Implementation of getResults() to return a series #706

iocron opened this issue Aug 14, 2024 · 1 comment · Fixed by #751

Comments

@iocron
Copy link

iocron commented Aug 14, 2024

A updates() function exists to update multiple. But no complement exists for getResult() => getResults() This would be very beneficial to get a series for further processing/analysis. So a SMA(1) dataset like [1,2,3,4,5] would usually result in a array like [1,2,3,4,5].

@bennycode bennycode linked a pull request Jan 13, 2025 that will close this issue
@bennycode
Copy link
Owner

Hi @iocron, thank you very much for your feature request! I liked it so much, that I implemented it. When you pass values to the updates method, then this method will return an array with all results from each update. It's published with trading-signals v6.0.1 - Best, Benny

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

Successfully merging a pull request may close this issue.

2 participants