diff --git a/docs/exchanges.md b/docs/exchanges.md index 4b324346f..ec763370a 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -269,6 +269,7 @@ On startup, freqtrade will set the position mode to "One-way Mode" for the whole As bybit doesn't provide funding rate history, the dry-run calculation is used for live trades as well. API Keys for live futures trading must have the following permissions: + * Read-write * Contract - Orders * Contract - Positions @@ -338,7 +339,6 @@ Hyperliquid handles deposits and withdrawals on the Arbitrum One chain, a Layer * Remember that if someone hacks the host you use for trading, or any other host you stored your private key / mnemonic on, you will lose the funds protected by that private key. That means the funds on that wallet and the funds deposited on Hyperliquid. * If you have funds you don't want to use for trading (after making a profit for example), transfer them back to your hardware wallet. - ## All exchanges Should you experience constant errors with Nonce (like `InvalidNonce`), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys. @@ -348,7 +348,7 @@ Should you experience constant errors with Nonce (like `InvalidNonce`), it is be * The Ocean (exchange id: `theocean`) exchange uses Web3 functionality and requires `web3` python package to be installed: ```shell -$ pip3 install web3 +pip3 install web3 ``` ### Getting latest price / Incomplete candles