mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-05-07 06:30:23 +00:00
docs: align Kraken Futures config and collateral guidance
This commit is contained in:
@@ -268,6 +268,7 @@ If `--convert` is also provided, the resample step will happen automatically and
|
||||
|
||||
!!! Note "Kraken user"
|
||||
Kraken users should read [this](exchanges.md#historic-kraken-data) before starting to download data.
|
||||
|
||||
Kraken Futures uses standard OHLCV downloads and does not require `--dl-trades`.
|
||||
|
||||
Example call:
|
||||
|
||||
@@ -225,13 +225,7 @@ Kraken Futures uses the exchange id `krakenfutures` and supports isolated future
|
||||
"exchange": {
|
||||
"name": "krakenfutures",
|
||||
"key": "your_exchange_key",
|
||||
"secret": "your_exchange_secret",
|
||||
"ccxt_config": {"enableRateLimit": true},
|
||||
"ccxt_async_config": {"enableRateLimit": true}
|
||||
},
|
||||
"order_types": {
|
||||
"stoploss": "market",
|
||||
"stoploss_price_type": "mark" // "mark" (default), "last", or "index"
|
||||
"secret": "your_exchange_secret"
|
||||
},
|
||||
"trading_mode": "futures",
|
||||
"margin_mode": "isolated",
|
||||
@@ -243,7 +237,11 @@ Kraken Futures uses the exchange id `krakenfutures` and supports isolated future
|
||||
Use `order_types.stoploss_price_type` to select the trigger price source (`mark`, `last`, or `index`).
|
||||
|
||||
!!! Note "Collateral"
|
||||
Kraken Futures is USD-settled. Kraken allows EUR collateral, but USD is the recommended stake currency.
|
||||
Kraken Futures is USD-settled. Use USD as your stake currency.
|
||||
|
||||
!!! Note "Flex (Multi-collateral) Accounts"
|
||||
Kraken Futures flex accounts allow collateral in multiple currencies, while trading remains USD-settled.
|
||||
Freqtrade derives the `USD` balance from Kraken margin fields, so keep `stake_currency` set to `USD`.
|
||||
|
||||
## Kucoin
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ Please read the [exchange specific notes](exchanges.md) to learn about eventual,
|
||||
- [X] [Gate.io](https://www.gate.io/ref/6266643)
|
||||
- [X] [Hyperliquid](https://hyperliquid.xyz/) (A decentralized exchange, or DEX)
|
||||
- [X] [OKX](https://okx.com/)
|
||||
- [X] [Kraken](https://eu.kraken.com/features/derivatives)
|
||||
- [X] [Kraken](https://www.kraken.com/features/futures)
|
||||
|
||||
Please make sure to read the [exchange specific notes](exchanges.md), as well as the [trading with leverage](leverage.md) documentation before diving in.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user