Files
stable/freqtrade/strategy
Simon Ebner f7926083ca Clean up unclosed file handles
Close all file handles that are left dangling to avoid warnings such as

```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
2021-10-24 23:15:05 +02:00
..
2021-09-18 10:48:53 +03:00
2021-10-24 23:15:05 +02:00
2021-09-18 10:48:53 +03:00