From 7169ad557f36b4bc92359f488beeffeb28691aa2 Mon Sep 17 00:00:00 2001 From: Stephen Dade Date: Wed, 3 Jan 2018 21:24:42 +1100 Subject: [PATCH] Correct documentation for opentradetimeout --- README.md | 2 -- docs/configuration.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c7043f8..045d6b624 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,6 @@ optional arguments: "tradesv3.dry_run.sqlite" instead of memory DB. Work only if dry_run is enabled. ``` - More details on: - [How to run the bot](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-usage.md#bot-commands) - [How to use Backtesting](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-usage.md#backtesting-commands) @@ -197,4 +196,3 @@ To run this bot we recommend you a cloud instance with a minimum of: - [TA-Lib](https://mrjbq7.github.io/ta-lib/install.html) - [virtualenv](https://virtualenv.pypa.io/en/stable/installation/) (Recommended) - [Docker](https://www.docker.com/products/docker) (Recommended) - diff --git a/docs/configuration.md b/docs/configuration.md index bfd169aea..6dcb34da7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,6 +21,7 @@ The table below will list all configuration parameters. | `dry_run` | true | Yes | Define if the bot must be in Dry-run or production mode. | `minimal_roi` | See below | Yes | Set the threshold in percent the bot will use to sell a trade. More information below. | `stoploss` | -0.10 | No | Value of the stoploss in percent used by the bot. More information below. +| `opentradetimeout` | 0 | No | The number of minutes until an open trade will be cancelled. | `bid_strategy.ask_last_balance` | 0.0 | Yes | Set the bidding price. More information below. | `exchange.name` | bittrex | Yes | Name of the exchange class to use. | `exchange.key` | key | No | API key to use for the exchange. Only required when you are in production mode.