diff --git a/src/streamlit_app.py b/src/streamlit_app.py index d7da758..135343f 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -6,7 +6,7 @@ from trading.journal import ( create_trades_table, get_open_trades, get_trade_history, add_trade, update_trade, delete_trade, TradeEntry, get_open_trades_summary, get_current_prices, generate_position_id, - get_position_summary + get_position_summary, get_latest_portfolio_value, update_portfolio_value ) from trading.position_calculator import PositionCalculator from screener.scanner_controller import run_technical_scanner