about bitmap here https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_bitmap
check file name, if file on Images folder, then code:
ObjectSetString(0,obj_icon,OBJPROP_BMPFILE,"\\Images\\logo.bmp");

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_BITMAP
- www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_BITMAP - Reference on algorithmic/automated trading language for MetaTrader 5
Aeither:
i compiled this with the aim for show the icon on the chart.
the object is created but i see nothing on the chart. Pliss Help me. sry for my bad english.
It hasn`t show any errors, the logo is .bmp.
tuoitrecuoi:
I checked file name and i tried also the code but i can't see the image, i also tried with differents .bmpabout bitmap here https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_bitmap
check file name, if file on Images folder, then code:
ObjectSetString(0,obj_icon,OBJPROP_BMPFILE,"\\Images\\logo.bmp");
Aeither:
I checked file name and i tried also the code but i can't see the image, i also tried with differents .bmp
I checked file name and i tried also the code but i can't see the image, i also tried with differents .bmp
Нужно указывать точки привязки: время и цену.
ObjectCreate(chart_ID,name,OBJ_BITMAP,sub_window,time,price))
barabashkakvn:
Answer in RUSSIAN hahaha. The Problem was on the time and price. Thank you a lot.
Нужно указывать точки привязки: время и цену.
Aeither :
Answer in RUSSIAN hahaha. The Problem was on the time and price. Thank you a lot.
Forgot to switch the language. Excuse Me.
Answer in RUSSIAN hahaha. The Problem was on the time and price. Thank you a lot.

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 compiled this with the aim for show the icon on the chart.
the object is created but i see nothing on the chart. Pliss Help me. sry for my bad english.
It hasn`t show any errors, the logo is .bmp.