format_signals#
API documentation for tradeexecutor.strategy.alpha_model.format_signals Python function.
- format_signals(alpha_model)[source]#
Debug helper used to develop the strategy.
Print the signal state to the logging output.
- Returns:
DataFrame containing a table for signals on this cycle
- Parameters:
alpha_model (AlphaModel) –
- Return type:
DataFrame