NYUFRE / FRE_Platform

FRE Platform is a framework for students to learn end-to-end development of financial applications. The platform has a 3-tier architecture. The front-end is a Web interface, which support user registration, login/logout and all the user interactions for financial modeling, portfolio management and auto-trading simulation. The middle-tier handles real-time and historical market data feeds and database management. It supports portfolio management, and financial modeling, as well as simulated manual and auto trading. The backend is a server which builds a simulated market for trading. FRE Platform is run as a virtual environment or in a Docker container.
MIT License
5 stars 0 forks source link

Manual Trading Buy Stock failed after merging Shawn framework changes #214

Closed st290 closed 2 years ago

st290 commented 2 years ago

image

st290 commented 2 years ago

The issue is due to risk threshold is turned on for manual trading, but the list prices is not populated with stock portfolio price information, so the list total is empty which cause a series of issues.

By mistake, I fixed the issues on master branch instead of a branch for bug fix, so the fix is merged into master afterwards. In this way, there is no pull request associated with this bug. My bad.