stable/config_kraken.json.example

76 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-02-15 21:50:11 +00:00
{
"max_open_trades": 5,
"stake_currency": "EUR",
"stake_amount": 10,
"fiat_display_currency": "EUR",
"ticker_interval" : "5m",
"dry_run": true,
"trailing_stop": false,
"unfilledtimeout": {
"buy": 10,
"sell": 30
},
"bid_strategy": {
"use_order_book": false,
2019-05-11 12:33:26 +00:00
"ask_last_balance": 0.0,
2019-02-15 21:50:11 +00:00
"order_book_top": 1,
"check_depth_of_market": {
"enabled": false,
"bids_to_ask_delta": 1
}
},
"ask_strategy":{
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 9,
"use_sell_signal": true,
"sell_profit_only": false,
"ignore_roi_if_buy_signal": false
2019-02-15 21:50:11 +00:00
},
"exchange": {
"name": "kraken",
"key": "",
"secret": "",
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": true,
2019-02-17 22:26:10 +00:00
"rateLimit": 1000
2019-02-15 21:50:11 +00:00
},
"pair_whitelist": [
"ETH/EUR",
"BTC/EUR",
"BCH/EUR"
],
"pair_blacklist": [
2019-02-17 22:26:10 +00:00
2019-02-15 21:50:11 +00:00
]
},
"edge": {
"enabled": false,
"process_throttle_secs": 3600,
"calculate_since_number_of_days": 7,
"capital_available_percentage": 0.5,
"allowed_risk": 0.01,
"stoploss_range_min": -0.01,
"stoploss_range_max": -0.1,
"stoploss_range_step": -0.01,
"minimum_winrate": 0.60,
"minimum_expectancy": 0.20,
"min_trade_number": 10,
"max_trade_duration_minute": 1440,
"remove_pumps": false
},
"telegram": {
"enabled": false,
2019-05-11 12:33:26 +00:00
"token": "your_telegram_token",
"chat_id": "your_telegram_chat_id"
2019-02-15 21:50:11 +00:00
},
"initial_state": "running",
"forcebuy_enable": false,
"internals": {
"process_throttle_secs": 5
2019-10-08 18:31:01 +00:00
},
"download_trades": true
2019-02-15 21:50:11 +00:00
}