Skip to content
#

trading-algorithms

Here are 392 public repositories matching this topic...

Lean
quant-trading

Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD

  • Updated Feb 1, 2022
  • Python
Superalgos
teehanming
teehanming commented Jan 26, 2022

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

improvement good first issue Web App UI
CMobley7
CMobley7 commented Mar 27, 2022

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
bug good first issue
backtesting.py
zillionare
zillionare commented Apr 30, 2021

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

bug good first issue Hacktoberfest
DataFrame

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at

  • Updated Jan 20, 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.

Curate this topic

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."

Learn more