-
I'm trying to use the Websocket version of the api but I don't see any place to put the credentials
There is a lot of unclarity in the docs and I don't see anything in the examples explaining or sh…
-
i want to plot multi line graph with multiple of x axis and y axis
for example 8 line in a single graph
-
Hello, your work is excellent I have a question to ask you, which of the line segment feature data output by the line detector used by the line transformer? For example, what information is there besi…
-
If the candle at time index X and X+1 have the same data (ie: no chart movement), API does not include candle X+1. This shows time "blanks" when examining the data. Cannot find documentation of this n…
-
Poradnik co do wykresów.
https://towardsdatascience.com/the-simplest-way-to-create-an-interactive-candlestick-chart-in-python-ee9c1cde50d8
Warto tego użyć.
https://github.com/matplotlib/mplfinance
…
-
I'm developing a small python script to get the RSI of a stock using TA-Lib.
It was working fine for 6 months but now I realized the RSI function from TA-Lib is returning worng values:
>while True…
-
Most services packages have the idea of 'services channels', channels where e.g. vhost requests are dumped into so that vhost helpers can see them and know there's new ones to approve/reject. Or a cha…
-
-
**Describe the bug**
&kafka.Writer then w.WriteMessages then w.Close()
leaves go routine open, leaks memory.
To verify issue you can run your code at vs code in
DEBUG MODE then check "C…
-
Hi, first of all, thank you for this amazing API.
However, I was a problem : I am trying to get all the Klines streams for USDT pairs into a React dashboard.
I am using this code I found in the …