From 628d0e01c8d1f171ab22f432d4a53a10a453f11d Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Tue, 25 Aug 2020 08:37:38 +0200 Subject: [PATCH] correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799fbf7..c0a13ed 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Each Strategies includes: - [x] **Minimal ROI**: Minimal ROI optimized for the strategy. - [x] **Stoploss**: Optimimal stoploss. - [x] **Buy signals**: Result from Hyperopt or based on exisiting trading strategies. -- [x] **Sell siganls**: Result from Hyperopt or based on exisiting trading strategies. +- [x] **Sell signals**: Result from Hyperopt or based on exisiting trading strategies. - [x] **Indicators**: Includes the indicators required to run the strategy. Best backtest multiple strategies with the exchange and pairs you're interrested in, and finetune the strategy to the markets you're trading.