mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Fix weekly resamples to ensure they're on monday.
This commit is contained in:
@@ -131,7 +131,7 @@ def test_timeframe_to_msecs():
|
||||
("10m", '600s'),
|
||||
("1h", '3600s'),
|
||||
("1d", '86400s'),
|
||||
("1w", '604800s'),
|
||||
("1w", '1W-MON'),
|
||||
("1M", '1MS'),
|
||||
("1y", '1YS'),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user