GetPriceStyle
- get current price chart style

Exploration / Indicators
(AmiBroker 4.70)


SYNTAX GetPriceStyle
RETURNS NUMBER
FUNCTION Returns price chart style value to be used in Plot statement Returned value depends on selection in View->Price chart style menu
EXAMPLE Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
SEE ALSO

References:

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

More information:

See updated/extended version on-line.