Hi
I using Extension API ( DataSetProvider ) build a DataSet,
Below the image,
Open TESTSYMBOL, default plotting O-H-L-C (Price pane) / Volume (Volume pane)
If the symbol has fields, how to do to plot fields data ?
If it is ASCII-built data, use NamedSeries (BarHistory source, string namedSeries) to plot time series in strategy.
thx.
I using Extension API ( DataSetProvider ) build a DataSet,
Below the image,
Open TESTSYMBOL, default plotting O-H-L-C (Price pane) / Volume (Volume pane)
If the symbol has fields, how to do to plot fields data ?
If it is ASCII-built data, use NamedSeries (BarHistory source, string namedSeries) to plot time series in strategy.
thx.
Rename
Does the EventDataProvider API solve it for you?
https://www.wealth-lab.com/Support/ExtensionApi/EventDataProvider
If not, please give us more details about the fields data.
https://www.wealth-lab.com/Support/ExtensionApi/EventDataProvider
If not, please give us more details about the fields data.
I think OP is looking for the BarHistory.NamedSeries collection which contains the named TimeSeries if:
1) your DataSetProvider registers them and assigns values correctly
2) you call NamedSeries in your Strategy to plot them
Somehow it fails to be found in the QuickRef, gotta fix that.
1) your DataSetProvider registers them and assigns values correctly
2) you call NamedSeries in your Strategy to plot them
Somehow it fails to be found in the QuickRef, gotta fix that.
Use the NamedSeries indicator.
QUOTE:
Somehow it fails to be found in the QuickRef, gotta fix that.
To be added in build 24.
Your Response
Post
Edit Post
Login is required