LOGIN
username
password
@loginError
Account
Money: $@Session.Money
Actions
@TestResults
Watched Stocks
@foreach (Stock cur in Session.TrackedStocks){
}
@cur.Symbol
AI Predicted Score: @cur.Score
@HistoryTitle
@cur.Symbol
Purchased Quantity: @cur.Quantity
Purchased Price: @cur.PurchasePrice
Sell Price: @cur.PurchasePrice
Buy Date: @cur.BuyDate.ToString("MM/dd/yy")
Sell Date: @cur.BuyDate.ToString("MM/dd/yy")