signal_comparison#
API documentation for tradeexecutor.strategy.chart.standard.signal.signal_comparison Python function.
- signal_comparison(input, avg_signal='avg_signal')[source]#
Render share price and TVL for all vaults.
Get vault pairs from the strategy universe
- Parameters:
avg_signal – Indicator name for the average signal across pairs.
input (ChartInput) –
- Returns:
List of figures
- Return type:
Figure