Hello,
I'm in need of converting some scripts I have to eSig 11 (from 10) and - with one indicator in particular - I'm getting some funky syntactical errors (or so it seems).
Properly defined setBarBgColor() parameters are as follows:
setBarBgColor( color [, index] [, yMin] [, yMax] )
with yMin and yMax being optional but allowing you to paint background between those y co-ordinates.
My indicator effectively (in eSig 10) renders the background color in a layerd manner...different darker colors being smaller with larger lighter colors 'layering' larger outside of the parameters of the darker shading. Thus the bg of one bar can indicate several meanings. I have 6 different shadings potentially occurring for any given bar.
In eSig 11 it seems to capture/render only 3 or 4 max - at a time. Any advice?
Also; any problems with drawShapeRelative or drawTextRelative that are known (obvious?)...doesn't seem to be working as usual? Does eval function tend to work as expected?
Sorry for the length,
gg
I'm in need of converting some scripts I have to eSig 11 (from 10) and - with one indicator in particular - I'm getting some funky syntactical errors (or so it seems).
Properly defined setBarBgColor() parameters are as follows:
setBarBgColor( color [, index] [, yMin] [, yMax] )
with yMin and yMax being optional but allowing you to paint background between those y co-ordinates.
My indicator effectively (in eSig 10) renders the background color in a layerd manner...different darker colors being smaller with larger lighter colors 'layering' larger outside of the parameters of the darker shading. Thus the bg of one bar can indicate several meanings. I have 6 different shadings potentially occurring for any given bar.
In eSig 11 it seems to capture/render only 3 or 4 max - at a time. Any advice?
Also; any problems with drawShapeRelative or drawTextRelative that are known (obvious?)...doesn't seem to be working as usual? Does eval function tend to work as expected?
Sorry for the length,
gg
Comment