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

No possible buys!

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

} else {

Possible Buy Analyzer

Market 24H Trend Buy Strategy BT Value Buy Trigger Ask Price
} @section Scripts { }