Skip to content

Commit f0fac5e

Browse files
committed
Update README.md
1 parent 5ea4e37 commit f0fac5e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# MultiMA_TSL
22

3-
# Important!!!! Use MultiMA_TSL_backtest for backtest and hyperopt purpose. Only use MultiMA_TSL for dry/live run
4-
5-
## Important note!!! As of today, seems like there is a bug in Freqtrade's backtesting where a trailing stoploss triggered below 5 minutes duration will be treated as a loss. So the backtest result would be bad. A workaround for now if you want to backtest this strategy is using the "normal" trailing stoploss option below and disabling `use_custom_stoploss `
6-
```
7-
trailing_stop = True
8-
trailing_only_offset_is_reached = True
9-
trailing_stop_positive = 0.001
10-
trailing_stop_positive_offset = 0.018
11-
```
123

134
Strategy for Freqtrade https://github.com/freqtrade/freqtrade
145

0 commit comments

Comments
 (0)