more links corrected
This commit is contained in:
parent
366980fd62
commit
827a8309d7
@ -27,7 +27,7 @@ like pauses. You can stop your bot, adjust settings and start it again.
|
|||||||
#### I want to improve the bot with a new strategy
|
#### I want to improve the bot with a new strategy
|
||||||
|
|
||||||
That's great. We have a nice backtesting and hyperoptimizing setup. See
|
That's great. We have a nice backtesting and hyperoptimizing setup. See
|
||||||
the tutorial [here|Testing-new-strategies-with-Hyperopt](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-usage.md#hyperopt-commands).
|
the tutorial [here|Testing-new-strategies-with-Hyperopt](bot-usage.md#hyperopt-commands).
|
||||||
|
|
||||||
#### Is there a setting to only SELL the coins being held and not
|
#### Is there a setting to only SELL the coins being held and not
|
||||||
perform anymore BUYS?
|
perform anymore BUYS?
|
||||||
@ -68,4 +68,3 @@ but it will give the idea. With only these triggers and guards there is
|
|||||||
already 8*10^9*10 evaluations. A roughly total of 80 billion evals.
|
already 8*10^9*10 evaluations. A roughly total of 80 billion evals.
|
||||||
Did you run 100 000 evals? Congrats, you've done roughly 1 / 100 000 th
|
Did you run 100 000 evals? Congrats, you've done roughly 1 / 100 000 th
|
||||||
of the search space.
|
of the search space.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ and still take a long time.
|
|||||||
## Prepare Hyperopting
|
## Prepare Hyperopting
|
||||||
|
|
||||||
Before we start digging in Hyperopt, we recommend you to take a look at
|
Before we start digging in Hyperopt, we recommend you to take a look at
|
||||||
an example hyperopt file located into [user_data/hyperopts/](https://github.com/gcarq/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py)
|
an example hyperopt file located into [user_data/hyperopts/](https://github.com/freqtrade/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py)
|
||||||
|
|
||||||
### 1. Install a Custom Hyperopt File
|
### 1. Install a Custom Hyperopt File
|
||||||
This is very simple. Put your hyperopt file into the folder
|
This is very simple. Put your hyperopt file into the folder
|
||||||
|
@ -62,7 +62,7 @@ git checkout develop
|
|||||||
./setup.sh --install
|
./setup.sh --install
|
||||||
```
|
```
|
||||||
!!! Note
|
!!! Note
|
||||||
Windows installation is explained [here](/#windows).
|
Windows installation is explained [here](#windows).
|
||||||
<hr/>
|
<hr/>
|
||||||
## Easy Installation - Linux Script
|
## Easy Installation - Linux Script
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ cd freqtrade
|
|||||||
cp -n config.json.example config.json
|
cp -n config.json.example config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
> To edit the config please refer to the [Bot Configuration](/configuration.md) page.
|
> To edit the config please refer to the [Bot Configuration](configuration.md) page.
|
||||||
|
|
||||||
**1.5. Create your database file *(optional - the bot will create it if it is missing)**
|
**1.5. Create your database file *(optional - the bot will create it if it is missing)**
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ docker run -d \
|
|||||||
freqtrade --strategy AwsomelyProfitableStrategy backtesting
|
freqtrade --strategy AwsomelyProfitableStrategy backtesting
|
||||||
```
|
```
|
||||||
|
|
||||||
Head over to the [Backtesting Documentation](https://github.com/freqtrade/freqtrade/blob/develop/docs/backtesting.md) for more details.
|
Head over to the [Backtesting Documentation](backtesting.md) for more details.
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
Additional parameters can be appended after the image name (`freqtrade` in the above example).
|
Additional parameters can be appended after the image name (`freqtrade` in the above example).
|
||||||
@ -386,7 +386,7 @@ cd freqtrade
|
|||||||
cp config.json.example config.json
|
cp config.json.example config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
> *To edit the config please refer to [Bot Configuration](https://github.com/freqtrade/freqtrade/blob/develop/docs/configuration.md).*
|
> *To edit the config please refer to [Bot Configuration](configuration.md).*
|
||||||
|
|
||||||
#### 5. Install python dependencies
|
#### 5. Install python dependencies
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ This page explains how to command your bot with Telegram.
|
|||||||
|
|
||||||
## Pre-requisite
|
## Pre-requisite
|
||||||
To control your bot with Telegram, you need first to
|
To control your bot with Telegram, you need first to
|
||||||
[set up a Telegram bot](https://github.com/freqtrade/freqtrade/blob/develop/docs/pre-requisite.md)
|
[set up a Telegram bot](installation.md)
|
||||||
and add your Telegram API keys into your config file.
|
and add your Telegram API keys into your config file.
|
||||||
|
|
||||||
## Telegram commands
|
## Telegram commands
|
||||||
@ -146,4 +146,3 @@ Day Profit BTC Profit USD
|
|||||||
## /version
|
## /version
|
||||||
|
|
||||||
> **Version:** `0.14.3`
|
> **Version:** `0.14.3`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user