From 73992dde8db4c7a440bf9629675ee4223879d8d1 Mon Sep 17 00:00:00 2001 From: Stefano Ariestasia Date: Sat, 11 Feb 2023 11:15:31 +0900 Subject: [PATCH] Add explicit warning that supported price types gonna differ on each exchanges --- docs/stoploss.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stoploss.md b/docs/stoploss.md index 1182b6d90..03c0b255a 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -57,6 +57,7 @@ This same logic will reapply a stoploss order on the exchange should you cancel !!! Warning "Only applies to futures" `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. 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".