Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. {
  2. "General": {
  3.  
  4. "BaseCurrency": "BTC", // MARKET
  5. "BuyStrategy": "EMASPREAD", // ALL_buy_strategy
  6. "BuyValue": "-0.5", // ALL_buy_value
  7.  
  8. "Cost": "0.00222", // 23,22 USD | ALL_max_cost or All_max_cost_percentage
  9. "DcaEnabled": "-2.5", // ALL_DCA_enabled
  10. "DcaMaxBuySpread": "3", // max_buy_spread in DCA.properties
  11. "DcaMaxBuyTimes": "1", // max_buy_times in DCA.properties
  12. "DcaMaxCost": "0.00222", // 23,22 USD | max_cost in DCA.properties
  13. "DcaMinBuyBalance": "70", // min_buy_balance in DCA.properties depending on UseMinBuyBalancePercentage in hostsettings.json
  14.  
  15. "DcaSellTrigger": "1.75", // sell_trigger in DCA.properties
  16. "DcaSellStrategy": "GAIN", // sell_strategy in DCA.properties
  17. "DcaSellValue": "2.25", // sell_value in DCA.properties
  18. "DcaTrailingBuy": "0.30", // trailing_buy in DCA.properties
  19. "DcaTrailingProfit": "0.75", // trialing_profit in DCA.properties
  20.  
  21. "MaxBuySpread": "3", // All_max_buy_spread
  22. "MaxTrailingBuy": "0.30", // All_trailing_buy
  23. "MaxTrailingProfit": "7.5", // All_tailing_profit
  24.  
  25.  
  26. "MinBuyBalance": "50", // All_min_buy_balance or All_min_buy_balance_percentage
  27. "MinBuyPrice": "0.00001", // 0,104581 USD | All_min_buy_price
  28. "MinBuyVolume": "800", // All_min_buy_volume
  29. "MinProfit": "3.25", // All_min_profit
  30. "MinTrailingBuy": "0.25", // minumum the trailing buy after offsets can be
  31. "MinTrailingProfit": "1.25", // minumum the trailing buy after offsets can be
  32.  
  33. "SellStrategy": "GAIN", // ALL_sell_strategy
  34. "SellValue": "2.75", // ALL_sell_value
  35.  
  36. "MinutesForLongerTermTrend": "720", // minutes to measure trend for LongerTermPriceChange
  37. "MinutesToMeasureTrend": "30", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  38.  
  39. "NumberOfPairs": "3", // ALL_max_trading_pairs
  40. "ExcludedPairs": "SAFEX,ZEC,BURST,DCT,COVAL,AUR,SYNX,XMY,PKB,CLUB,BTG,1ST,FLO,RISE,SPHR,QWARK,GBG,EMC2,RCN,GRS,QRL,BITB,2GIVE,BLITZ,ERC20,EGC,FAIR,FLDC,DOGE,CPC,GBYTE,BCY,EXCL,BTCD,AMP,XMG,GLD,SLS,BLK,NBT,BTS,BTA,DAR,DRACO,SLING,CRYPT,DOGE,UNO,SC,INCNT,NAUT,SJCX,NOTE,TKN,TIME,",
  41. //"DcaExcluded": "0", // MOD, BCC, nach Verkauf blocken! coins you don't want DCA enabled for no matter what
  42.  
  43. "TopCurrenciesToCheck": "50" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  44. },
  45. "MarketConditions": {
  46. "Configs": [
  47. {
  48. "FolderName": "01-superbear",
  49. "MaxTopCoinAverageChange": "-3",
  50. "SellOnlyMode": "true",
  51. "DcaEnabled": "false"
  52. },
  53. {
  54. "FolderName": "02-bear",
  55. "MaxTopCoinAverageChange": "-1"
  56. },
  57. {
  58. "FolderName": "03-boring",
  59. "MaxTopCoinAverageChange": "0"
  60. },
  61. {
  62. "FolderName": "04-bull",
  63. "MaxTopCoinAverageChange": "3"
  64. },
  65. {
  66. "FolderName": "05-superbull",
  67. "MaxTopCoinAverageChange": "10000"
  68. }
  69. ]
  70. },
  71. "PriceTrendChange": {
  72. "Configs": [
  73. {
  74. "MaxPriceTrendPercentageChange": "-10000"
  75. },
  76. {
  77. "MaxPriceTrendPercentageChange": "-5",
  78. "TrailingProfitOffset": "-10",
  79. "DcaEnabled": "false",
  80. "SellOnlyMode": "true"
  81. },
  82. {
  83. "MaxPriceTrendPercentageChange": "-2",
  84. "TrailingProfitOffset": "-10"
  85. },
  86. {
  87. "MaxPriceTrendPercentageChange": "5"
  88. },
  89. {
  90. "MaxPriceTrendPercentageChange": "15000",
  91. "TrailingProfitOffset": "-10",
  92. "SellValueOffset": "-30",
  93. "SellOnlyMode": "true"
  94. }
  95. ]
  96. },
  97. "LongerTermPriceChange": {
  98. "Configs": [
  99. {
  100. "MaxPriceTrendPercentageChange": "-10000"
  101. },
  102. {
  103. "MaxPriceTrendPercentageChange": "-15",
  104. "TrailingProfitOffset": "-10",
  105. "SellOnlyMode": "true"
  106. },
  107. {
  108. "MaxPriceTrendPercentageChange": "10"
  109. },
  110. {
  111. "MaxPriceTrendPercentageChange": "10000",
  112. "TrailingProfitOffset": "-10",
  113. "SellOnlyMode": "true"
  114. }
  115. ]
  116. }
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement