-
Updated
Aug 7, 2021 - Python
trading-algorithms
Here are 328 public repositories matching this topic...
-
Updated
Aug 23, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Sep 22, 2020 - Python
I have set the reference price for the cash PnL at the spread between two securities (I am backtesting a mean reversion strategy). However, in the html output of the plot I am getting the PnL in terms of the differnce in the spread as a function of the entry price of the spread when the trade was initiated. Instead, I want to get the PnL based off of the prices of the sum of the two securities (VI
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
Aug 13, 2021 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 16, 2021 - Python
-
Updated
Aug 8, 2021 - Java
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Aug 21, 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
Aug 10, 2021 - TypeScript
-
Updated
Jul 22, 2021 - Python
-
Updated
Jun 11, 2021 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2019 - Rust
-
Updated
Aug 16, 2021 - Python
-
Updated
Jun 7, 2021 - Java
-
Updated
Aug 21, 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
Be able to update a series of indicators with a single command.
Actual Behavior
Python algorithm needs to make a historical data request that returns a pandas DataFrame that will be used to update indicators. If the algorithm uses
EnableAutomaticIndicatorWarmUp
instead, it will make the same historical data request if there is more than one indicator per Symbol.