ta-lib
Here are 41 public repositories matching this topic...
I am very new to ta-lib.
Here is a very stupid question about the documentation. Can anyone direct me where exactly is the detailed documentation? For example, the following shows BBANDS has MA_Type.T3, which means BollingerBands will use EMA instead of SMA. But I can't find the description about BBANDS and MA_Type anywhere.....
upper, middle, lower = talib.BBANDS(close, matype
-
Updated
Mar 7, 2019 - Go
-
Updated
May 26, 2020 - Jupyter Notebook
-
Updated
Apr 12, 2020 - Python
-
Updated
Dec 8, 2019 - C
-
Updated
Jan 3, 2020 - PHP
-
Updated
May 25, 2020 - C
According http://docs.julialang.org/en/release-0.5/stdlib/base/#introduction
By convention, function names ending with an exclamation point (!) modify their arguments. Some functions have both modifying (e.g., sort!) and non-modifying (sort) versions.
level 0 functions modify arguments so it may be a better idea to end their name with an exclamation point (!)
-
Updated
Dec 31, 2019 - C
-
Updated
Feb 2, 2020 - PHP
-
Updated
Mar 31, 2017 - Jupyter Notebook
-
Updated
Aug 23, 2018 - Jupyter Notebook
Fix SMA formula
When calculating the SMA of index 6 with period 5, it includes index 1, as the sum is inclusive.
However, it should only calculate with indexes 2, 3, 4, 5 and 6.
Solution:
Formula underneath the sum should be k = i - p + 1
-
Updated
Jan 13, 2018 - Python
-
Updated
Mar 3, 2018 - Python
-
Updated
Sep 16, 2018 - Go
-
Updated
Sep 29, 2018 - Python
-
Updated
Mar 16, 2020 - Go
-
Updated
Dec 11, 2018 - Python
Improve this page
Add a description, image, and links to the ta-lib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ta-lib topic, visit your repo's landing page and select "manage topics."
我们会在这个 Issue 中持续 refer 比较典型的 Issue,也希望您能持续通过 issue 来与我们讨论各种问题,这样都可以为其他人提供参考,也避免我们重复回答同样的问题。
ctrl + v来上传图片的,很方便。RQAlpha 2.0.0