Crypto-Signal
Crypto-Signal copied to clipboard
Right notification, but posted the wrong chart on Telegram
Hi, I ran the codes for a few days to try the chart feature, with ichimoku indicator running on all pairs on Binance. The notifications worked well, but I got the wrong charts most of the time.
For example, the hot notification below was for VET/USDT(hot), but the chart posted was for CVC/BTC(cold), which had nothing to do with the notification.

Below is the config.yml used (without the notifiers section):
settings:
log_mode: standard
log_level: INFO
output_mode: cli
enable_charts: true
update_interval: 10
exchanges:
binance:
required:
enabled: true
all_pairs:
- BTC
- USDT
indicators:
ichimoku:
- enabled: true
alert_enabled: true
alert_frequency: once
signal:
- leading_span_a
- leading_span_b
hot: true
cold: true
candle_period: 2h
mute_cold: true
thank you for the hard and brilliant work! :D