We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7cddf commit 7c43833Copy full SHA for 7c43833
1 file changed
freqtrade/exchange/binance.py
@@ -46,6 +46,10 @@ class Binance(Exchange):
46
"l2_limit_range": [5, 10, 20, 50, 100, 500, 1000],
47
"ws_enabled": True,
48
"has_delisting": True,
49
+ # Demo trading
50
+ # https://www.binance.com/en/support/faq/detail/9be58f73e5e14338809e3b705b9687dd
51
+ # Intentionally Disabled as it's a separate market - not a simulated live market.
52
+ "supports_demo_trading": False,
53
}
54
_ft_has_futures: FtHas = {
55
"ohlcv_candle_limit": 499,
0 commit comments