Updated application.properties (markdown)
parent
5dc8ffb816
commit
675e060829
|
@ -1,42 +1 @@
|
||||||
# Application properties. The important stuff
|
Moved to [New wiki](http://wiki.profittrailer.io/doku.php/application.properties)
|
||||||
|
|
||||||
Use to set the exchange you want the bot to connect to. Possible values (POLONIEX,BITTREX)
|
|
||||||
`trading.exchange = BITTREX`
|
|
||||||
|
|
||||||
Use to change the monitoring page title (Browser tab text)
|
|
||||||
`server.sitename = Bittrex One`
|
|
||||||
|
|
||||||
Set a password to require login before allowing access to your monitoring page
|
|
||||||
A cookie is then set that will stay on your machine for 7 days
|
|
||||||
`server.password = MyServerPassword`
|
|
||||||
|
|
||||||
Set how many days of sell log history to show
|
|
||||||
`trading.logHistory = 2`
|
|
||||||
|
|
||||||
The port that is being used by the bot
|
|
||||||
Change this value if you want to start a second instance of the bot on the same machine
|
|
||||||
`server.port = 8081`
|
|
||||||
|
|
||||||
Put here your licensed API key
|
|
||||||
`default_apiKey = `
|
|
||||||
`default_apiSecret = `
|
|
||||||
|
|
||||||
Put here a second api key that will be used to do all the buying and selling
|
|
||||||
This api key does **NOT** need to be activated
|
|
||||||
Don' t use the same apiKey as default_apiKey to avoid delays
|
|
||||||
`trading_apiKey = `
|
|
||||||
`trading_apiSecret = `
|
|
||||||
|
|
||||||
Set a timezone offset to fix the date/time displayed on the monitoring page
|
|
||||||
**Important** Correct format `+hh:mm` or `-hh:mm`
|
|
||||||
`server.timeZoneOffset = +02:00`
|
|
||||||
|
|
||||||
Your Telegram bot token. See [Telegram Setup](https://github.com/taniman/profit-trailer#setup-telegram-so-the-bot-can-send-you-telegram-messages)
|
|
||||||
`telegram.botToken = your bot token`
|
|
||||||
|
|
||||||
Your chat id. See [Telegram Setup](https://github.com/taniman/profit-trailer#setup-telegram-so-the-bot-can-send-you-telegram-messages)
|
|
||||||
`telegram.chatId = your chat id`
|
|
||||||
|
|
||||||
Set to true to receive messages when your bot sells or buys coins
|
|
||||||
DCA buys are not posted. But DCA sells are posted
|
|
||||||
`telegram.postNewOrders = true`
|
|
Loading…
Reference in New Issue