mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
docs: remove unnecessary `"-" in command
This commit is contained in:
@@ -120,8 +120,8 @@ The script below should serve as an example - you may need to adjust the timefra
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# Cleanup no longer needed data
|
# Cleanup no longer needed data
|
||||||
rm user_data/data/<exchange>/futures/*-mark-*
|
rm user_data/data/<exchange>/futures/*-mark*
|
||||||
rm user_data/data/<exchange>/futures/*-funding_rate-*
|
rm user_data/data/<exchange>/futures/*-funding_rate*
|
||||||
|
|
||||||
# download new data (only required once to fix the mark and funding fee data)
|
# download new data (only required once to fix the mark and funding fee data)
|
||||||
freqtrade download-data -t 1h --trading-mode futures --candle-types funding_rate mark [...] --timerange <full timerange you've got other data for>
|
freqtrade download-data -t 1h --trading-mode futures --candle-types funding_rate mark [...] --timerange <full timerange you've got other data for>
|
||||||
|
|||||||
Reference in New Issue
Block a user