A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
finance
awesome
trading-bot
algotrading
quant
awesome-list
trading-strategies
trading-algorithms
quantitative-finance
technical-analysis
stock-data
algorithmic-trading-engine
financial-data
algorithmic-trading-library
yahoo-finance
quantitative-trading
google-finance
finance-api
financial-instruments
arbitrage-bot
-
Updated
Aug 7, 2021 - Python
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
EnableAutomaticIndicatorWarmUpinstead, it will make the same historical data request if there is more than one indicator per Symbol.