diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e7e06d1..f756ee6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
- Experienced users with C# and ASP.NET Core may contribute pull requests to this project following the Coding Style below
## What we expect from users who want to contribute a pull request
-- Read the file [_Development/README.md](https://github.com/Legedric/ptmagic/blob/master/_Development/README.md) and follow the instructions carefully
+- Read the file [_Development/README.md](https://github.com/PTMagicians/PTMagic/blob/master/_Development/README.md) and follow the instructions carefully
- In depth knowledge of the project PT Magic and what it is supposed to do
- In depth knowledge of the architecture, the different parts and layers of PT Magic
diff --git a/Core/MarketAnalyzer/BaseAnalyzer.cs b/Core/MarketAnalyzer/BaseAnalyzer.cs
index 3355e57..f20d2e5 100644
--- a/Core/MarketAnalyzer/BaseAnalyzer.cs
+++ b/Core/MarketAnalyzer/BaseAnalyzer.cs
@@ -175,7 +175,7 @@ namespace Core.MarketAnalyzer
try
{
- string baseUrl = "https://api.github.com/repos/legedric/ptmagic/releases/latest";
+ string baseUrl = "https://api.github.com/repos/PTMagicians/PTMagic/releases/latest";
Newtonsoft.Json.Linq.JObject jsonObject = GetSimpleJsonObjectFromURL(baseUrl, log, true);
if (jsonObject != null)
diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs
index c3859b2..88c785c 100644
--- a/Core/ProfitTrailer/StrategyHelper.cs
+++ b/Core/ProfitTrailer/StrategyHelper.cs
@@ -87,7 +87,7 @@ namespace Core.ProfitTrailer
result = "SOM";
break;
case "max buy times":
- result = "MAX";
+ result = "DCAMAX";
break;
case "max pairs":
result = "PAIRS";
@@ -122,6 +122,9 @@ namespace Core.ProfitTrailer
case "rebuy timeout":
result = "TIMEOUT";
break;
+ case "MIN/MAX CHANGE PERC":
+ result = "MIN/MAX";
+ break;
default:
break;
}
diff --git a/Monitor/Pages/BagAnalyzer.cshtml b/Monitor/Pages/BagAnalyzer.cshtml
index 2d13740..07e6e01 100644
--- a/Monitor/Pages/BagAnalyzer.cshtml
+++ b/Monitor/Pages/BagAnalyzer.cshtml
@@ -29,16 +29,15 @@
diff --git a/Monitor/Pages/DCACalculator.cshtml b/Monitor/Pages/DCACalculator.cshtml
index 77d30dd..364ed4c 100644
--- a/Monitor/Pages/DCACalculator.cshtml
+++ b/Monitor/Pages/DCACalculator.cshtml
@@ -23,7 +23,7 @@
Market
+ Value
DCA
Buy Strats
- BT Value
- Buy Trigger
+ BS Value
+ BS Trigger
Profit
Sell Strats
- ST
- Bid Price
- Avg. Price
- Cost
+ SST
+ Bid Price
Avg Price
Use this calculator to help building a proper setup for your Profit Trailer settings for ALL_max_trading_pairs, ALL_@maxCostCaption.ToLower()_cost and DCA 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.
+ If you are having problems understanding the different modes, please read this wiki article.
Not able to load graph, no market trend data found.
If you still do not see a graph after more than hour, report an issue.
Name | +Markets | +Timeframe | +Change | +
---|---|---|---|
@Core.Helper.SystemHelper.SplitCamelCase(marketTrend.Name) | +@marketCountString | +@Core.Helper.SystemHelper.GetProperDurationTime(marketTrend.TrendMinutes * 60, false) | +@trendChangeOutput% | +
Name | -Markets | -Timeframe | -Change | -
---|---|---|---|
@Core.Helper.SystemHelper.SplitCamelCase(marketTrend.Name) | -@marketCountString | -@Core.Helper.SystemHelper.GetProperDurationTime(marketTrend.TrendMinutes * 60, false) | -@trendChangeOutput% | -
Not able to load graph, no sales data found.
If you still do not see a graph after you made your first sale, report an issue.
Not able to load graph, no market trend data found.
If you still do not see a graph after more than hour, report an issue.
Not able to load graph, no sales data found.
If you still do not see a graph after you made your first sale, report an issue.