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

https://github.com/salfaris/tradelogger

Shiny ML-powered web app to log stock trades
https://github.com/salfaris/tradelogger

flask machine-learning

Last synced: 2 months ago
JSON representation

Shiny ML-powered web app to log stock trades

Awesome Lists containing this project

README

          

# tradelogger
TradeLogger, shiny ML-powered web app to log stock trades.

### Tech powered by:
- Back-end: Flask
- Machine learning: scikit-learn, XGBoost

The app uses **online machine learning** instead of batch offline ML, meaning that it learns from the user's recent trades in real-time and makes predictions from it constantly. The prediction gets better as the number of trades increases. It also has an AI feature which gives advice based on the user's recent trades.

![Screenshot](./docs/main.png)

### Extra notes
The currency rate here is RM or sometimes known as MYR which is Malaysian ringgit, the currency used in Malaysia. This can be easily modified to suit the user.