Skip to content

Latest commit

 

History

History
87 lines (62 loc) · 1.93 KB

technical.rst

File metadata and controls

87 lines (62 loc) · 1.93 KB

technical -- Technical indicators

quantworks.technical

Example

The following example shows how to combine an EventWindow and an EventBasedFilter to build a custom filter:

../samples/technical-1.py

The output should be:

../samples/technical-1.output

Moving Averages

quantworks.technical.ma

quantworks.technical.vwap

Momentum Indicators

quantworks.technical.macd

quantworks.technical.rsi

quantworks.technical.stoch

quantworks.technical.roc

Other Indicators

quantworks.technical.atr

quantworks.technical.bollinger

quantworks.technical.cross

quantworks.technical.cumret

quantworks.technical.highlow

quantworks.technical.hurst

quantworks.technical.linebreak

quantworks.technical.linreg

quantworks.technical.stats