A simulator that can predict the possible outcomes of inidividual stocks in KOSPI/KOSDAQ
Recommends potential raising stocks for the day based on the probability outcomes of CNN/YOLO.
Stores the stocks picked by the user.
Calculates the profits of previous dates
$ https://github.com/VAIV-SKKU/Frontend.git
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
-
- Creates the stock charts shown in the simulation using Naver Finance.
-
- Creates the stock charts shown in the simulation using data.krx
-
- The main JavaScript file for the simulator. Implements all of the dynamic actions that happen on the page.
-
- The login page JavaScript file for the simulator. If you click the login button on the main page, a login pop-up page appears.