Skip to main content

forceExitTrade

Force-exit a single open trade by its Freqtrade trade ID. Returns true when the exit order is confirmed (or the trade is already closed), false otherwise.

forceExitTrade(
id: ID!
tradeId: Int!
): Boolean!

Arguments

forceExitTrade.id ● ID! non-null scalar

forceExitTrade.tradeId ● Int! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.