Thanks a lot for quick response.
I gave the above code a try, works great for the date 'Bars.Date[ Bars.Count-1 ]', if i substitute 'Bars.Date[ Bars.Count-1 ] ' with a future date e.g. '9/4/2013'. The strategy gives error:
...Values cannot be NULL
...it point the source of error to ......GetListOfEPSForDate(dateValue )
The Debug Output (when the strategy generates error) Looks as follows:
9/4/2013
Symbol Date Quarter
https://eresearch.fidelity.com/eresearch/conferenceCalls.jhtml?tab=earnings&begindate=9/04/2013
I think the problem seems to be is with the Fidelity site. If you are looking up calender for today's date, the 'fidelity EPS calender' looks different from the one that is displayed for the future date e.g. 9/4/2013.
This can be verified from the links (if you happen to look it up today,
https://eresearch.fidelity.com/eresearch/conferenceCalls.jhtml?tab=earnings&begindate=8/30/2013https://eresearch.fidelity.com/eresearch/conferenceCalls.jhtml?tab=earnings&begindate=9/04/2013What's more confusing is that when looked up
https://eresearch.fidelity.com/eresearch/conferenceCalls.jhtml?tab=earnings&begindate=8/30/2013 at about 6:50 am today morning, i think the 'fidelity EPS calender' looked different from what it looks now @8:30am ( I am not 100% sure about it, hadn't had my coffee @ 6:50am....so may be i was in little alpha-wave state)
Anyways, if you don't have chance to look at this post today a have long weekend where i shall try fiddling with the code you have provided.
Once again thanks a gazillion. Have a nice long weekend.
P.S. Do have experience with "Visual Assist X - an add-in for Visual Studio by Whole Tomato Software"? Is it worth getting it for VS2010? As VS2010 has many intellisense features compared to vs2008 (for which i had tried Visual Assist X and was helpful).