An open API service indexing awesome lists of open source software.

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.

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`