MetaFile for Vector Graphic

I just need vector image of my chart. So I go to Edit - Image - CopyAsMetafile

Now when i paste this into Adobe Illustrator the wicks of the Candles disappear

 
_SECTION_BEGIN("CANDLES");
CANDLE_RED_BODY = ParamColor("CANDLE RED BODY  TEMP1",ColorRGB(254,136,178));
CANDLE_RED_LINE = ParamColor("CANDLE RED LINE  TEMP1",ColorRGB(254,136,178));
CANDLE_GREEN_BODY = ParamColor("CANDLE GREEN BODY  TEMP1", ColorRGB(131,193,245));
CANDLE_GREEN_LINE = ParamColor("CANDLE GREEN LINE  TEMP1", ColorRGB(131,193,245));
 
SetBarFillColor(IIf(O > C, CANDLE_RED_BODY, CANDLE_GREEN_BODY));
    Plot(C, "Price", IIf(O > C, CANDLE_RED_LINE, CANDLE_GREEN_LINE), styleCandle, Null, Null, 0, 0, 1);
    _SECTION_END();
 
 
 


Image1 - Amibroker Chart


Image2 - Amibroker Chart copied to illustrator (Edit - Image - CopyAsMetafile) wicks disappear

I tried your code and pasted to MS Word and it shows perfectly, so definitely NOT AmiBroker issue here

Try zooming in. Adobe Illustrator might be not displaying them because they are thin (display problem of Adobe).