Dante2333

Untitled

Jul 22nd, 2019
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. "max_open_trades": 5,
  3. "stake_currency": "USDT",
  4. "stake_amount":158,
  5. "fiat_display_currency": "USD",
  6. "dry_run": false,
  7. "unfilledtimeout": {
  8. "buy": 10,
  9. "sell": 30
  10. },
  11. "bid_strategy": {
  12. "ask_last_balance": 0.0,
  13. "use_order_book": false,
  14. "order_book_top": 1,
  15. "check_depth_of_market": {
  16. "enabled": false,
  17. "bids_to_ask_delta": 1
  18. }
  19. },
  20. "ask_strategy":{
  21. "use_order_book": false,
  22. "order_book_min": 1,
  23. "order_book_max": 9
  24. },
  25. "exchange": {
  26. "name": "binance",
  27. "key": "",
  28. "secret": "",
  29. "ccxt_config": {"enableRateLimit": true},
  30. "ccxt_async_config": {
  31. "enableRateLimit": true,
  32. "rateLimit": 1000
  33. },
  34. "pair_whitelist": [
  35. "BTC/USDT",
  36. "ETH/USDT",
  37. "LTC/USDT",
  38. "XMR/USDT",
  39. "LINK/USDT"
  40. ],
  41. "pair_blacklist": [
  42.  
  43. ]
  44. },
  45. "experimental": {
  46. "use_sell_signal": true,
  47. "sell_profit_only": false,
  48. "ignore_roi_if_buy_signal": false
  49. },
  50. "edge": {
  51. "enabled": false,
  52. "process_throttle_secs": 3600,
  53. "calculate_since_number_of_days": 7,
  54. "capital_available_percentage": 0.5,
  55. "allowed_risk": 0.01,
  56. "stoploss_range_min": -0.01,
  57. "stoploss_range_max": -0.1,
  58. "stoploss_range_step": -0.01,
  59. "minimum_winrate": 0.60,
  60. "minimum_expectancy": 0.20,
  61. "min_trade_number": 10,
  62. "max_trade_duration_minute": 1440,
  63. "remove_pumps": false
  64. },
  65. "telegram": {
  66. "enabled": true,
  67. "token": "",
  68. "chat_id": "146554112"
  69. },
  70. "db_url":"sqlite:///marco.sqlite",
  71. "initial_state": "running",
  72. "forcebuy_enable": true,
  73. "internals": {
  74. "process_throttle_secs": 5
  75. },
  76. "strategy": "emmonth",
  77. "strategy_path":"/home/rey/freqtrade/user_data/strategies/"
  78. }
Advertisement
Add Comment
Please, Sign In to add comment