Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,8 @@ jobs:
python-version: "${{ matrix.python-version }}"

- name: Build distribution
# TODO: remove hard-pin on build 1.4.0 once https://github.com/pypa/build/issues/1004 is resolved.
run: |
uv pip install -U build==1.4.0
uv pip install -U build
python -m build --sdist --wheel
- name: Upload artifacts 📦
Expand Down
5 changes: 3 additions & 2 deletions docs/stoploss.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ This same logic will reapply a stoploss order on the exchange should you cancel
### stoploss_price_type

!!! Warning "Only applies to futures"
`stoploss_price_type` only applies to futures markets (on exchanges where it's available).
`stoploss_price_type` only applies to futures markets (on exchanges where it's available).
Freqtrade will perform a validation of this setting on startup, failing to start if an invalid setting for your exchange has been selected.
Supported price types are gonna differs between each exchanges. Please check with your exchange on which price types it supports.
Supported price types are gonna differs between each exchanges. Please check with your exchange on which price types it supports.
In spot markets, this setting is ignored and not validated, as most exchanges only support one price type for stoploss orders on spot markets.

Stoploss on exchange on futures markets can trigger on different price types.
The naming for these prices in exchange terminology often varies, but is usually something around "last" (or "contract price" ), "mark" and "index".
Expand Down
Loading
Loading