Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. {
  2. "General": {
  3.  
  4. "BaseCurrency": "BTC", // MARKET
  5. "BuyStrategy": "EMASPREAD", // ALL_buy_strategy
  6. "BuyValue": "-0.75", // ALL_buy_value
  7.  
  8. "Cost": "0.00265", // 20.05 USD | ALL_max_cost or All_max_cost_percentage
  9. "DcaEnabled": "-0.5", // ALL_DCA_enabled
  10. "DcaMaxBuySpread": "2.5", // max_buy_spread in DCA.properties
  11. "DcaMaxBuyTimes": "1", // max_buy_times in DCA.properties
  12. "DcaMaxCost": "0.00265", // 20.05 USD | max_cost in DCA.properties
  13. "DcaMinBuyBalance": "0", // min_buy_balance in DCA.properties depending on UseMinBuyBalancePercentage in hostsettings.json
  14.  
  15. "DcaSellTrigger": "0.25", // sell_trigger in DCA.properties
  16. "DcaSellStrategy": "GAIN", // sell_strategy in DCA.properties
  17. "DcaSellValue": "0.25", // sell_value in DCA.properties
  18. "DcaTrailingBuy": "0.25", // trailing_buy in DCA.properties
  19. "DcaTrailingProfit": "0.25", // trialing_profit in DCA.properties
  20.  
  21. "MaxBuySpread": "2.5", // All_max_buy_spread
  22. "MaxTrailingBuy": "0.25", // All_trailing_buy
  23. "MaxTrailingProfit": "0.25", // All_tailing_profit
  24.  
  25. "SellStrategy": "GAIN", // ALL_sell_strategy
  26. "SellValue": "3.33", // ALL_sell_value
  27.  
  28. "MinBuyBalance": "0", // All_min_buy_balance or All_min_buy_balance_percentage
  29. "MinBuyPrice": "0.0000001", // 0.0007 USD | All_min_buy_price
  30. "MinBuyVolume": "999", // All_min_buy_volume
  31. "MinProfit": "3.33", // All_min_profit
  32. "MinTrailingBuy": "0.25", // minumum the trailing buy after offsets can be
  33. "MinTrailingProfit": "0.25", // minumum the trailing buy after offsets can be
  34.  
  35.  
  36. "MinutesForLongerTermTrend": "1440", // minutes to measure trend for LongerTermPriceChange
  37. "MinutesToMeasureTrend": "30", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  38.  
  39. "NumberOfPairs": "12", // ALL_max_trading_pairs
  40. "ExcludedPairs": "BNB,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": "BNB,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,",
  42. // MOD nach Verkauf blocken! coins you don't want DCA enabled for no matter what
  43.  
  44. "TopCurrenciesToCheck": "50", // number of pairs to check from your exchange for MaxTopCoinAverageChange
  45. },
  46. "MarketConditions": {
  47. "Configs": [
  48. {
  49. "FolderName": "01-superbear",
  50. "MaxTopCoinAverageChange": "-3",
  51. "SellOnlyMode": "true",
  52. "DcaEnabled": "false"
  53. },
  54. {
  55. "FolderName": "02-bear",
  56. "MaxTopCoinAverageChange": "-1"
  57. },
  58. {
  59. "FolderName": "03-boring",
  60. "MaxTopCoinAverageChange": "0"
  61. },
  62. {
  63. "FolderName": "04-bull",
  64. "MaxTopCoinAverageChange": "3"
  65. },
  66. {
  67. "FolderName": "05-superbull",
  68. "MaxTopCoinAverageChange": "10000"
  69. }
  70. ]
  71. },
  72. "PriceTrendChange": {
  73. "Configs": [
  74. {
  75. "MaxPriceTrendPercentageChange": "-10000"
  76. },
  77. {
  78. "MaxPriceTrendPercentageChange": "-5",
  79. "TrailingProfitOffset": "-10",
  80. "DcaEnabled": "false",
  81. "SellOnlyMode": "true"
  82. },
  83. {
  84. "MaxPriceTrendPercentageChange": "-2",
  85. "TrailingProfitOffset": "-10"
  86. },
  87. {
  88. "MaxPriceTrendPercentageChange": "5"
  89. },
  90. {
  91. "MaxPriceTrendPercentageChange": "15000",
  92. "TrailingProfitOffset": "-10",
  93. "SellValueOffset": "-30",
  94. "SellOnlyMode": "true"
  95. }
  96. ]
  97. },
  98. "LongerTermPriceChange": {
  99. "Configs": [
  100. {
  101. "MaxPriceTrendPercentageChange": "-10000"
  102. },
  103. {
  104. "MaxPriceTrendPercentageChange": "-15",
  105. "TrailingProfitOffset": "-10",
  106. "SellOnlyMode": "true"
  107. },
  108. {
  109. "MaxPriceTrendPercentageChange": "10"
  110. },
  111. {
  112. "MaxPriceTrendPercentageChange": "10000",
  113. "TrailingProfitOffset": "-10",
  114. "SellOnlyMode": "true"
  115. }
  116. ]
  117. }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement