Added topic
Objects not being deleted?In my indicator I create vertical lines with this code string line_name = INDI_NAME + "_" + ( string ) Period () + "_" + ( string )time[i]; ObjectCreate ( 0 , line_name, OBJ_VLINE , 0 , time[i], NULL ); ObjectSetInteger ( 0 , line_name, OBJPROP_STYLE