object create arrow

 

hi can somebody tell me how to create the object of arrow because what i have done is not working?the object are creating as i see on the object list but cant able to see on the chart whenever the condition met

 ObjectCreate("Buy"+j, OBJ_ARROW,winIndex,Time[0],Open[0],Time[0],High[1]);
      ObjectSet("Buy"+j,OBJPROP_COLOR,Green);
 
ankitkalindi:

hi can somebody tell me how to create the object of arrow because what i have done is not working?the object are creating as i see on the object list but cant able to see on the chart whenever the condition met

Object type arrow takes one coordinate, not two. Have you checked your list of Objects to see if your Object is there but not visible ?
Reason: