hhashim1

Results 103 comments of hhashim1

> > Let's also verify that the compiled python module is linking against the expected TA-Lib C library: > > ```shell > > $ cd ta-lib-wrapper > > > >...

I tried from root and its still the same. Do you want me to send you the `RVSTDEV` code only or all of the accomping code? ![image](https://user-images.githubusercontent.com/62855649/176512841-3761d9f4-0413-4677-8c35-54f47d4abb8d.png)

[ta_RVSTDEV.zip](https://github.com/mrjbq7/ta-lib/files/9013377/ta_RVSTDEV.zip) `table_r.c` ``` /* RVSTDEV BEGIN */ static const TA_InputParameterInfo* TA_RVSTDEV_Inputs[] = { &TA_DEF_UI_Input_Price_V, NULL }; static const TA_OutputParameterInfo* TA_RVSTDEV_Outputs[] = { &TA_DEF_UI_Output_Real, NULL }; static const TA_OptInputParameterInfo* TA_RVSTDEV_OptInputs[] =...

oh all of talib and talibwrapper?

Wrapper - https://file.io/J55R6ed0CUQc LIbrary - https://file.io/ZAgye5WpLQsn

Try this https://file.io/YfpvtmIb1Tyi

> I was able to build both and access to RVSTDEV from python, so the problem must be in environment. > > ![Screenshot_20220630_005836](https://user-images.githubusercontent.com/5746456/176552616-4f0de9fd-e4cf-436f-95a2-a6a1a2bf86e1.png) The name of the function in your...

Oh sorry...I didnt see that.

What do you suggest for how to fix this?

![image](https://user-images.githubusercontent.com/62855649/176555136-1c2a7752-61d0-48a9-884b-7699ed01ece0.png) ``` root@aa3bed537114:/# sudo find / -iname "libta_lib*" /usr/lib/libta_lib.a /usr/lib/libta_lib.so /usr/lib/libta_lib.so.0 /usr/lib/libta_lib.so.0.0.0 /usr/lib/libta_lib.la find: ‘/proc/21033/map_files’: Permission denied /ta-lib/src/.libs/libta_lib.a /ta-lib/src/.libs/libta_lib.la /ta-lib/src/.libs/libta_lib.lai /ta-lib/src/.libs/libta_lib.so /ta-lib/src/.libs/libta_lib.so.0 /ta-lib/src/.libs/libta_lib.so.0.0.0 /ta-lib/src/libta_lib.la ```