Updated Setup Guide (markdown)

HojouFotytu 2019-03-29 08:09:05 +09:00
parent a15244dd95
commit 830488a5fc
1 changed files with 8 additions and 11 deletions

@ -9,28 +9,25 @@
4. **Copy** all files and the folder "Monitor" located in "_default settings (YOUT PT VERSION)/_default settings (YOUR TRADING CURRENCY)" to "PTMagic"
_Hint:_ Only copy the files that are meant for your trading currency! Not both folders!
6. **Creat Settings Files**
- Create 3 new (empty) files in the folder "_presets/Default" named PAIRS.properties, DCA.properties and INDICATORS.properties
5. **Create Settings Files**
- Go to your Profit Trailer monitor in your browser
- Navigate to Config -> PAIRS
- Copy the entite settings text over to the newly created (empty) PAIRS.properties and save the file
- Create a new text file and copy the entire settings text over into the new text file. Save the file as PAIRS.properties, in the "PTMagic/_presets/Default folder"
- Repeat this step for DCA and INDICATORS.properties files
_Hint:_ This will take your personal Profit Trailer settings as default settings for PT Magic.
7. **Open** Your "application.properties" file of Profit Trailer and change the variable **trading.logHistory** to something high like _9999_.
_Hint:_ This will make sure that Profit Trailer keeps your sales log entries for nearly forever and you keep your sales statistics.
7. **Open** Your "application.properties" file of Profit Trailer and change the variable **trading.logHistory** to the highest value: _1850_.
_Hint:_ This will make sure that Profit Trailer keeps your sales log entries for as long as possible, so PTMagic can track your sales statistics.
8. **Open** "settings.general.json" with a text editor and adjust the settings to your needs
_Hint:_ Double check the setting for "**ProfitTrailerPath**" and "**Exchange**" as if they are not correct, you will run into issues.
_Hint:_ Double check the setting for "**ProfitTrailerPath**" -- if it is not correct, you will run into issues.
**Example:**
![](http://profit-trailer-magic.com/wiki/Setup/PTMSettings.general.PNG)
**Important:** Please check that you used _**DOUBLE**_ backslashes in the Path, not SINGLE backslashes. Otherwise you get the follwing error:
`"ProfitTrailerPath": "G:\\Botdrive\\PT - BTC\\ProfitTrailer2\\",`
**Important:** make sure to use _**DOUBLE**_ backslashes in the Path, not SINGLE backslashes. Otherwise you get the follwing error:
`FATAL - Error loading configuration! System.FormatException Could not parse the JSON file`
9. **Open** "settings.analyzer.json" with a text editor and adjust the settings to your needs
9. **Open** "settings.analyzer.json" with a text editor and adjust the settings to suit your needs
10. **Open** "Monitor/appsettings.json" with a text editor and adjust the PTMagicBasePath to your PT Magic root directory.
_Hint:_ This is necessary for the monitor to get the data from the PT Magic bot.