Skip to content

indicators package¶

Modules for building and running indicators.

Technical indicators are used to see past trends and anticipate future moves. See Using Technical Indicators to Develop Trading Strategies.


pandas_ta function¶

pandas_ta(
    *args,
    **kwargs
)

Shortcut for IndicatorFactory.from_pandas_ta().


ta function¶

ta(
    *args,
    **kwargs
)

Shortcut for IndicatorFactory.from_ta().


talib function¶

talib(
    *args,
    **kwargs
)

Shortcut for IndicatorFactory.from_talib().


Sub-modules¶