1) The CFTC data is not always complete and there can be significant gaps. In my indicator, those show as breaks in the graph where no data is plotted. In the stock indicator, those gaps have been filled in. I see no explanation in the c# code for the stock indicator of how those gaps are managed. I think it would be useful to explain how the gaps are handled.
2) I'll illustrate the next problem by example. I used OpenInterest data for testing. In my indicator, the CFTC data with an effective date of Tuesday, December 15, 2020, the latest available as of this morning (12/28/2020) is matched to the previous Friday, December 11, 2020. It is my understanding that the CFTC data, usually effective on a Tuesday applies to the previous week. In the stock COT indicator, the data for December 15 is matched against Friday, December 18. This shows up when I compare graphs as a one week shift in all the data points in the graphs.
Is this right? Am I mistaken?

Comment