| { |
| "$schema": "https://schema.freqtrade.io/schema.json", |
| "trading_mode": "futures", |
| "margin_mode": "isolated", |
| "max_open_trades": 5, |
| "stake_currency": "USDT", |
| "stake_amount": 200, |
| "tradable_balance_ratio": 1, |
| "fiat_display_currency": "USD", |
| "dry_run": true, |
| "timeframe": "1h", |
| "dry_run_wallet": 10000, |
| "cancel_open_orders_on_exit": true, |
| "unfilledtimeout": { |
| "entry": 100, |
| "exit": 300 |
| }, |
| "exchange": { |
| "name": "binance", |
| "key": "", |
| "secret": "", |
| "ccxt_config": {}, |
| "ccxt_async_config": {}, |
| "pair_blacklist": [], |
| "password": "" |
| }, |
| "entry_pricing": { |
| "price_side": "same", |
| "use_order_book": true, |
| "order_book_top": 1, |
| "price_last_balance": 0.0, |
| "check_depth_of_market": { |
| "enabled": false, |
| "bids_to_ask_delta": 1 |
| } |
| }, |
| "exit_pricing": { |
| "price_side": "other", |
| "use_order_book": true, |
| "order_book_top": 1 |
| }, |
| "pair_whitelist": [ |
| "BTC/USDT:USDT", |
| "ETH/USDT:USDT", |
| "ADA/USDT:USDT", |
| "DOT/USDT:USDT", |
| "SOL/USDT:USDT", |
| "MATIC/USDT:USDT", |
| "LINK/USDT:USDT", |
| "ATOM/USDT:USDT", |
| "ALGO/USDT:USDT", |
| "XRP/USDT:USDT" |
| ], |
| "pairlists": [ |
| { |
| "method": "VolumePairList", |
| "number_assets": 10, |
| "sort_key": "quoteVolume", |
| "min_value": 0, |
| "refresh_period": 1800 |
| }, |
| { |
| "method": "AgeFilter", |
| "min_days_listed": 10 |
| }, |
| { |
| "method": "PrecisionFilter" |
| }, |
| { |
| "method": "PriceFilter", |
| "low_price_ratio": 0.01 |
| } |
| ], |
| "freqai": { |
| "enabled": true, |
| "identifier": "local-webserver", |
| "train_period_days": 14, |
| "backtest_period_days": 7, |
| "feature_parameters": { |
| "include_timeframes": [ |
| "1h" |
| ], |
| "include_corr_pairlist": [] |
| }, |
| "data_split_parameters": { |
| "test_size": 0.33, |
| "random_state": 1 |
| } |
| }, |
| "bot_name": "43v3r-local-webserver", |
| "force_entry_enable": true, |
| "initial_state": "stopped", |
| "internals": { |
| "process_throttle_secs": 5 |
| }, |
| "api_server": { |
| "enabled": true, |
| "listen_ip_address": "127.0.0.1", |
| "listen_port": 8080, |
| "username": "43v3r", |
| "password": "p3rc3000", |
| "jwt_secret_key": "8f82e81c2c5ac819060fb3f90cbcd334a9499a8af08565ec428cfe6333b86afc", |
| "CORS_origins": [ |
| "http://localhost:3000", |
| "http://localhost:3001", |
| "http://localhost:8080", |
| "http://127.0.0.1:3000", |
| "http://127.0.0.1:3001", |
| "http://127.0.0.1:8080" |
| ], |
| "ui_version": "local", |
| "verbosity": "info" |
| } |
| } |