get property of just deleted object

 

Hi

Is there a way in mql5 to get some object property of just deleted object?

Thanks

void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
if (id==CHARTEVENT_OBJECT_DELETE){
    Print(sparam);                      //<<<<<<<<<<<<<<<<<< blank
 
Of course not, just as you can't tell us the mileage of a car after it's been towed. It's gone. Does not exist.
 
Which property ? (and what would be the use of that if i may ask)
Reason: