I have been using the following to get the dividend series but it gives it on every bar (day)
DataSeries divTTMSeries_1 = FundamentalDataSeries("dividend",1,0); // last dividends
Does anyone know how to get the series only on the 1 day per quarter is it given (ex-dividend day)??
Thanks
rob
Size:
Color:
To quote the WealthScript Programming Guide,
DataSeries chapter:
QUOTE:
All DataSeries contain the same number of values as bars in the chart.
By chance, are you looking for
FundamentalDataItems?
Size:
Color:
Yes. Where is FundamentalDataItems in the documentation?
Size:
Color:
In the QuickRef (F11 key).
Size:
Color: