I am new and searched Forum, Help, User Guide, but I cannot find the Editor Code to get the Dividend Data from Yahoo and/or Fidelity to work. I tried running "DogsOfDow" (which uses dividends) pre-defined Strategy, and the data from the FundementalDataSeries is, "WealthLab.DataSeries". I have tried the following:
CODE:
Please log in to see this code.
And Get this output:
KF Dividend1:
KF Dividend: WealthLab.DataSeries
I tried:
CODE:
Please log in to see this code.
and Compile fails with:
error CS0266 @(27,32): Cannot iimplicitly convert type 'System.Collections.Generic.IList<WealthLab.FundamentalItem>' to "WealthLab.FundementalItem."
I have searched support, User Guide and FAQ. There was comment about using YCharts, but no details on how to use that.
Can you give me code to get the dividend from Yahoo and/or Fidelity and any special steps in the Data Manager?
I saw something about: WealthLab.DataProviders.Common.FundamentalItemDividend, but no details either.
Thanks