Hi, I am a developer.
What is the best way to add my custom futures (or stock) *streaming* data source?
If there is no way to do this currently, does this mean I need to make a custom extension?
more info:
I already have a subscription to a data provider that provides me real-time data, but it's not supported by any known wealth-lab extensions.
What is the best way to add my custom futures (or stock) *streaming* data source?
If there is no way to do this currently, does this mean I need to make a custom extension?
more info:
I already have a subscription to a data provider that provides me real-time data, but it's not supported by any known wealth-lab extensions.
Rename
Understand, it's common practice to combine a Streaming data provider with some other provider in the same Visual Studio Project (and DLL). For example, a Streaming data provider with a "batch" daily-bar Historical data provider or even a broker adapter. But you don't have to.
Your Response
Post
Edit Post
Login is required