Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Trending Program (Quan Quan Analysis Algorithm)

It is a program written by Python 3.7 that can analyze the current trend of taiwanese stock by analyzing candlestick data(K line).

Requirement

  1. Redis
  2. Python 3.7
  3. Pip3

Installation

  1. Download the al th files.
  2. Install all the dependent libraries written in the "requirements.txt".
  3. Run python3 setup.py .
  4. If it's the first to run the program, change the date that is going to analyze in histroy.py and run nohup python3 -u PATH/TO/PROJECT/history.py > nohup.out 2>&1 &.
  5. Then wait for about 7 hours.
  6. In other day, just run python3 schedule.py to analyze daily stock data.
  7. Find the result from the /data/result/result-xxxx.csv.

Because I am quite lazy, don't forget to change the analyzed date in schedule.py and history.py.

Caution

Discreet investment is suggested for the risk of the stock market.

About

It is a program written by Python 3.7 that can analyze the current trend of a stock by identifying candlestick data(K line).

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages