Hello, Is it possible to use data generated during runtime (for example on OnData callback of my algorithm) instead of requiring the data to be read from a source (file,remote,rest) ?

What I Intend it would be pretty similar to the livefeaturesalgorithm (Bitcoin class) but using a dummy SubscriptionDataSource.

Author