Files
cta/user_data/config.json
2025-10-11 19:05:42 +08:00

78 lines
2.0 KiB
JSON

{
"$schema": "https://schema.freqtrade.io/schema.json",
"max_open_trades": 1,
"stake_currency": "USDT",
"stake_amount": "unlimited",
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"dry_run": false,
"dry_run_wallet": 100,
"cancel_open_orders_on_exit": false,
"trading_mode": "spot",
"candle_type_def": "spot",
"margin_mode": "isolated",
"unfilledtimeout": {
"entry": 10,
"exit": 10,
"exit_timeout_count": 0,
"unit": "minutes"
},
"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": "same",
"use_order_book": true,
"order_book_top": 1
},
"exchange": {
"name": "okx",
"key": "204d1314-483e-46fa-8c0e-00b789a590f1",
"secret": "AB6B77BB06CC852AA9557FEED66D42ED",
"password": "WAng12345?",
"ccxt_config": {},
"ccxt_async_config": {},
"pair_whitelist": [
"ETH/USDT"
],
"pair_blacklist": [
]
},
"pairlists": [
{
"method": "StaticPairList"
}
],
"telegram": {
"enabled": false,
"token": "",
"chat_id": ""
},
"api_server": {
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8077,
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": "98d28a61889840784b27d992637896b8d3a899daf81883f6afc05b06e7de1bcc",
"ws_token": "GkpwqTvsGZPWplrU5eqgaV8KLUoKltH5Nw",
"CORS_origins": [],
"username": "freqtrader",
"password": "12345"
},
"bot_name": "freqtrade",
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5
}
}