parent
59d742c84e
commit
812498667c
|
@ -12,7 +12,6 @@ PTMagic/settings.*.json
|
|||
Monitor/appsettings.json
|
||||
|
||||
|
||||
|
||||
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,phpstorm
|
||||
|
||||
### VisualStudioCode ###
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue