I just noticed some studies I created (trendline stuff) that used the setBar() command for line colors no longer work.
setBar(Bar.FgColor, x,x, Color.red) fails in 7.9
setBarFgColor(Color.red, x) does work in 7.9
Are all the setBar(style,x,x,x) type commands now dead in 7.9 or is this a specific bug of some sort?
It will take a lot of editing to change all (dozens) or my studies to use the new EFS2 format if true.
Thanks
Tex
setBar(Bar.FgColor, x,x, Color.red) fails in 7.9
setBarFgColor(Color.red, x) does work in 7.9
Are all the setBar(style,x,x,x) type commands now dead in 7.9 or is this a specific bug of some sort?
It will take a lot of editing to change all (dozens) or my studies to use the new EFS2 format if true.
Thanks
Tex
Comment