ParamStyle
- select styles applied to the plot

Exploration / Indicators
(AmiBroker 4.70)


SYNTAX ParamStyle(''name'', defaultstyle = styleLine, mask = maskDefault )
RETURNS NUMBER
FUNCTION Allows to select the styles applied to plot.

Parameters

  • name - parameter name
  • defaultstyle - default value of style , takes combination of style* constants
  • mask - binary mask that defines which styles should be visible in the drop down list
    maskDefault - show thick, dashed, hidden, own scale styles (this is default mask for ParamStyle)
    maskAll - show all style flags
    maskPrice - show thick, hidden, own scale, candle, bar
    maskHistogram - show histogram, thick, hidden, own scale, area

    IMPORTANT: Parameter names and values must NOT contain non-printable characters (ASCII codes < 32).

EXAMPLE
SEE ALSO

References:

The ParamStyle function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.