Hi,
I get inconsistent behavior when turning on/off the colors for price bars, based on an input parameter "PaintPriceBars".
Sometimes colors the bars, sometimes not.
Sometimes turns all white if I turn the coloring off.
I have to remove the efs from chart and load again to make it respond properly, until gets stuck in one state or an other again.
It looks like does not always read the parameters when reloading the efs.
Is there a known problem there, or I am doing something stupid?
Note: I check for the parameter in my code, I even tried to use
setColorPriceBars(true/false) before setPriceBarColor(Color.xxx), but with no better results.
Thank you.
M
I get inconsistent behavior when turning on/off the colors for price bars, based on an input parameter "PaintPriceBars".
Sometimes colors the bars, sometimes not.
Sometimes turns all white if I turn the coloring off.
I have to remove the efs from chart and load again to make it respond properly, until gets stuck in one state or an other again.
It looks like does not always read the parameters when reloading the efs.
Is there a known problem there, or I am doing something stupid?
Note: I check for the parameter in my code, I even tried to use
setColorPriceBars(true/false) before setPriceBarColor(Color.xxx), but with no better results.
Thank you.
M
Comment