Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Aug 30, 2021
1 parent 5ea4e37 commit f0fac5e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# MultiMA_TSL

# Important!!!! Use MultiMA_TSL_backtest for backtest and hyperopt purpose. Only use MultiMA_TSL for dry/live run

## 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 `
```
trailing_stop = True
trailing_only_offset_is_reached = True
trailing_stop_positive = 0.001
trailing_stop_positive_offset = 0.018
```

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

Expand Down

0 comments on commit f0fac5e

Please sign in to comment.