Skip to content

When to use in-place outputs in IndicatorFactory? #671

Closed Answered by Helme0315
0xpudgy asked this question in Q&A
Discussion options

You must be logged in to vote

It's mostly a matter of preference. In-place outputs are usually used if you have an array of data that should be modified in place, or when returning an array isn't possible (like in SignalFactory where signals are placed in-place). Both types behave the same way otherwise.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@0xpudgy
Comment options

Answer selected by 0xpudgy
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