CoolDixon
CoolDixon
I have a CSV dataset with 4 class values (2001, 2002, 2003 and 2004) with their respective values so it naturally should be grupped in 4 unique bins, and within...
Hi Rabanti, I just catch an other weird bug. If I rename a worksheet with this code: ` string Filename = @"C:\_Local\Sample.xlsx"; Workbook Wb = Workbook.Load(Filename); Wb.GetWorksheet("Sheet1").SetSheetName("NewSheetName"); Wb.Filename = Filename;...
I always get 'a task was cancelled' exception on PlaceOrder operations. Other works just fine ` Log.Information("\nOpen Orders:"); List openOrdersStatusEvents = await twsController.RequestOpenOrders(); foreach (OpenOrderEventArgs e in openOrdersStatusEvents) Log.Information($"Contract={e.Contract}. ID={e.OrderId}...