Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. {
  2. "General": {
  3. "BaseCurrency": "BTC", // MARKET
  4. "BuyStrategy": "EMASPREAD", // ALL_buy_strategy
  5. "BuyValue": "-2.6", // ALL_buy_value
  6. "BuyValueLimit": "0", // ALL_buy_value_limit used for SPREAD and CROSS strategies only
  7. "Cost": "0.0026", // ALL_max_cost or or All_max_cost_percentage
  8. "DcaEnabled": "-3.8", // ALL_DCA_enabled
  9. "DcaMaxBuySpread": "2.1", // max_buy_spread in DCA.properties
  10. "DcaMaxBuyTimes": "5", // max_buy_times in DCA.properties
  11. "DcaMaxCost": "0", // max_cost in DCA.properties
  12. "DcaMinBuyBalance": "0", // min_buy_balance in DCA.properties depending on UseMinBuyBalancePercentage in hostsettings.json
  13. "DcaSellTrigger": "0.6", // sell_trigger in DCA.properties
  14. "DcaSellStrategy": "GAIN", // sell_strategy in DCA.properties
  15. "DcaSellValue": "0.79", // sell_value in DCA.properties
  16. "DcaTrailingBuy": "0.16", // trailing_buy in DCA.properties
  17. "DcaTrailingProfit": "0.2", // trialing_profit in DCA.properties
  18. "ExcludedPairs": "BNB", // coins you don't want PTF to create settings for. These will have no config generated and will appear in watchmode
  19. "SomOnlyPairs": "MTL,DGD,TRIG,MTL,SWIFT,EBST,CRB,OMNI,UKG,ARDR,SAFEX,BTA,MYST,DAR,EMC2,DRACO,SLING,CRYPT,DOGE,UNO,SC,INCNT,NAUT,SJCX,NOTE,TKN,TIME",
  20. "DcaExcluded": "", // coins you don't want DCA enabled for no matter what
  21. "EnabledPairsOnly": "", // Pairs that you only want to trade. If pairs are in here and the ExcludedList, they will not be traded
  22. "MaxBuySpread": "1.8", // All_max_buy_spread
  23. "MaxTrailingBuy": "0.26", // All_trailing_buy
  24. "MaxTrailingProfit": "0.18", // All_tailing_profit
  25. "MinBuyBalance": "0", // All_min_buy_balance or All_min_buy_balance_percentage
  26. "MinBuyPrice": "0.00005", // All_min_buy_price
  27. "MinBuyVolume": "175", // All_min_buy_volume
  28. "MinProfit": "0.76", // All_min_profit
  29. "MinTrailingBuy": "0.01", // minumum the trailing buy after offsets can be
  30. "MinTrailingProfit": "0.01", // minumum the trailing buy after offsets can be
  31. "MinutesForLongerTermTrend": "720", // minutes to measure trend for LongerTermPriceChange
  32. "MinutesToMeasureTrend": "50", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  33. "NumberOfPairs": "6", // ALL_max_trading_pairs
  34. "SellStrategy": "GAIN", // ALL_sell_strategy
  35. "SellValue": "0.79", // ALL_sell_value
  36. "TopCurrenciesToCheck": "40" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  37. },
  38. "MarketConditions": {
  39. "Configs": [
  40. {
  41. "FolderName": "01-superbear",
  42. "MaxTopCoinAverageChange": "-1.9",
  43. "BuyValueOffset": "-230",
  44. "SellValueOffset": "-20",
  45. "TrailingProfitOffset": "-20",
  46. "DcaSellValueOffset": "-15",
  47. "MinProfitOffset": "-20",
  48. "MaxBuySpreadOffset": "-20",
  49. "MaxPairsOffset": "-30"
  50. },
  51. {
  52. "FolderName": "02-bear",
  53. "MaxTopCoinAverageChange": "-0.5",
  54. "BuyValueOffset": "-100",
  55. "SellValueOffset": "-10",
  56. "MaxBuySpreadOffset": "-15",
  57. "DcaTrailingBuyOffset": "20",
  58. "DcaTrailingProfitOffset": "-25",
  59. "DcaSellValueOffset": "-10",
  60. "MaxPairsOffset": "-15"
  61. },
  62. {
  63. "FolderName": "03-boring",
  64. "MaxTopCoinAverageChange": "1.5",
  65. "DcaSellValueOffset": "0"
  66. },
  67. {
  68. "FolderName": "04-bull",
  69. "MaxTopCoinAverageChange": "3",
  70. "MinProfitOffset": "13",
  71. "SellValueOffset": "13",
  72. "DcaTrailingBuyOffset": "-10",
  73. "DcaTrailingProfitOffset": "10",
  74. "DcaSellValueOffset": "10",
  75. "MaxPairsOffset": "35"
  76. },
  77. {
  78. "FolderName": "05-superbull",
  79. "MaxTopCoinAverageChange": "5",
  80. "SellValueOffset": "16",
  81. "MinProfitOffset": "16",
  82. "DcaTrailingBuyOffset": "-20",
  83. "DcaTrailingProfitOffset": "20",
  84. "DcaSellValueOffset": "20",
  85. "BuyValueOffset": "5"
  86. }
  87. ]
  88. },
  89. "Price": {
  90. "Configs": [
  91. {
  92. "MaxPrice": "0.0001",
  93. "BuyValueOffset": "-50",
  94. "CostOffset": "-5"
  95. },
  96. {
  97. "MaxPrice": "0.0005",
  98. "BuyValueOffset": "-50",
  99. "CostOffset": "-5"
  100. }
  101. ]
  102. },
  103. "PriceTrendChange": {
  104. "Configs": [
  105. {
  106. "MaxPriceTrendPercentageChange": "-5",
  107. "BuyValueOffset": "-15",
  108. "TrailingProfitOffset": "-10",
  109. "SellValueOffset": "-30",
  110. "MaxBuySpreadOffset": "-20"
  111. },
  112. {
  113. "MaxPriceTrendPercentageChange": "-2",
  114. "BuyValueOffset": "100",
  115. "CostOffset": "5",
  116. "SellValueOffset": "-15"
  117. },
  118. {
  119. "MaxPriceTrendPercentageChange": "5"
  120. },
  121. {
  122. "MaxPriceTrendPercentageChange": "20",
  123. "TrailingBuyOffset": "-25",
  124. "TrailingProfitOffset": "5"
  125. },
  126. {
  127. "MaxPriceTrendPercentageChange": "15000",
  128. "BuyValueOffset": "-10",
  129. "TrailingProfitOffset": "-10",
  130. "SellValueOffset": "-30",
  131. "MaxBuySpreadOffset": "-20"
  132. }
  133. ]
  134. },
  135. "LongerTermPriceChange": {
  136. "Configs": [
  137. {
  138. "MaxPriceTrendPercentageChange": "-10",
  139. "BuyValueOffset": "-10",
  140. "TrailingProfitOffset": "-10",
  141. "SellValueOffset": "-30",
  142. "MaxBuySpreadOffset": "-20"
  143. },
  144. {
  145. "MaxPriceTrendPercentageChange": "10"
  146. },
  147. {
  148. "MaxPriceTrendPercentageChange": "10000",
  149. "BuyValueOffset": "-10",
  150. "TrailingProfitOffset": "-10",
  151. "SellValueOffset": "-30",
  152. "MaxBuySpreadOffset": "-20"
  153. }
  154. ]
  155. },
  156. "AverageCandleSize": {
  157. "Configs": [
  158. {
  159. "MaxPercentageSizeOfPrice": "0.025",
  160. "SellOnlyMode": "true",
  161. "SellValueOffset": "-30"
  162. }
  163. ]
  164. }
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement