track_propagations
This function analyses the propagation of directional changes across different timeframes to model the casual evolution.
Function Parameters
Parameter | Type | Required | Description |
---|---|---|---|
df_list | object | True | A list of dataframes including ‘datetime’ and ‘trend_identified’ columns ordered from shortest to longest to track propagations across multiple timeframes. |
propagation_level | int | True | Set the propagation level to track for analysis e.g. propagation_level = 2 will reveal only the directional changes which propagate at least twice from the initial indicator. |