pandas_trader#

tradeexecutor.strategy.pandas_trader Python module in Trading Strategy framework.

Module description#

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

Submodules#

tradeexecutor.strategy.pandas_trader.decision_trigger

Decision trigger.

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.trade_decision

Pandas based strategy core function.