-
Hi,
I'm the maintainer of TA-Lib fork that I made almost 5 years ago. Recently I renamed it to TA-Lib RT which supposed to mean Real Time. The main idea was to add functionality that allows to "pause…
-
Any possibility of adding VWAP with Bands to the ta-lib library? If so, can the input for bands be a list of st dev so that we can get multiple bands as outputs in one function call as opposed to runn…
-
**Issue**
If I installed [realm package](https://github.com/realm/realm-js), (only install, no intialization in js yet),
when triggering `openApp` in iOS, it shows blank screen with metro message `C…
-
```
import talib as ta
from talib import stream as ta_stream
close = np.random.random(100)
output = ta.RSI(close, timeperiod=period)
latest = ta_stream.RSI(close, timeperiod=period)
print(output…
-
I am trying to figure out how to add new indicators to ta-lib. I have copied the .c file in the ta_func folder and also added a header for the function in the ta_func.h file in the include folder. I h…
-
Hello , thank you for this ha integration.
I am having a small problem understanding how to setup the cmi to recieve values from home assistant.
i setup a sensor from my heating system to send to …
-
The intended usage of PromiseKit.conf is that its attributes are set exactly once at program start up before any other threads are active and never written to again (but they may be read by other thre…
-
Both NumPy and MXNet are dependent on BLAS. When they are linked to different BLAS libraries there will be a name clashing issue. Effectively, only functions from NumPy's BLAS will be used by both Num…
-
Le PAN s'attache à référencer des données standardisées. Les JDD suivants publient des ressources GTFS-RT renvoyant du JSON et non du Protobuf.
Est-il possible de faire supprimer ces ressources aux…
-
**Describe the bug**
TSAN produces false positive data race warnings for a constant which is initialised and assigned in `init` and read later in `onCancel`.
**To Reproduce**
```swift
@main
…