How Can Multiple Queries Being Sent Separately?
I'm trying to send the queries drawn from the API to telegram via a ready-made this code. However, when more than one query is received, it sends it to telegram as a single post. How can we solve this incoming multiple queries being sent separately? I added example output from this way.

It should be pretty easy to adapt the broadcast_signals(tickers_TA_list) function to do this, since the notifications are already in a list. You can try to submit a pull request and we could integrate it at some point :)
firstly thanks for your feedback. I'm a beginner for python codes. How can i integrate this way? Can you help me for codes?
It is a very easy piece of code. Try to learn some Python first and then we can go through it together.
Yeapp, i solve it by append methods. Thank you so much 🤝🏻 ohh wait, how can we add price ticker on outputs. I'm really search but i cant find it.
Can you help me for improve this?