-
Updated
Oct 24, 2021 - Python
stocks
Here are 1,210 public repositories matching this topic...
-
Updated
Oct 22, 2021 - C#
Code enhancement
-
Fix warning found into /var/log/error.log when using PHP 8
-
Create / Add phpunit tests
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
Oct 24, 2021 - Java
-
Updated
Nov 6, 2020
-
Updated
Oct 23, 2021 - Java
-
Updated
Sep 7, 2021 - Python
-
Updated
Sep 5, 2020 - Jupyter Notebook
-
Updated
Aug 19, 2021
This is the onboarding issue for new contributors to fastquant 😄
Please read through the references below and feel free to ask for help in the issues or slack channel!
Tutorials on the fastquant website:
https://enzoampil.github.io/fastquant-blog/
fastquant example notebooks:
https://nbviewer.jupyter.org/github/enzoampil/fastquant/tree/master/examples/
**Intro t
Great tool, I instantly loved it.
I have OTC penny stocks, which often are represented to 4 decimal places.
tickrs rounds all the prices to two places, (it seems) so the data and charts a little less-than-compelling.
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 21, 2021 - Go
-
Updated
Apr 18, 2021 - Go
-
Updated
Oct 24, 2021 - Shell
-
Updated
Jul 16, 2019 - Swift
-
Updated
Oct 14, 2021 - Python
-
Updated
Aug 24, 2021 - Python
-
Updated
Oct 15, 2021 - Rust
-
Updated
Oct 10, 2021 - Jupyter Notebook
-
Updated
Dec 30, 2020 - Python
-
Updated
Oct 23, 2021 - Rust
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Oct 15, 2021 - Python
-
Updated
May 14, 2021 - PHP
-
Updated
Oct 2, 2021 - C#
Improve this page
Add a description, image, and links to the stocks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stocks topic, visit your repo's landing page and select "manage topics."

Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The interface will allow you to scroll down to the very bottom.
Screenshots
![image](https://user-