Added ProfitTrailerServerAPIToken
parent
ef2701e52e
commit
90262e74b4
|
@ -77,8 +77,10 @@ If you wish to use CoinMarketCap market data, you will need to enter your CoinMa
|
|||
`Default: ""`
|
||||
`Expected values: String`
|
||||
|
||||
### TvStudyA
|
||||
You can add up to four indicators to show by default on the TradingView widget (A, B, C, and D). Available STUDIES can be found at [https://www.tradingview.com/wiki/Widget:TradingView_Widget](https://www.tradingview.com/wiki/Widget:TradingView_Widget). Not required.
|
||||
"": "mybtcbot"
|
||||
|
||||
### ProfitTrailerServerAPIToken
|
||||
You must assign a server API token in the file **application.properties** in your Profit Trailer folder for PTMagic to gain access PT's data. Any custom string will work (e.g., server.api_token=mybtcbot). Assign the same value to this setting.
|
||||
|
||||
`Default: ""`
|
||||
`Expected values: String`
|
||||
|
@ -162,6 +164,12 @@ The amount of pairs/dca entries being shown in your dashboard
|
|||
`Default: 10`
|
||||
`Expected values: Integer`
|
||||
|
||||
### TvStudyA
|
||||
You can add up to four indicators to show by default on the TradingView widget (A, B, C, and D). Available STUDIES can be found at [https://www.tradingview.com/wiki/Widget:TradingView_Widget](https://www.tradingview.com/wiki/Widget:TradingView_Widget). Not required.
|
||||
|
||||
`Default: ""`
|
||||
`Expected values: String`
|
||||
|
||||
# Backup
|
||||
### IsEnabled
|
||||
Enables a backup procedure for your properties files. Before every switch PT Magic will backup the current properties.
|
||||
|
|
Loading…
Reference in New Issue