Advertisement
Guest User

Untitled

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