LOGIN
username
password
@loginError
Account
@foreach(PurchasedStock cur in Session.TrackedStocks){
@cur.Symbol
@cur.Quantity
@cur.PurchasePrice
@cur.PurchaseDate.ToString("M-D-YYYY")
}
Actions
Current Signal
@cur.Symbol
->
@if (cur.Movement == -1){
Sell
Buy
Hold