Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from freqtrade:develop #381

Merged
merged 8 commits into from
Dec 28, 2024
Prev Previous commit
Next Next commit
chore: remove "former OKEX" terminology
xmatthias committed Dec 28, 2024
commit a58fde367c39d36a5eb87ff74f50362afd9ebc2c
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,8 @@ Please read the [exchange specific notes](docs/exchanges.md) to learn about even
- [X] [HTX](https://www.htx.com/) (Former Huobi)
- [X] [Hyperliquid](https://hyperliquid.xyz/) (A decentralized exchange, or DEX)
- [X] [Kraken](https://kraken.com/)
- [X] [OKX](https://okx.com/) (Former OKEX)
- [X] [OKX](https://okx.com/)
- [X] [MyOKX](https://okx.com/) (OKX EEA)
- [ ] [potentially many others](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_

### Supported Futures Exchanges (experimental)
2 changes: 1 addition & 1 deletion docs/exchanges.md
Original file line number Diff line number Diff line change
@@ -222,7 +222,7 @@ Kucoin accounts may use `KCS` for fees, and if a trade happens to be on `KCS`, f
!!! Tip "Stoploss on Exchange"
HTX supports `stoploss_on_exchange` and uses `stop-limit` orders. It provides great advantages, so we recommend to benefit from it by enabling stoploss on exchange.

## OKX (former OKEX)
## OKX

OKX requires a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows:

3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,8 @@ Please read the [exchange specific notes](exchanges.md) to learn about eventual,
- [X] [HTX](https://www.htx.com/) (Former Huobi)
- [X] [Hyperliquid](https://hyperliquid.xyz/) (A decentralized exchange, or DEX)
- [X] [Kraken](https://kraken.com/)
- [X] [OKX](https://okx.com/) (Former OKEX)
- [X] [OKX](https://okx.com/)
- [X] [MyOKX](https://okx.com/) (OKX EEA)
- [ ] [potentially many others through <img alt="ccxt" width="30px" src="assets/ccxt-logo.svg" />](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_

### Supported Futures Exchanges (experimental)
2 changes: 1 addition & 1 deletion freqtrade/exchange/exchange.py
Original file line number Diff line number Diff line change
@@ -3666,7 +3666,7 @@ def dry_run_liquidation_price(
Wherein, "+" or "-" depends on whether the contract goes long or short:
"-" for long, and "+" for short.

okex: https://www.okx.com/support/hc/en-us/articles/
okx: https://www.okx.com/support/hc/en-us/articles/
360053909592-VI-Introduction-to-the-isolated-mode-of-Single-Multi-currency-Portfolio-margin

:param pair: Pair to calculate liquidation price for