Skip to content

Python package for generating Directional Changes - a technical analysis indicator - from time series.

License

Notifications You must be signed in to change notification settings

JurgenPalsma/dcgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcgenerator

Generate directional change events - a technical indicator - from time series

Credit for the idea and pseudocode: M. Aloud, E. Tsang, R. B. Olsen, and A. Dupuis, "A Directional-Change Events Approach for Studying Financial Time Series," 2012.

Usage

Install

pip install .

Import

>>> import dcgenerator as dg

Call

>>> dg.generate(<your data>, <your dc threshold>)

About

Python package for generating Directional Changes - a technical analysis indicator - from time series.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages