12 MB
120
6.2k
1.2k
algo-trading
algorithmic-trading
backtesting
backtesting-engine
backtesting-frameworks
backtesting-trading-strategies
finance
financial-markets
forex
forex-trading
framework
hacktoberfest
investing
investment
investment-strategies
stocks
trading
trading-algorithms
trading-simulator
trading-strategies
:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
kernc.github.io/backtesting.py/Repo health (57%)
- Readme
- GNU Affero General Public License v3.0
- No code of conduct
- Contribution guildelines
- Issue template
- No pull request template
Package
No npm package detected in the project root.
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.