nardew

Results 31 comments of nardew

Hi @pnmartinez, are you benchmarking strictly ta-lib wrappers or also other python (realtime) technical analysis library? Actually I spent some time researching python implementations of realtime/incremental technical analysis libraries and...

@pnmartinez I added a comparison between [talipp](https://github.com/nardew/talipp) and `ta-lib` for batch and incremental operations. As expected, `ta-lib` outperforms `talipp` for vector calculation whereas `talipp` beats `ta-lib` for incremental input. The...

@trufanov-nok I checked and here are the numbers where talipp starts consistently leading (for incremental output): SMA: ~1,3k values TEMA: ~3k values StochRSI: ~1,7k values Of course for indicators only...

`talipp` contains Keltner channels. But keep in mind it is no a wapper around ta-lib so might be not as performant for batch calculation as ta-lib based libraries. On the...

Hi @svyatoslavkravchneko, I definitely agree it would be nice to have Kraken as an addition but unfortunately due to time constraints this cannot be worked on in the near future,...

Hi, I totally agree that FTX has become a prominent exchange, no doubt about that. The problem is there is literally no demand among cryptoxlib users and given the richness...

Hi, not enough details. Show what exactly you are running with what configuration and what is the precise output.

Requested via https://github.com/conda-forge/staged-recipes/pull/20460 (failing at the moment).

Hi @hysech , it's difficult to judge what is going wrong in your script. What is in `gl.rsi1l` and `gl.b1l_bar` at the line where it fails? Can you print those...