_DEFAULT_NAME
|
Exploration / Indicators |
SYNTAX | _DEFAULT_NAME() |
RETURNS | STRING |
FUNCTION | This function returns the default name of plot in the drag-drop section. The default name consists of section name and comma separated list of values of numeric parameters defined in given section. |
EXAMPLE | _SECTION_BEGIN("MA1");
_DEFAULT_NAME will evaluate to "MA1(Close,15)" string. |
SEE ALSO | _SECTION_BEGIN() function , _SECTION_NAME() function , _SECTION_END() function |
The _DEFAULT_NAME function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.