Fix docs typo in hyperopt

This commit is contained in:
Matthias 2018-11-20 17:36:17 +01:00
parent e69f943911
commit 5a550ef2af

View File

@ -36,8 +36,7 @@ new buy hyperopt for testing:
- Inside [populate_buy_trend()](https://github.com/freqtrade/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py#L230-L251).
- Inside [indicator_space()](https://github.com/freqtrade/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py#L207-L223).
There you have two different type of indicators: 1. `guards` and 2.
`triggers`.
There you have two different types of indicators: 1. `guards` and 2. `triggers`.
1. Guards are conditions like "never buy if ADX < 10", or never buy if
current price is over EMA10.