CloseOrder in MT3.83

 
Hello,
I am trying to close a manually open order with the below code:

CloseOrder(OrderValue(1,VAL_TICKET),OrderValue(1,VAL_LOTS),Ask,5,Red);

but all I get is red triangles on the chart.
Is this due to the fact the oreder was opened manually?