Plot to the right of the current candle

 

Is it possible to plot a line from the indicator in the space to the right of the current candle? If so, how?

Thanks

 
ObjectCreate(chart_ID,name,OBJ_TREND,sub_window,t1,p1,t2,p2);
ObjectSetInteger(chart_ID,name,OBJPROP_RAY_RIGHT,true);