Advertisement
Guest User

Pairs

a guest
Apr 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. #-------------------------------
  2. #CryptoGnome v2.0 Settings
  3. #-------------------------------
  4. start_balance = 17.00
  5.  
  6. market = BTC
  7. enabled_pairs = ALL
  8. #hidden_pairs = BNB
  9. keep_balance = 0
  10.  
  11. #-------------------------------
  12. #Options (:P)
  13. #-------------------------------
  14. DEFAULT_buy_max_change_percentage = 8
  15. #DEFAULT_buy_min_change_percentage = -10
  16.  
  17. DEFAULT_trading_enabled = true
  18. max_trading_pairs = 50
  19. pair_min_listed_days = 14
  20. DEFAULT_DCA_enabled = true
  21.  
  22. DEFAULT_initial_cost = 0.1
  23. DEFAULT_initial_cost_percentage = 0
  24. DEFAULT_min_buy_volume = 500
  25. DEFAULT_min_buy_price = 0
  26. DEFAULT_max_buy_spread = 1
  27. DEFAULT_min_orderbook_volume_percentage = 100
  28.  
  29. #-------------------------------
  30. #v2.0 Multiple Buy Strategies
  31. #-------------------------------
  32. DEFAULT_A_buy_strategy = EMAGAIN
  33. DEFAULT_A_buy_value = -0.70
  34. #DEFAULT_A_buy_value_limit = -2.5
  35.  
  36. DEFAULT_B_buy_strategy = RSI
  37. DEFAULT_B_buy_value = 33
  38. DEFAULT_B_buy_value_limit = 0
  39.  
  40. DEFAULT_trailing_buy = 0.05
  41.  
  42.  
  43. #v2.0 Multiple SELL Strategies
  44. #---------------------------
  45. DEFAULT_A_sell_strategy = GAIN
  46. DEFAULT_A_sell_value = 0.5
  47.  
  48. DEFAULT_B_sell_strategy = RSI
  49. DEFAULT_B_sell_value = 40
  50.  
  51. DEFAULT_trailing_profit = 0.16
  52.  
  53. #---------------------------
  54. #Hidden Pairs
  55. #---------------------------
  56. BNB_trading_enabled = false
  57.  
  58. #---------------------------
  59. #Panic Buttons
  60. #---------------------------
  61. #PPT_panic_sell_enabled = true
  62.  
  63. DEFAULT_panic_sell_enabled = false
  64. DEFAULT_sell_only_mode_enabled = false
  65. DEFAULT_rebuy_timeout = 2
  66.  
  67. #---------------------------
  68. #Triggers
  69. #---------------------------
  70. price_trigger_market = BTC
  71. price_rise_trigger = 0
  72. price_rise_trigger_recover = 0
  73. price_drop_trigger = 0
  74. price_drop_recover_trigger = 0
  75.  
  76. #---------------------------
  77. #BTC BLACKLIST
  78. #---------------------------
  79. #TRX_trading_enabled = false
  80. #ADA_trading_enabled = false
  81. #XVG_trading_enabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement