clrNONE = bypass color , it do not set bar color
P Dominc:
Confirmed and reported to MQ. Thanks.
After the latest update to version 5 build 5572, the clrNONE not working on chart with black background.
The following code used to work before update on black background, now it does not.
ObjectSetInteger(0, objName, OBJPROP_COLOR, clrNONE);
This code supposes to set the object to be invisible (clrNONE) but the new update causes the code to leave behind a white color object on the chart running on black background.
Now this code only works on chart with white background.
Please rectify and set it to be working on all charts regardless of the chart background color. Thanks.
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
After the latest update to version 5 build 5572, the clrNONE not working on chart with black background.
The following code used to work before update on black background, now it does not.
ObjectSetInteger(0, objName, OBJPROP_COLOR, clrNONE);
This code supposes to set the object to be invisible (clrNONE) but the new update causes the code to leave behind a white color object on the chart running on black background.
Now this code only works on chart with white background.
Please rectify and set it to be working on all charts regardless of the chart background color. Thanks.