-
Updated
Jul 1, 2021 - Python
trading-algorithms
Here are 322 public repositories matching this topic...
-
Updated
Jul 25, 2021 - Python
-
Updated
Apr 13, 2021 - Python
-
Updated
Sep 22, 2020 - Python
After the backtest run, we see the statistics. It is very good! Is there any simple way to see that statistics separately for long ans short trades?
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
Which version are you running?
0.3.2b0
Describe the bug
The signal line seems to have been implemented for TRIX instead of TSI.
Expected behavior
According to the definitions on investopedia for:
TRIX: https://www.investopedia.com/terms/t/trix.asp
TSI: https://www.investopedia.com/terms/t/tsi.asp,
there should be a signal line for TSI and no signal line for TRIX.
The in
-
Updated
Nov 13, 2020 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 16, 2021 - Python
-
Updated
Jul 24, 2021 - Java
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jul 22, 2021 - C++
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Aug 16, 2020 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Jan 1, 2021
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Jul 22, 2021 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2019 - Rust
-
Updated
Jun 30, 2021 - Python
-
Updated
Jun 7, 2021 - Java
-
Updated
Jul 11, 2021 - MQL5
-
Updated
Sep 27, 2017 - Java
-
Updated
Mar 2, 2020 - Jupyter Notebook
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
TrailingStopRiskManagementModel
handles risk for both long and short positions.Actual Behavior
TrailingStopRiskManagementModel
only handles risk for long positions.Potential Solution
Implement logic to handle risk for short positions.
Checklist