4 Matching Annotations
  1. Nov 2019
    1. Requirements¶ Click each one for install guide: Python >= 3.6.x pip git virtualenv (Recommended) TA-Lib (install instructions below)

      To be delete

    2. Quick start

      No quick start anymore but more smt like :

      choose an install

      • Windows
        1. docker (recommended)
        2. manual
      • Linux/MacOs
        1. docker (recommended)
        2. script
        3. custom
      • Raspberry
        1. docker (recommended)
        2. script

      with internal links.

    3. Freqtrade provides a Linux/MacOS script to install all dependencies and help you to configure the bot. Note Python3.6 or higher and the corresponding pip are assumed to be available. The install-script will warn and stop if that's not the case. git clone git@github.com:freqtrade/freqtrade.git cd freqtrade git checkout develop ./setup.sh --install

      move to linux script section

    4. API keys¶ Before running your bot in production you will need to setup few external API. In production mode, the bot will require valid Exchange API credentials. We also recommend a Telegram bot (optional but recommended). Setup your exchange account¶ You will need to create API Keys (Usually you get key and secret) from the Exchange website and insert this into the appropriate fields in the configuration or when asked by the installation script.

      Move to the configuration section