Files
freqtrade-strategies/user_data/config-profit-on.json
T

45 lines
938 B
JSON

{
"max_open_trades": 10,
"stake_currency": "BTC",
"stake_amount": 0.004,
"fiat_display_currency": "USD",
"dry_run": true,
"unfilledtimeout": 120,
"bid_strategy": {
"ask_last_balance": 0.0
},
"exchange": {
"name": "bittrex",
"key": "",
"secret": "",
"pair_whitelist": [
"ETH/BTC",
"LTC/BTC",
"ETC/BTC",
"DASH/BTC",
"ZEC/BTC",
"XLM/BTC",
"NXT/BTC",
"POWR/BTC",
"ADA/BTC",
"XMR/BTC"
],
"pair_blacklist": [
"DOGE/BTC"
]
},
"experimental": {
"use_sell_signal": true,
"sell_profit_only": true
},
"telegram": {
"enabled": false,
"token": "",
"chat_id": ""
},
"initial_state": "running",
"internals": {
"process_throttle_secs": 5
}
}