Add bot basics documentation

This commit is contained in:
Matthias
2020-06-14 11:38:56 +02:00
parent 8b186dbe0e
commit e5f7610b5d
5 changed files with 66 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
# Strategy Customization
This page explains where to customize your strategies, and add new indicators.
This page explains how to customize your strategies, and add new indicators.
Please familiarize yourself with [Freqtrade basics](bot-basics.md) first.
## Install a custom strategy file
@@ -385,6 +387,7 @@ if self.dp:
```
#### *current_whitelist()*
Imagine you've developed a strategy that trades the `5m` timeframe using signals generated from a `1d` timeframe on the top 10 volume pairs by volume.
The strategy might look something like this: