Oleg Polakow

Results 4 issues of Oleg Polakow

Is this doable? I tried using `get_cython_function_address` as stated in [Numba docs](http://numba.pydata.org/numba-doc/latest/extending/high-level.html#importing-cython-functions) but it fails because module 'talib._ta_lib' has no attribute `__pyx_capi__`.

Hi everyone! First of all big shot-out to @polakowo for making this great package. My first question is about cash management. What I am trying to achieve is to add...

enhancement

Hello, first of all thank you for providing us with such a comprehensive package. I'm a first time user and cannot figure out how to produce meaningful results despite reading...

## Problem Description I already tried lots of different returns to create a full tear sheet but still cannot get it working, while simple tear sheet works. ```python import yfinance...