Move lookback_period to parent __init__

This commit is contained in:
Matthias
2020-12-07 08:27:14 +01:00
parent f13e9ce5ed
commit eb952d77be
5 changed files with 3 additions and 3 deletions

View File

@@ -21,8 +21,10 @@ All protection end times are rounded up to the next candle to avoid sudden, unex
### Common settings to all Protections
* `method` - Protection name to use.
* `stop_duration` (minutes) - how long should protections be locked.
* `lookback_period` (minutes) - Only trades that completed after `current_time - lookback_period` will be considered (may be ignored by some Protections).
* `trade_limit` - How many trades are required at minimum (not used by all Protections).
#### Stoploss Guard