Deployed 8af0631 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2431,6 +2431,7 @@ If you are updating existing data after inserting new pairs that you have no dat
|
||||
<span class="go"> [--data-format-ohlcv {json,jsongz,feather,parquet}]</span>
|
||||
<span class="go"> [--data-format-trades {json,jsongz,feather,parquet}]</span>
|
||||
<span class="go"> [--trading-mode {spot,margin,futures}]</span>
|
||||
<span class="go"> [--candle-types {spot,futures,mark,index,premiumIndex,funding_rate} [{spot,futures,mark,index,premiumIndex,funding_rate} ...]]</span>
|
||||
<span class="go"> [--prepend]</span>
|
||||
|
||||
<span class="go">options:</span>
|
||||
@@ -2470,6 +2471,11 @@ If you are updating existing data after inserting new pairs that you have no dat
|
||||
<span class="go"> `feather`).</span>
|
||||
<span class="go"> --trading-mode, --tradingmode {spot,margin,futures}</span>
|
||||
<span class="go"> Select Trading mode</span>
|
||||
<span class="go"> --candle-types {spot,futures,mark,index,premiumIndex,funding_rate} [{spot,futures,mark,index,premiumIndex,funding_rate} ...]</span>
|
||||
<span class="go"> Select candle type to download. Defaults to the</span>
|
||||
<span class="go"> necessary candles for the selected trading mode (e.g.</span>
|
||||
<span class="go"> 'spot' or ('futures', 'funding_rate' and 'mark') for</span>
|
||||
<span class="go"> futures).</span>
|
||||
<span class="go"> --prepend Allow data prepending. (Data-appending is disabled)</span>
|
||||
|
||||
<span class="go">Common arguments:</span>
|
||||
@@ -2524,6 +2530,7 @@ To also download data for inactive (delisted) pairs, add <code>--include-inactiv
|
||||
<li>Given starting points are ignored if data is already available, downloading only missing data up to today.</li>
|
||||
<li>Use <code>--timeframes</code> to specify what timeframe download the historical candle (OHLCV) data for. Default is <code>--timeframes 1m 5m</code> which will download 1-minute and 5-minute data.</li>
|
||||
<li>To use exchange, timeframe and list of pairs as defined in your configuration file, use the <code>-c/--config</code> option. With this, the script uses the whitelist defined in the config as the list of currency pairs to download data for and does not require the pairs.json file. You can combine <code>-c/--config</code> with most other options.</li>
|
||||
<li>When downloading futures data (<code>--trading-mode futures</code> or a configuration specifying futures mode), freqtrade will automatically download the necessary candle types (e.g. <code>mark</code> and <code>funding_rate</code> candles) unless specified otherwise via <code>--candle-types</code>.</li>
|
||||
</ul>
|
||||
<details class="note">
|
||||
<summary>Permission denied errors</summary>
|
||||
|
||||
Reference in New Issue
Block a user