pandas_trader#

API documentation for tradeexecutor.strategy.pandas_trader Python module in Trading Strategy.

Module description#

Trading Strategy internal strategy types using Pandas data and decide_trades functino.

Submodules#

tradeexecutor.strategy.pandas_trader.alternative_market_data

Alternative market data sources.

tradeexecutor.strategy.pandas_trader.decision_trigger

Decision trigger.

tradeexecutor.strategy.pandas_trader.indicator

Indicator definitions.

tradeexecutor.strategy.pandas_trader.position_manager

Positions open and closing management.

tradeexecutor.strategy.pandas_trader.rebalance

Alpha model rebalancing.

tradeexecutor.strategy.pandas_trader.runner

A strategy runner that executes Trading Strategy Pandas type strategies.

tradeexecutor.strategy.pandas_trader.strategy_input

Strategy decision input.