Hi,
Even though I just mention "setBarBgColor()" and "setDefaultBgColor" the same applies to "setBarFgColor" and setDefaultBarFgColor".
-------
For "SetBarBgColor" the glossary states:
setBarBgColor()
setBarBgColor( Color )
Color: A valid color definition or RGB value.
Sets the background color for the current bar.
Example:
setBarBgColor( Color.blue );
Colors
------------
But you can have more parameters in it such as:
------------
setBarBgColor(Color, series, low offset, high offset)
------------
For "SetDefaultBarBgColor" its the same but it also states that it is only available in "preMain()" but I can use it in "main()" just fine.
These work well.
Suggestion: update the Glossary to reflect the full capabilities of these functions.
Thanks
wayne
Even though I just mention "setBarBgColor()" and "setDefaultBgColor" the same applies to "setBarFgColor" and setDefaultBarFgColor".
-------
For "SetBarBgColor" the glossary states:
setBarBgColor()
setBarBgColor( Color )
Color: A valid color definition or RGB value.
Sets the background color for the current bar.
Example:
setBarBgColor( Color.blue );
Colors
------------
But you can have more parameters in it such as:
------------
setBarBgColor(Color, series, low offset, high offset)
------------
For "SetDefaultBarBgColor" its the same but it also states that it is only available in "preMain()" but I can use it in "main()" just fine.
These work well.
Suggestion: update the Glossary to reflect the full capabilities of these functions.
Thanks
wayne