Skip to content
Discussion options

You must be logged in to vote

Hi @daydayup789

Thanks for the feedback and for reaching out. I can provide some quick answers to some of the questions:

  1. You could write your own custom indicator class which nests all required indicators. We don't have first-class support for that kind of chained functional approach at this stage. Indicators are really a specific type of user-provided code, so it's expected you would write the code for custom functionality such as this, its certainly possible though.

  2. on_bar is called when an internally aggregated bar closes -> emitted on the message bus -> and arrives at the actors handler, or when an externally aggregated bar is received and passed through the message bus to the dat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daydayup789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants