fix: Use 'stock_type' key in entry_data for candlestick scanner
This commit is contained in:
parent
e8bf5282cd
commit
f71f8e42ed
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user