-
Updated
Nov 5, 2020
trading-algorithms
Here are 260 public repositories matching this topic...
-
Updated
Sep 22, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Python
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Oct 17, 2020 - Java
With Python 3.5.x having reached its end of life/support, we can (drop supposed 3.4 support
- f-strings
- [variable annotations](https://docs.python.org/3
-
Updated
Nov 6, 2020 - C++
-
Updated
Nov 4, 2020 - Python
-
Updated
Oct 15, 2020 - Python
Add Renko
Which version are you running? The lastest version is Github. Pip is for major releases.
import pandas_ta as ta
print(ta.version)
Upgrade.
$ pip install -U git+https://github.com/twopirllc/pandas-ta
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [
-
Updated
Jan 18, 2019 - Python
-
Updated
Jan 11, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Aug 16, 2020 - Python
-
Updated
Sep 27, 2017 - Java
-
Updated
Dec 9, 2019 - Rust
-
Updated
Jun 5, 2020
-
Updated
Feb 6, 2020 - Python
-
Updated
Oct 22, 2020 - Java
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Nov 5, 2020 - Python
-
Updated
Dec 17, 2019 - JavaScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Oct 29, 2019 - Python
-
Updated
May 25, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Rust
Improve this page
Add a description, image, and links to the trading-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading-algorithms topic, visit your repo's landing page and select "manage topics."
Implement a DeMark Indicator in LEAN.
Expected Behavior
Support for DeMark Indicator
Actual Behavior
No support in LEAN for DeMark Indicator
Potential Solution
Implement from examples:
Checklist