Hi everyone. I am new to the forum (and trading in general), but I plan on using the hell out of this forum... and hopefully reach a point where I can contribute a little back...
For my first question, it deals with EOD data and specifically gaps in the dates, for example:
*Data provided by Yahoo*
2008-07-14,539.00,540.06,515.45,521.62,4424800,521.62
2008-07-11,536.50,539.50,519.43,533.80,4981400,533.80
2008-07-10,545.00,549.50,530.72,540.57,4331700,540.57
2008-07-09,550.76,555.68,540.73,541.55,4154000,541.55
2008-07-08,545.99,555.19,540.00,554.53,4932400,554.53
2008-07-07,542.30,549.00,535.60,543.91,4255200,543.91
2008-07-03,530.88,539.23,527.50,537.00,2400500,537.00
2008-07-02,536.51,540.38,526.06,527.04,4223000,527.04
2008-07-01,519.58,536.72,517.00,534.73,4959900,534.73
2008-06-30,532.47,538.00,523.06,526.42,3765300,526.42
Note how even though I have requested EOD, it sometimes skips 1,2, or even 3 days between points. I have tried a couple different sources and I they each have this problem, and I can't find an explanation anywhere as to why this is the case...
Ideally I would like to have constistant data for my back-testing, but if worse comes to worse I figure I might just average the surrounding points to fill the gaps.
At this point, I am profcient in C++ and I am actively performing research into statistics and I have developed a couple useful algorithms for EOD analysis but I am only starting out, so... any other information would be very helpful!
Thanks in advance, Joe.
For my first question, it deals with EOD data and specifically gaps in the dates, for example:
*Data provided by Yahoo*
2008-07-14,539.00,540.06,515.45,521.62,4424800,521.62
2008-07-11,536.50,539.50,519.43,533.80,4981400,533.80
2008-07-10,545.00,549.50,530.72,540.57,4331700,540.57
2008-07-09,550.76,555.68,540.73,541.55,4154000,541.55
2008-07-08,545.99,555.19,540.00,554.53,4932400,554.53
2008-07-07,542.30,549.00,535.60,543.91,4255200,543.91
2008-07-03,530.88,539.23,527.50,537.00,2400500,537.00
2008-07-02,536.51,540.38,526.06,527.04,4223000,527.04
2008-07-01,519.58,536.72,517.00,534.73,4959900,534.73
2008-06-30,532.47,538.00,523.06,526.42,3765300,526.42
Note how even though I have requested EOD, it sometimes skips 1,2, or even 3 days between points. I have tried a couple different sources and I they each have this problem, and I can't find an explanation anywhere as to why this is the case...
Ideally I would like to have constistant data for my back-testing, but if worse comes to worse I figure I might just average the surrounding points to fill the gaps.
At this point, I am profcient in C++ and I am actively performing research into statistics and I have developed a couple useful algorithms for EOD analysis but I am only starting out, so... any other information would be very helpful!
Thanks in advance, Joe.