@page @model DCACalculatorModel @{ ViewData["Title"] = ""; } @section Styles { } @{ string maxCostCaption = "Initial"; }
Use this calculator to help build a proper setup for your Profit Trailer settings for DEFAULT_max_trading_pairs, DEFAULT_@maxCostCaption.ToLower()_cost and DCA PROFITPERCENTAGE buy levels.
To do so enter your available balance and adjust the values to whatever you consider the best setting for your parameters.
If you are having problems understanding the different modes, please read this wiki article.
Please enter a valid balance value on the left to calculate results...
DCA Level | Trigger % | Buy % | Approx. Drop % | Simple Cost / Pair | Advanced Cost / Pair |
---|---|---|---|---|---|
0 | @Model.Summary.BuyValue.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% | ||||
@l | @dcaTrigger.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% | @dcaPercentage.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% |
@for (int col = 1; col <= maxDCALevels; col++) { | DCA @col | }
---|---|
@row Pairs | @for (int col = 1; col <= maxDCALevels; col++) {} |