From a4af7ae9295785966e3800b4a41668d9553fe665 Mon Sep 17 00:00:00 2001 From: taniman Date: Thu, 9 Nov 2017 16:48:00 +0100 Subject: [PATCH] Updated application.properties (markdown) --- application.properties.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/application.properties.md b/application.properties.md index 7c92a77..4f525f9 100644 --- a/application.properties.md +++ b/application.properties.md @@ -29,4 +29,14 @@ Don' t use the same apiKey as default_apiKey to avoid delays 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` \ No newline at end of file +`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