I'd like to request a change to the COT indicator. I'm requesting the ability to plot the additional fields below for the CotReportType.Futures. I assume NT is already receiving this data since it is using other fields/values from the same report. Thanks
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOINoncommericalLong} [Pct_of_OI_NonComm_Long_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOINoncommericalShort} [Pct_of_OI_NonComm_Short_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOINoncommericalSpread} [Pct_of_OI_NonComm_Spread_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOICommericalLong} [Pct_of_OI_Comm_Long_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOICommericalShort} [Pct_of_OI_Comm_Short_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOITotReptLong} [Pct_of_OI_Tot_Rept_Long_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOITotReptShort} [Pct_of_OI_Tot_Rept_Short_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOINonReptLong} [Pct_of_OI_NonRept_Long_All]
CotReport { ReportType = CotReportType.Futures, Field = CotReportField.PctOINonReptShort} [Pct_of_OI_NonRept_Short_All]

Comment