From 812498667c0395fbf42068996664a443865b0a31 Mon Sep 17 00:00:00 2001 From: Legedric Date: Wed, 23 May 2018 08:02:25 +0200 Subject: [PATCH] Prepared release of 2.0.1 Removed development stuff --- .gitignore | 1 - Core/ProfitTrailer/SettingsHandler.cs | 2 +- _Development/README.md | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1b5c1db..2044992 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ PTMagic/settings.*.json Monitor/appsettings.json - # Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,phpstorm ### VisualStudioCode ### diff --git a/Core/ProfitTrailer/SettingsHandler.cs b/Core/ProfitTrailer/SettingsHandler.cs index d97486b..40db063 100644 --- a/Core/ProfitTrailer/SettingsHandler.cs +++ b/Core/ProfitTrailer/SettingsHandler.cs @@ -59,7 +59,7 @@ namespace Core.ProfitTrailer { } } - if (result.Equals("Default")) { + if (result.Equals("")) { SettingsHandler.WriteHeaderLines("Pairs", ptmagicInstance); SettingsHandler.WriteHeaderLines("DCA", ptmagicInstance); SettingsHandler.WriteHeaderLines("Indicators", ptmagicInstance); diff --git a/_Development/README.md b/_Development/README.md index ad1a9d6..c284956 100644 --- a/_Development/README.md +++ b/_Development/README.md @@ -7,9 +7,8 @@ However, you should be carefull to not mess up your files when you commit using 1. Download and install Visual Studio Code for your platform from https://code.visualstudio.com/ 2. Install the VS Code extension C# (OmniSharp) 3. Install .NET Core from https://www.microsoft.com/net/download/ -4. Copy folder ".vscode" located in /_Development/DevSettings to the workspace root to have some prebuilt Visual Studio Code tasks for build, run and publish both projects ## Setup PT Magic for development 1. Copy settings.analyzer.json and settings.general.json from /_Development/DevSettings to /PTMagic 2. Setup a Profit Trailer instance for development (for example in _Development/LocalProfitTrailer) -3. Adjust the necessary values in settings.general.json to your needs +3. Adjust the necessary values in settings.general.json to your needs \ No newline at end of file