Skip to content
#

trading-algorithms

Here are 328 public repositories matching this topic...

Lean
AlexCatarino
AlexCatarino commented Jun 7, 2021

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.

quant-trading

Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD

  • Updated Jul 26, 2021
  • Python
backtesting.py
moodoid
moodoid commented Nov 10, 2020

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

Superalgos
WenceslaoGrillo
WenceslaoGrillo commented May 29, 2020

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

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at

  • Updated Jul 16, 2021
  • Python

Improve this page

Add a description, image, and links to the trading-algorithms topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more