Place arrow at current time and price?

 
int init()
{
  bool Arrow=ObjectCreate(Arrow,22,0,TimeCurrent(), Bid);
}
 
int start()
{
 
}
????
 

ObjectCreate("MyArrow", OBJ_ARROW, 0, Time[0], Bid, 0, 0);