Reza
Reza
برای برچسبگذاری عمده میتوان از فرهنگ معین استفاده کرد در فرهنگ معین برای هر مدخل نوع دستوری را مشخص کردهاند
I couldn't find its category. Base on the definition page. it is a overal market sentiment. In my opinion it should be under performance or momentum like rsi it shows...
version 0.3.14b0 ```python for strategy in ['alma','td_seq','cg','pwma','cfo','qqe','inertia','cti','mcgd','linreg']+['hilo','psar','supertrend','ttm_trend','vidya','jma']: ta_list=[ {"kind": strategy, "prefix":f"foo@"} ] df.ta.cores = 31 df.ta.strategy(ta.Strategy( name=f"{strategy}", description=f"{strategy}", ta=ta_list ),timed=True) ```
for alma i found https://stackoverflow.com/questions/46990098/arnaud-legoux-moving-average-and-numpy
Here is the code and parquet file [df_file.txt](https://github.com/twopirllc/pandas-ta/files/6966000/df_file.txt) and timing. Also, I added SMA to have a better comparison. The rest of the indicators which I didn't list here according...
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 codes. https://mrjbq7.github.io/ta-lib/
> Why did you give me different code and the 4 results that I requested from you? Stop moving the goal posts! @twopirllc did you read https://github.com/twopirllc/pandas-ta/issues/367#issuecomment-896509585 ?
I sent you the full log of my run so you can simply compare these algorithm speed with each. The goal of this report is to show that these algorithms...
> KJ Thank you for codes and explanations. My system is AMD Ryzer 9 5950X 16-core and 32 Threads, Ram 64 Os: Ubuntu 20.04   Also here is the...
> Be aware that this is not the correct nor best way to run your _Multiple Window Combinations_ strategy that you also included in your comment [here](https://github.com/twopirllc/pandas-ta/issues/367#issuecomment-896509585). I'll address that...