From 5a550ef2af5227ae217a6fa5f57ff05a4697b2ec Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Nov 2018 17:36:17 +0100 Subject: [PATCH] Fix docs typo in hyperopt --- docs/hyperopt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 9fd11e5de..dffe84d1d 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -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.