Skip to content

VAIV-SKKU/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Short-term Stock Prediction Simulator - Frontend

A simulator that can predict the possible outcomes of inidividual stocks in KOSPI/KOSDAQ

Simulator Image

1. Today's Discovery

Recommends potential raising stocks for the day based on the probability outcomes of CNN/YOLO. image


2. My Asset

Stores the stocks picked by the user.

image


3. Backtesting

Calculates the profits of previous dates image



Getting Started

Clone Repository

$ https://github.com/VAIV-SKKU/Frontend.git

How to Run


python demo.py

파일 구조

.
├── README.md
├── static
│   ├── images
│   ├── today_results
│   ├── NavergetOHLC.js
│   ├── KRXgetOHLC.js
│   ├── icons.css
│   ├── loadingoverlay.min.js
│   └── login.css
|   └── login.js
|   └── main.css
|   └── main.css
|   └── package.json
|   └── main.css
|   └── stock.js
|   └── stock.css
|   └── tab.js
|
└── templates
    ├── home.html
    ├── login.html
    ├── simulate.html
    ├── test.html
    ├── upload.html
    ├── yot.html


Components

  • NavergetOHLC.js

    • Creates the stock charts shown in the simulation using Naver Finance.
  • KRXgetOHLC.js

    • Creates the stock charts shown in the simulation using data.krx
  • stock.js

    • The main JavaScript file for the simulator. Implements all of the dynamic actions that happen on the page.
  • login.js

    • The login page JavaScript file for the simulator. If you click the login button on the main page, a login pop-up page appears.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •