-
Updated
Jun 30, 2022 - Python
trading-algorithms
Here are 426 public repositories matching this topic...
-
Updated
Jul 6, 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
-
Updated
Apr 13, 2022 - Python
Ulcer Index
in development version: I am ignoring everget
highest_close = close.rolling(length).max()
downside = scalar * (close - highest_close)
downside /= highest_close
d2 = downside * downside
_ui = d2.rolling(length).sum()
ui = np.sqrt(_ui / length)In development version, sometime I am getting RuntimeWarning: invalid value encountered in sqrt after searching abo
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
May 5, 2022 - Python
-
Updated
Jul 2, 2022 - C++
-
Updated
Jul 3, 2022 - Java
-
Updated
Aug 13, 2021 - Python
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jun 25, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Apr 18, 2022
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Jun 23, 2022 - Jupyter Notebook
-
Updated
Jun 27, 2022 - Python
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Jan 12, 2022 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Jul 3, 2022 - MQL5
-
Updated
Jun 11, 2021 - Python
-
Updated
Apr 16, 2022 - Jupyter Notebook
-
Updated
Dec 9, 2019 - Rust
-
Updated
Jun 6, 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Expected Behavior
LEAN provides an example of
IndicatorVolatilityModelfor documentation.Actual Behavior
There is no example for this feature.
Potential Solution
Adds an example and/or unit tests.
Checklist
masterbranch