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

#161 Fixing an error in indicator_collect custom function #174

Closed

Conversation

alexandarmatev
Copy link

@alexandarmatev alexandarmatev commented Dec 31, 2023

The error in the indicator_collect custom function should have been fixed by changing the input types of indicator_types and indicator_tags from a Python list to a single item. Thus, the function will receive a comma-separated list as a string argument, which it will later convert into a Python list.

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 this pull request may close these issues.

1 participant