- ago
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.
0
893
4 Replies

Reply

Bookmark

Sort
Cone8
 ( 25.44% )
- ago
#1
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.
0
- ago
#2
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
Glitch8
 ( 11.81% )
- ago
#3
Use the NamedSeries indicator.
1
- ago
#4
QUOTE:
Somehow it fails to be found in the QuickRef, gotta fix that.

To be added in build 24.
0

Reply

Bookmark

Sort