From 034bcd64d5817105f49760abcc70ecc79122e81a Mon Sep 17 00:00:00 2001 From: misagh Date: Sun, 30 Dec 2018 18:03:09 +0100 Subject: [PATCH] =?UTF-8?q?requirements=20added=20to=20=E2=80=9Cabout?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0fca78f7e..b5544522f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,8 +24,29 @@ Freqtrade is a cryptocurrency trading bot written in Python. - Daily summary of profit/loss: Provide a daily summary of your profit/loss. - Performance status report: Provide a performance status of your current trades. + +## Requirements +### Uptodate clock +The clock must be accurate, syncronized to a NTP server very frequently to avoid problems with communication to the exchanges. + +### Hardware requirements +To run this bot we recommend you a cloud instance with a minimum of: + +- 2GB RAM +- 1GB disk space +- 2vCPU + +### Software requirements +- Python 3.6.x +- pip +- git +- TA-Lib +- virtualenv (Recommended) +- Docker (Recommended) + + ## Support Help / Slack For any questions not covered by the documentation or for further information about the bot, we encourage you to join our slack channel. -Click [here](https://join.slack.com/t/highfrequencybot/shared_invite/enQtMjQ5NTM0OTYzMzY3LWMxYzE3M2MxNDdjMGM3ZTYwNzFjMGIwZGRjNTc3ZGU3MGE3NzdmZGMwNmU3NDM5ZTNmM2Y3NjRiNzk4NmM4OGE) to join Slack channel. \ No newline at end of file +Click [here](https://join.slack.com/t/highfrequencybot/shared_invite/enQtMjQ5NTM0OTYzMzY3LWMxYzE3M2MxNDdjMGM3ZTYwNzFjMGIwZGRjNTc3ZGU3MGE3NzdmZGMwNmU3NDM5ZTNmM2Y3NjRiNzk4NmM4OGE) to join Slack channel.