removed step to edit old PT application settings file
parent
7f7459763c
commit
908d5a0848
|
@ -21,10 +21,7 @@ When you are finished your PTMagic folder should look like this:
|
||||||
- Repeat this step for DCA and INDICATORS.properties files
|
- Repeat this step for DCA and INDICATORS.properties files
|
||||||
_Hint:_ This will take your personal Profit Trailer settings as default settings for PT Magic.
|
_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 the highest value: _1850_.
|
7. **Open "settings.general.json"** in your PTMagic folder, with a text editor and adjust the settings to your needs
|
||||||
_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**" -- if it is 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:**
|
**Example:**
|
||||||
`"ProfitTrailerPath": "G:\\Botdrive\\PT - BTC\\ProfitTrailer2\\",`
|
`"ProfitTrailerPath": "G:\\Botdrive\\PT - BTC\\ProfitTrailer2\\",`
|
||||||
|
@ -32,9 +29,9 @@ When you are finished your PTMagic folder should look like this:
|
||||||
**Important:** make sure to use _**DOUBLE**_ backslashes in the Path, not SINGLE backslashes. Otherwise you get the follwing error:
|
**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`
|
`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 suit your needs
|
8. **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 directory.
|
9. **Open "Monitor/appsettings.json"** with a text editor and adjust the PTMagicBasePath to your PT Magic directory.
|
||||||
_Hint:_ This is necessary for the monitor to get the data from the PT Magic bot.
|
_Hint:_ This is necessary for the monitor to get the data from the PT Magic bot.
|
||||||
|
|
||||||
**Important:** Please check that you used _**DOUBLE**_ backslashes in the Path for WINDOWS (not necessary for Linux), not SINGLE backslashes. Otherwise you get the follwing error:
|
**Important:** Please check that you used _**DOUBLE**_ backslashes in the Path for WINDOWS (not necessary for Linux), not SINGLE backslashes. Otherwise you get the follwing error:
|
||||||
|
@ -44,15 +41,15 @@ When you are finished your PTMagic folder should look like this:
|
||||||
**Example:**
|
**Example:**
|
||||||
![](http://profit-trailer-magic.com/wiki/Setup/PTMapplication.settings.PNG)
|
![](http://profit-trailer-magic.com/wiki/Setup/PTMapplication.settings.PNG)
|
||||||
|
|
||||||
11. **Run "Start PTMagic.cmd"** and wait for it to complete its first run
|
10. **Run "Start PTMagic.cmd"** and wait for it to complete its first run
|
||||||
**_Important:_** When you start PT Magic for the very first time it may take **up to 15 minutes** for it to grab all the necessary data from your exchange. After this first run it will only take a couple of seconds for each run to complete.
|
**_Important:_** When you start PT Magic for the very first time it may take **up to 15 minutes** for it to grab all the necessary data from your exchange. After this first run it will only take a couple of seconds for each run to complete.
|
||||||
|
|
||||||
12. **Run "Start PTMagic Monitor.cmd"** to start the monitoring service
|
11. **Run "Start PTMagic Monitor.cmd"** to start the monitoring service
|
||||||
**_Important:_** After you start the Monitor service, keep the window open. This is basically the web server that provides the monitoring service. You may minimize it of course, but do not close it or you will no longer able to access the monitor.
|
**_Important:_** After you start the Monitor service, keep the window open. This is basically the web server that provides the monitoring service. You may minimize it of course, but do not close it or you will no longer able to access the monitor.
|
||||||
|
|
||||||
![](https://i.imgur.com/E0o5GEK.png)
|
![](https://i.imgur.com/E0o5GEK.png)
|
||||||
|
|
||||||
13. Open a web-browser, and **Navigate to your monitor** at http://localhost:8088 if you are using the same machine PTMagic is running on. You can also navigate to your PTMagic monitor from anywhere (even your phone) -- just enter the IP address of the machine running PTMagic. Example: http://123.345.234.235:8088/
|
12. Open a web-browser, and **Navigate to your monitor** at http://localhost:8088 if you are using the same machine PTMagic is running on. You can also navigate to your PTMagic monitor from anywhere (even your phone) -- just enter the IP address of the machine running PTMagic. Example: http://123.345.234.235:8088/
|
||||||
_Hint:_ You can change the port in your "settings.general.json" file.
|
_Hint:_ You can change the port in your "settings.general.json" file.
|
||||||
|
|
||||||
14. If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/PTMagicians/PT-Magic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/PTMagicians/PT-Magic/wiki/FAQ-and-Tips).
|
13. If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/PTMagicians/PT-Magic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/PTMagicians/PT-Magic/wiki/FAQ-and-Tips).
|
Loading…
Reference in New Issue