diff --git a/src/screener/t_candlestick.py b/src/screener/t_candlestick.py index c3085dc..7b89d43 100644 --- a/src/screener/t_candlestick.py +++ b/src/screener/t_candlestick.py @@ -123,7 +123,7 @@ def run_candlestick_scanner(min_price: float, max_price: float, min_volume: int, 'pattern_count': signal_data['pattern_count'], 'volume': current_volume, 'last_update': last_update, - 'type': stock_type + 'stock_type': stock_type } bullish_signals.append(entry_data) print_signal(entry_data, "🕯️") # Candlestick emoji