Added collateral example
This commit is contained in:
		| @@ -488,12 +488,12 @@ Leverage results from using borrowed capital as a funding source when investing | ||||
|  | ||||
|  | ||||
| ``` python | ||||
| "trading_mode": "spot" | ||||
| "trading_mode": "futures" | ||||
| ``` | ||||
|  | ||||
| ### Collateral | ||||
|  | ||||
| The possible values are: `isolated` (default), or `cross`(*coming soon*) | ||||
| The possible values are: `isolated`, or `cross`(*coming soon*) | ||||
|  | ||||
| # TODO: I took this definition from bitmex, is that fine? https://www.bitmex.com/app/isolatedMargin | ||||
| **ISOLATED**  | ||||
| @@ -504,6 +504,10 @@ Margin assigned to a position is restricted to a certain amount. If the margin f | ||||
|  | ||||
| Margin is shared between open positions. When needed, a position will draw more margin from the total account balance to avoid liquidation.  | ||||
|  | ||||
| ``` python | ||||
| "collateral": "isolated" | ||||
| ``` | ||||
|  | ||||
| ### Exchange configuration | ||||
|  | ||||
| Freqtrade is based on [CCXT library](https://github.com/ccxt/ccxt) that supports over 100 cryptocurrency | ||||
|   | ||||
		Reference in New Issue
	
	Block a user