@page @model BagAnalyzerModel @{ ViewData["Title"] = ""; } @section Styles { } @if (Model.PTData.DCALog.Count == 0) {

No Pairs/Bags!

Sorry, but your Profit Trailer did not buy anything so far that's worth analyzing.

} else {

DCA and Bought Pairs Analyzer

Market DCA Buy Strats BT Value Buy Trigger Profit Sell Strats ST Bid Price Avg. Price Cost
} @section Scripts { }