58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"max_open_trades": 3,
|
|
"stake_currency": "USDT",
|
|
"stake_amount": 50,
|
|
"tradable_balance_ratio": 0.99,
|
|
"dry_run": true,
|
|
"dry_run_wallet": 1000,
|
|
"cancel_timeout_on_new_position": true,
|
|
"timeframe": "1h",
|
|
"fiat_display_currency": "USD",
|
|
"trading_mode": "spot",
|
|
"margin_mode": "",
|
|
"exchange": {
|
|
"name": "binance",
|
|
"key": "",
|
|
"secret": "",
|
|
"ccxt_config": {
|
|
"rateLimit": 50
|
|
},
|
|
"pair_whitelist": [
|
|
"BTC/USDT"
|
|
],
|
|
"pair_blacklist": []
|
|
},
|
|
"pairlists": [
|
|
{"method": "StaticPairList"}
|
|
],
|
|
"entry_pricing": {
|
|
"price_side": "same",
|
|
"use_order_book": true,
|
|
"order_book_top": 1,
|
|
"price_last_balance": 0.0
|
|
},
|
|
"exit_pricing": {
|
|
"price_side": "same",
|
|
"use_order_book": true,
|
|
"order_book_top": 1
|
|
},
|
|
"telegram": {
|
|
"enabled": false,
|
|
"chat_id": "",
|
|
"token": ""
|
|
},
|
|
"api_server": {
|
|
"enabled": true,
|
|
"listen_ip_address": "0.0.0.0",
|
|
"listen_port": 8080,
|
|
"username": "freqtrader",
|
|
"password": "changeme"
|
|
},
|
|
"initial_state": "running",
|
|
"force_entry_enable": true,
|
|
"internals": {
|
|
"process_throttle_secs": 5
|
|
},
|
|
"bot_name": "btc_1h"
|
|
}
|