@page @model DashboardTopModel @{ Layout = null; }
Your Profit Trailer did not find anything worth buying so far.
} else {Market | Buy Strategies | Ask Price | ||
---|---|---|---|---|
@buyLogEntry.Market | } else {@buyLogEntry.Market | } @if (buyDisabled) {@Html.Raw(buyStrategyText) | } else {@Html.Raw(buyStrategyText) | }@buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) |
@Model.PTMagicConfiguration.GeneralSettings.Monitor.MaxDashboardBuyEntries of @Model.PTData.BuyLog.Count items listed - View all items
} }Your Profit Trailer did not buy anything so far that's worth analyzing.
} else {Market | DCA | Buy Strats | Sell Strats | Profit | |||
---|---|---|---|---|---|---|---|
@dcaLogEntry.Market | } else {@dcaLogEntry.Market | }@if (dcaEnabled) { @if (dcaLogEntry.BoughtTimes > 0) { @dcaLogEntry.BoughtTimes; } } else { Disabled! } | @if (buyDisabled) {@Html.Raw(buyStrategyText) | } else {@Html.Raw(buyStrategyText) | }@Html.Raw(sellStrategyText) | @if (isTrailingSellActive) { } @dcaLogEntry.ProfitPercent.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% |
@Model.PTMagicConfiguration.GeneralSettings.Monitor.MaxDashboardBagEntries of @Model.PTData.DCALog.Count items listed - View all items
} }