Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 472 Bytes

File metadata and controls

19 lines (14 loc) · 472 Bytes

CodeAlpha_StockTradingPlatform

Simple simulated stock trading platform in Java (CLI).

Features

  • Market simulation (price ticks)
  • Buy / Sell operations
  • Portfolio tracking & value snapshots
  • CSV persistence: portfolio, transactions, snapshots

How to run

  1. javac *.java
  2. java Main

Data files saved under data/ directory.

Notes

  • Implemented with OOP: Stock, Market, User, Transaction, Persistence.
  • CSV files can be opened in Excel for charts.