Help in creating icon on the chart using OBJ_BITMAP_LABEL!

 

Hi everyone.

Hope you all are doing great. 

I have been trying to display two icons on my chart using OBJ_BITMAP_LABEL function from ObjectCreate(). But fortunately i haven't got lucky a single time.

Even I tried copying all the  code showing how to use this (OBJ_BITMAP_LABEL) but still got no success.

I have tried defining my images as resources but it keeps on showing me error continuously. Unknown resource.

//if only i'm using these two lines i get no error
#resource "\\Images\\Arrow-Up-icon.bmp"
#resource "\\Images\\Arrow-Down-icon.bmp"

// as soon as i use these too line with above ones it shows unknown resource it even displays this error when i use custom indicator provided by mt4
string upArrow = "::Images\\Arrow-Up-icon.bmp";
string dnArrow = "::Images\\Arrow-Down-icon.bmp";

I'm attaching the images below And the example I'm using from documentation is: 

MQL4 Reference /Constants, Enumerations and Structures /Objects Constants /Object Types /OBJ_BITMAP_LABEL

Any kind of help is appreciated. Thanks
Files: