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: ""`
|
`Default: ""`
|
||||||
`Expected values: String`
|
`Expected values: String`
|
||||||
|
|
||||||
### TvStudyA
|
"": "mybtcbot"
|
||||||
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.
|
|
||||||
|
### 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: ""`
|
`Default: ""`
|
||||||
`Expected values: String`
|
`Expected values: String`
|
||||||
|
@ -162,6 +164,12 @@ The amount of pairs/dca entries being shown in your dashboard
|
||||||
`Default: 10`
|
`Default: 10`
|
||||||
`Expected values: Integer`
|
`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
|
# Backup
|
||||||
### IsEnabled
|
### IsEnabled
|
||||||
Enables a backup procedure for your properties files. Before every switch PT Magic will backup the current properties.
|
Enables a backup procedure for your properties files. Before every switch PT Magic will backup the current properties.
|
||||||
|
|
Loading…
Reference in New Issue