| { | |
| "$schema": "https://schema.freqtrade.io/schema.json", | |
| "trading_mode": "spot", | |
| "max_open_trades": 3, | |
| "stake_currency": "USDT", | |
| "stake_amount": 100, | |
| "tradable_balance_ratio": 1, | |
| "fiat_display_currency": "USD", | |
| "dry_run": true, | |
| "dry_run_wallet": 10000, | |
| "timeframe": "1h", | |
| "cancel_open_orders_on_exit": true, | |
| "_security_sanitized": true, | |
| "_deployment_mode": "cloud_demo", | |
| "_created_date": "2025-09-14T16:35:50.832067", | |
| "unfilledtimeout": { | |
| "entry": 10, | |
| "exit": 30 | |
| }, | |
| "exchange": { | |
| "name": "binance", | |
| "key": "", | |
| "secret": "", | |
| "ccxt_config": {}, | |
| "ccxt_async_config": {}, | |
| "pair_blacklist": [] | |
| }, | |
| "entry_pricing": { | |
| "price_side": "same", | |
| "use_order_book": true, | |
| "order_book_top": 1 | |
| }, | |
| "exit_pricing": { | |
| "price_side": "other", | |
| "use_order_book": true, | |
| "order_book_top": 1 | |
| }, | |
| "pairlists": [ | |
| { | |
| "method": "StaticPairList" | |
| } | |
| ], | |
| "edge": { | |
| "enabled": false | |
| }, | |
| "api_server": { | |
| "enabled": false | |
| }, | |
| "bot_name": "MultiMABot", | |
| "strategy": "MultiMa", | |
| "pair_whitelist": [ | |
| "ADA/USDT", | |
| "DOT/USDT" | |
| ] | |
| } |