trading
Here are 2,433 public repositories matching this topic...
-
Updated
Dec 31, 2021 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Dec 20, 2021 - Jupyter Notebook
-
Updated
Dec 29, 2021 - C#
-
Updated
Oct 19, 2021 - Python
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Jan 7, 2022 - Python
-
Updated
Jan 7, 2022 - Python
Bloomberg BQuant platform only allows installation of the wheel version of a python library. Please, can you create a wheel version of TA library?
-
Updated
Dec 8, 2021 - C++
-
Updated
Feb 17, 2021
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, 2021 - Python
-
Updated
Dec 28, 2021 - JavaScript
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
Is your feature request related to a problem? Please describe.
My request is a new indicator called Clenow momentum.
Describe the solution you'd like
It measures momentum by getting the exponential regression of log prices and the Coefficient of Exponential Regression depending on the rolling days. It can detect trends in a stock as well as the direction of the stock.
**Addition
-
Updated
Dec 1, 2021 - Python
-
Updated
Jan 4, 2022 - Python
-
Updated
Jan 7, 2022 - Go
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 5, 2022 - Go
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 19, 2021 - Python
Improve this page
Add a description, image, and links to the trading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading 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