You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
i can not set border for OBJ_BITMAP_LABEL
My Code Is :
ObjectDelete(CurrentChartID,AreaName);
ObjectCreate(CurrentChartID,AreaName,OBJ_BITMAP_LABEL,0,0,0);
ObjectSetString(CurrentChartID,AreaName,OBJPROP_BMPFILE,0,"::"+rc_name);
ObjectSetString(CurrentChartID,AreaName,OBJPROP_BMPFILE,1,"::"+rc_name);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_XSIZE,rc_width);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_YSIZE,rc_height);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_XDISTANCE,200);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_YDISTANCE,200);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_BORDER_COLOR,clrRed);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_COLOR,clrRed);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_STYLE, STYLE_SOLID);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_WIDTH,1);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_BACK,false);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_FILL ,true);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_SELECTABLE, false);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_SELECTED, false);
ObjectSetInteger(CurrentChartID,AreaName,OBJPROP_HIDDEN,false);
can someone help me ؟؟؟