create_pair_trading_fee_summary_table#

create_pair_trading_fee_summary_table(analysis)[source]#

Creates a summary table that break down trading fees per pair and trade type.

Parameters:

analysis (DataFrame) –

DataFrame of all trades analysed.

Output from analyse_trading_fees().

Return type:

DataFrame