-
Updated
Oct 26, 2021 - Python
trading-algorithms
Here are 352 public repositories matching this topic...
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 10, 2021 - Python
Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:
- a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
- some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te
-
Updated
Sep 22, 2020 - Python
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Expected Behavior
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
It appears that the hwma indicator is missing from the overlap strategies on both main and development, https://github.com/twopirllc/pandas-ta/blob/main/pandas_ta/__init__.py#L57 and https://github.com/twopirllc/pandas-ta/blob/development/pandas_ta/__init__.py#L58 respectively. So, it's not included when one runs df.ta.strategy("overlap"). Was this done on purpose?
-
Updated
Aug 13, 2021 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
Nov 13, 2021 - C++
-
Updated
Oct 23, 2021 - Java
-
Updated
Nov 8, 2021 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Sep 7, 2021 - Python
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Jan 18, 2019 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 1, 2021
-
Updated
Oct 29, 2021 - TypeScript
-
Updated
Sep 25, 2021 - Python
-
Updated
Nov 13, 2021 - Python
-
Updated
Oct 15, 2021 - Jupyter Notebook
-
Updated
Jun 11, 2021 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2019 - Rust
-
Updated
Mar 2, 2020 - Jupyter Notebook
-
Updated
Nov 11, 2021 - MQL5
-
Updated
Oct 5, 2021 - Java
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."
Expected Behavior
Supports: Relative Moving Average (RMA)
Actual Behavior
Indicator not yet supported.
Checklist
masterbranch