From 675e060829adb5dfbe6c6dc4434caf6c553d65b8 Mon Sep 17 00:00:00 2001 From: taniman Date: Thu, 23 Nov 2017 01:41:59 +0100 Subject: [PATCH] Updated application.properties (markdown) --- application.properties.md | 43 +-------------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/application.properties.md b/application.properties.md index 4f525f9..7dbcdde 100644 --- a/application.properties.md +++ b/application.properties.md @@ -1,42 +1 @@ -# Application properties. The important stuff - -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` \ No newline at end of file +Moved to [New wiki](http://wiki.profittrailer.io/doku.php/application.properties) \ No newline at end of file