Skip to main content

demark

Calculate the Demark sequential indicator.

This indicator offers a strategic way to spot potential reversals in market trends. It's designed to highlight moments when the current trend may be running out of steam, suggesting a possible shift in direction. By focusing on specific patterns in price movements, it provides valuable insights for making informed decisions on future changes and identifies trend exhaustion points with precision.

Parameters

data: list[openbb_core.provider.abstract.data.Data]

list of data to be used for the calculation.

Optional: False


index: str

Index column name to use with data, by default 'date'.

Default: date

Optional: True


target: str

Target column name, by default 'close'.

Default: close

Optional: True


show_all: bool

Show 1 - 13. If set to False, show 6 - 9

Default: True

Optional: True


asint: bool

If True, fill NAs with 0 and change type to int, by default True.

Default: True

Optional: True


offset: int

How many periods to offset the result

Optional: True


Returns

results: list[Data]

Serializable results.


provider: None

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


On this page