Morningbull
Morningbull
So, I try to explain you how I arrived to that conclusion. At the beginning I connected my application to the website taapi .io to get the patterns values. When...
Yes, below an extract of my code for engulfing: # Function to calculate indicators def indicators_calculation (): # Load excel file ws_hist = excel_preparation.wb1[Settings.history_data_sheet] ws_hist_inv = excel_preparation.wb1[Settings.history_data_inverse_sheet] max_row_hist = ws_hist.max_row...
Yes your result is correct, but I get instead [0, 0, 0, -100], I have more than 2 candles before so the lookback value is not the problem. Maybe I...
No the wrapper, I mean the dipendency ta-lib required. Which are you using, from here https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib, this one [ta-lib-0.4.0-msvc.zip] or something else? Sorry for all this question but I'm trying...
No that cannot be the problem, I have thousands of candles. The point is that I'm not getting 80 or -80 or even 200 or -200 at all, that reporter...
Yes I tried your code but still same, 80 is missing, I think I found the problem, here I'm attaching two version of C++ dipendency. ta-lib-0.4.0-msvc: this is from 2007,...
I'm curios to know which version you are using and where you downloaded.
Yes, exactely, the problem now is that I'm not able to compile it for 64bit, I'm getting following errors: ta_regtest.obj : error LNK2019: unresolved external symbol test_func_avgdev referenced in function...
I'm following the procedure described here https://github.com/mrjbq7/ta-lib: 4. Build TA-Lib Library From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt] Move to C:\ta-lib\c\make\cdr\win32\msvc Build the Library nmake But...
Thanksss!!!! Your code worked perfectly, it has been compiled without any problem! Thanks again for your help, I'm not very practical with C++