https://github.com/ppoak/bearalpha-example
This is a descriptive repository for bearalpha, indicating to elaborate the usage and the capabilities of bearalpha.
https://github.com/ppoak/bearalpha-example
application-demo bearalpha instructions
Last synced: 3 days ago
JSON representation
This is a descriptive repository for bearalpha, indicating to elaborate the usage and the capabilities of bearalpha.
- Host: GitHub
- URL: https://github.com/ppoak/bearalpha-example
- Owner: ppoak
- Created: 2022-07-26T14:45:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T12:20:49.000Z (about 3 years ago)
- Last Synced: 2025-07-05T17:39:51.808Z (3 months ago)
- Topics: application-demo, bearalpha, instructions
- Language: Jupyter Notebook
- Homepage: https://github.com/ppoak/BearAlpha
- Size: 2.94 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BearAlpha Examples
Here we provide you three examples to use bearalpha in quantative financial. First is [Financial Research](./research/README.md), which is the very first step in digging into a topic. When you find something interesting in financial market, you can just pause and ponder, do some literature research. Then it comes to [Factor Analysis](./factor/README.md), which is the pre-step of making a useful indicator or develop a useful strategy. Finanlly, we run [Event Based Test](./backtest/README.md) to simulate the market as much as we can, just to figure out to what extend the indicator or strategy we develop may be useful.
## Installation
If you come from bearalpha, you must have already install it, so, the extra step is to update the submodule of bearalpha
```shell
git submodule update example
```If you didn't clone bearalpha, that's totally fine, because you can install all the documents in just one command
```shell
git clone https://github.com/ppoak/BearAlpha.git --recursive
```## Contribute
We'll be really appreciate that if you contribute your own ideas, just simply commit a pull request or an issue, or contact us at `ppoak@foxmail.com`