-
Updated
Jul 27, 2021 - Python
trading-algorithms
Here are 323 public repositories matching this topic...
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 26, 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
Hi @twopirllc ,
Could you please add the Connors RSI (CRSI) indicator?
Also doc for [Aroon](https://github.com/twopirllc/pandas-ta/blob/1deb7559f626d2a5cf664b6c0af7a8016a53bfca/pan
-
Updated
Nov 13, 2020 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 16, 2021 - Python
-
Updated
Jul 26, 2021 - Java
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jul 28, 2021 - C++
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Aug 16, 2020 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Jun 28, 2021 - 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
Jul 27, 2021 - Python
-
Updated
Jul 29, 2021 - MQL5
-
Updated
Jun 7, 2021 - Java
-
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