Why object not draw in new MT5 build 1983

 

Dear,

From new build 1983 not object draw in visual backtest mode. 

string objektname = "dfdfd";
     ObjectCreate(0,objektname, OBJ_LABEL, 0, 0, 0);
     ObjectSetInteger(0,objektname,OBJPROP_XDISTANCE,10); 
     ObjectSetInteger(0,objektname,OBJPROP_YDISTANCE,10); 
     ObjectSetInteger(0,objektname, OBJPROP_CORNER, 0);
   ObjectSetString(0,objektname,OBJPROP_TEXT,"This is Dashboard");
   ObjectSetInteger(0,objektname,OBJPROP_COLOR,clrRed);


Object draw in live but not show in visual mode. any idea why this is ... Old version working well this problem show after new build 1983

 

I am having the same error, it seems a build 1983 error with backtesting visual mode and objects