Manage and analyze a CSE stock portfolio. Use when user says "add to portfolio", "portfolio view", "portfolio review", "my holdings", "track my stocks", "P&L", "profit and loss", "position sizing", "should I sell", "rebalance portfolio", or wants to add/remove positions, view holdings, get AI-powered portfolio review, or calculate risk-adjusted returns.
Action A: Add Position
python main.py portfolio add {SYMBOL} {QUANTITY} {BUY_PRICE}
python main.py portfolio add JKH 500 185.00Action B: View Portfolio
python main.py portfolio view
Action C: AI Portfolio Review
python main.py portfolio review
For each stock in the portfolio:
python main.py watchlist add {SYMBOL} # Add to watchlist
python main.py watchlist view # View watchlist
python main.py watchlist remove {SYMBOL} # Remove from watchlist
User says: "I bought 500 shares of JKH at 185" Actions:
python main.py portfolio add JKH 500 185.00User says: "Review my portfolio" Actions:
python main.py portfolio reviewUser says: "Should I sell COMB?" Actions: