ParamColor
|
Exploration / Indicators |
SYNTAX | ParamColor( ''name'', defaultcolor ) |
RETURNS | NUMBER |
FUNCTION | Adds a new user-definable parameter, which will be accessible via Parameters dialog : right click over chart pane and select "Parameters" or press Ctrl+R allows to change chart parameters - changes are reflected immediatelly.
IMPORTANT: Parameter names and values must NOT contain non-printable characters (ASCII codes < 32). |
EXAMPLE |
Plot( RSI(), "RSI", ParamColor( "RSI Color", colorRed ) );
|
SEE ALSO | PARAM() function , PARAMSTR() function |
The ParamColor function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.