Kevin Johnson
Kevin Johnson
Hello @reza1615 and @ramgarg102, > Base on the definition page. it is a overal market sentiment. After double checking **trin**, it is classified as a Market Sentiment or Comparative Analysis...
@ramgarg102 > Does Trin being dependent on other indicators has something to do with it? No. > Why would the users need to manually use pd.concat() if they can use...
@ramgarg102, Either implement it, wait for it to be implemented, or implement in your own forked repo. Up to you. KJ
@reza1615, Terms like "extremely slow" and "slow" are relative and not descriptive. Real numbers are more useful than vague terms. Please provide a sample _ohlcv_ csv of the data you...
@reza1615, > for the linereg the below library is a wrapper for TA-LIB based on Cython instead of SWIG. Maybe as an option, we can have these wrappers as high-performance...
@reza1615, Of course I read it . That is how I know you didn't provide the 4 timings that I clearly requested. Yet, you provided something else. Anyhow, I will...
@reza1615, ### Pandas TA Indicator Performance Since we are doing some indicators, might as do them all. Please screenshot the _DataFrame_ of the performance results, like the first DataFrame below....
@reza1615, The ```df.ta.strategy()``` method was built so you did not have build your own loop executor. All you really have to do to use ```df.ta.strategy()``` is setup a _list_ of...
@reza1615, > Thank you for codes and explanations. 😎 No worries. I hope it is helpful. > My system is AMD Ryzer 9 5950X 16-core and 32 Threads, Ram 64...
@reza1615, > I found the issue. Alma and others (in this topic) for longer lengths like 1200 or 12000 are slower than shorter like 3-10. That goes without saying. Longer...