Reference official documentation

This commit is contained in:
Matthias
2019-02-17 15:58:45 +01:00
parent 868f2cd138
commit 98cc7cab5b
+6 -2
View File
@@ -31,6 +31,7 @@ bot.
- [How to create/optimize a strategy?](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md)
## Free trading strategies
Value below are result from backtesting from 2018-01-10 to 2018-01-30 and
`experimental.sell_profit_only` enabled. More detail on each strategy
page.
@@ -48,12 +49,14 @@ Strategies from this repo are free to use. Feel free to update them.
Most of them were designed from Hyperopt calculations.
## Share your own strategies and contribute to this repo
Feel free to send your strategies, comments, optimizations and pull requests via an
[Issue ticket](https://github.com/freqtrade/freqtrade-strategies/issues/new).
## FAQ
### What is Freqtrade?
[Freqtrade](https://github.com/freqtrade) is a Simple High
frequency trading bot for crypto currencies designed to support
@@ -80,8 +83,7 @@ enabled and disabled.
### How to install a strategy?
First you need a [working Freqtrade](https://github.com/freqtrade/freqtrade/blob/develop/docs/index.md)
in version >= 0.16.0.
First you need a [working Freqtrade](https://freqtrade.io) in version >= 0.16.0.
Once you have the bot on the right version, follow this steps:
@@ -91,6 +93,8 @@ Once you have the bot on the right version, follow this steps:
3. Paste it into your `user_data/strategies` folder
4. Run the bot with the parameter `-s <STRATEGY CLASS NAME>` (ex: `python3 ./freqtrade/main.py -s Strategy001`)
[More information](https://www.freqtrade.io/en/latest/bot-optimization/)
### How to test a strategy?
Let assume you have selected the strategy `strategy001.py`: