{
"$schema": "https://schema.freqtrade.io/schema.json",
"max_open_trades": 5,
"max_entry_position_adjustment": 2,
"stake_currency": "USD",
"stake_amount": 100,
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"timeframe": "5m",
"dry_run": true,
"user_data_dir": "/home/vincent/freqtrade-user",
"cancel_open_orders_on_exit": false,
"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": "kraken",
"key": "stNFONPNMrmHmUE1zPKfKEIzAlq6I38CehSXhwewqM5e0MjEJq2IGO8Vpj4OfAiM",
"secret": "da6Wu8XJUBrzPggCCCtXspUJKIlXA8ORq4LLpvtwd0KGbRkVqKjN3GGLC1wlCmj2",
"ccxt_config": {},
"ccxt_async_config": {
},
"pair_whitelist": [
"BTC/USD",
"ETH/USD",
"SOL/USD",
"XRP/USD",
"ADA/USD"
],
"pair_blacklist": []
},
"pairlists": [
{"method": "StaticPairList"}
],
"telegram": {
"enabled": true,
"token": "8592011872:AAHGDlpGTviVgMYUXm0QVMed0iFTLvsx2Co",
"chat_id": "5657673863"
},
"api_server": {
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8081,
"verbosity": "error",
"jwt_secret_key": "somethingRandomSomethingRandom123",
"CORS_origins": [],
"username": "Grepples",
"password": "2ppq6VRS7"
},
"bot_name": "freqtrade",
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5
},
"download_trades": true
}