Skip to content

Commit

Permalink
Update En_US.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedarchangel authored Sep 10, 2017
1 parent 4bda279 commit cd34389
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions Example_Graphs/En_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ TuChart is a plotting tool for the Chinese stock market, based on Tushare and Ec
#### Drag and Zoom
![notebook-0](https://github.com/Seedarchangel/TuChart/blob/master/Example_Graphs/sample.gif)

## Instructions
Install dependencies
```pip install tushare, pyecharts==0.2.0```
## How to Use
First, install dependencies

In your terminal, enter
```pip install tushare, pyecharts==0.2.0```

To install Tuchart, enter
```pip install tuchart```
in your terminal

#### Notice:For best plotting experience,please download the latest version = 0.1.2.5

Expand All @@ -37,32 +38,30 @@ Right click to choose the name of stock and type of data you would like to plot.

![Manual](https://github.com/Seedarchangel/TuChart/blob/master/Example_Graphs/SLYJiZEBeD.gif)

## Supported Datatypes
Tuchart currently supports:
1. Raw Stock Data
* Daily average
* Weekly average
* Monthly average
* 15 minute average
* 30 minute average
2. Restoration Data
* Daily average
* Weekly average
* Monthly average
* 15 minute average
* 30 minute average

3. Tick data of individual stocks
4. High frequency data within one day
5. Top Shareholders
## Updates
## Currently Supported Datatypes
* Raw Stock Data
* Daily average
* Weekly average
* Monthly average
* 15 minute average
* 30 minute average
* Restoration Data
* Daily average
* Weekly average
* Monthly average
* 15 minute average
* 30 minute average
* Tick data of individual stocks
* High frequency data within one day
* Top Shareholders

## Updates
0.1.2.5
* Supports plotting for High frequency data
1. 1 minute average
2. 5 minute average
3. 15 minute average
4. 30 minute average
* 1 minute average
* 5 minute average
* 15 minute average
* 30 minute average
* Supports plotting of top shareholders within a year.

0.1.2.4
Expand Down

0 comments on commit cd34389

Please sign in to comment.