Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

A-Z Index | Category Index |

PARAMSTYLE
- select styles applied to the plot

Exploration / Indicators
(AFL 2.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
EXAMPLE
SEE ALSO

References:

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


Unreviewed user comments:

Mark Jurik
mark [at] jurikres.com
2006-10-30 08:07:52
What are all the valid default styles? I see only "styleLine".

The entire concept of masks needs better explanation. What are all the style flags and what do they do? Currently I can't figure out what the following text means:

"maskHistogram - show histogram, thick, hidden, own scale, area"

 


About | Privacy | Terms of Use | Contact information
Copyright © 2003 AMIBROKER.COM