-
Updated
Apr 3, 2022 - Python
trading-algorithms
Here are 392 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Python
-
Updated
Feb 1, 2022 - Python
Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.
Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.
Describe alternatives you've considered
Additional context
Add any other context or screenshots
When I ran Center of Gravity: cg over 3 months of Bitcoin prices ("20200801" to "20201101"), I got
| Close | cg | |
|---|---|---|
| count | 132481.000000 | 132472.000000 |
| mean | 11378.306788 | -5.499988 |
| std | 844.355621 | 0.001991 |
| min | 9881.820000 | -5.616297 |
| 25% | 10710.500000 | -5.500833 |
| 50% | 11368.680000 | -5.499987 |
| 75% | 11742.540000 | -5.499146 |
| 1 |
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
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
Apr 9, 2022 - Java
-
Updated
Aug 13, 2021 - Python
-
Updated
Apr 9, 2022 - C++
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Mar 27, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Dec 17, 2021
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Dec 30, 2021 - Jupyter Notebook
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Mar 20, 2022 - Python
-
Updated
Jan 12, 2022 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2021 - Python
-
Updated
Mar 2, 2020 - Jupyter Notebook
-
Updated
Mar 27, 2022 - MQL5
-
Updated
Dec 9, 2019 - Rust
-
Updated
Apr 9, 2022 - Python
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
The description of the EMA indicator mentions that the only way to warm up an EMA is