ObjectCreate v_line within objectCreate_rectangle

 

hi

i have this code to creat a rectangle

ObjectCreate("L"+x, OBJ_RECTANGLE, 0,Time[x],High[x],Time[x]+period()*60,Low[x] ); 

how can i insert a code to  draw a vertical line at the second time point of the rectangle

time[x]+period()*60 
any idea?
 
ObjectCreate (..., OBJ_VLINE,....);
 

thanks  zzuegg

i will tray that 

Reason: