Releases: ppoak/BearAlpha
Releases · ppoak/BearAlpha
BearAlpha v0.1.5
New Features
- Fusing factester into one frame. Now you can test a factor simply by
factor_matrix.factester.analyze(price, ...) - Fusing bactrader into dataframe. Now you can test a strategy by
ohlc.backtrader.run(StrategyClass)or if you got a portfolio frame, you can just pass it as a relocate parameter likeohlc.backtrader.relocate(portfolio, ...)
BearAlpha v0.1.4 🎉🎉🎉🎉
New Features
- We added type hints in code editor, which helps you coding faster without referring to the documents.
- We added some crawlers, which helps you crawl data from largest free data provider EastMoney.
- We even provided multiprocessing crawler in this project, however, you need to set
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YESbefore you can use it correctly on MacOS. And currently we didn't figure out a way to enable this feature on windows.
BearAlpha v0.1.3
BearAlpha v0.1.3
Features
- Restructured the bearalpha by tearing apart the
databasemodule intodatabaseandcrawl - Commandline usage becomes more flexible because in this release, we make it compatible with RegEx
BearAlpha v0.1.2
BearAlpha v0.1.2
New Features
- Entirely changed the project structure
- Fixes the problem of missing package
- Fixes the problem of commandline
bawhile missing some proper confiugurations.
BearAlpha v0.1.0
BearAlpha First Technical Preview
Features
- You can now create a database locally by
badbcommand, just prepare your configuration; - You can analyze any data easily just by the data itself, try
dataframe.<somestaff>.<someoperator>