Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. {
  2. "General": {
  3. "BaseCurrency": "BTC", // MARKET
  4. "BuyStrategy": "LOWBB", // ALL_buy_strategy
  5. "BuyValue": "15", // ALL_buy_value
  6. "BuyValueLimit": "0", // ALL_buy_value_limit used for SPREAD and CROSS strategies only
  7. "Cost": "3", // ALL_max_cost or or All_max_cost_percentage
  8. "DcaEnabled": "-3", // ALL_DCA_enabled
  9. "DcaMaxBuySpread": "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": "20", // 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.75", // sell_value in DCA.properties
  16. "DcaTrailingBuy": "0.15", // trailing_buy in DCA.properties
  17. "DcaTrailingProfit": "0.15", // 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,ARDR,SAFEX,BTA,DAR,DRACO,SLING,CRYPT,DOGE,UNO,SC,INCNT,NAUT,SJCX,NOTE,TKN,TIME", // these are coins where BASE_COIN_sell_only_mode will be true
  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", // All_max_buy_spread
  23. "MaxTrailingBuy": "0.3", // All_trailing_buy
  24. "MaxTrailingProfit": "0.3", // All_tailing_profit
  25. "MinBuyBalance": "50", // All_min_buy_balance or All_min_buy_balance_percentage
  26. "MinBuyPrice": "0.00005", // All_min_buy_price
  27. "MinBuyVolume": "150", // All_min_buy_volume
  28. "MinProfit": "0.55", // 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": "60", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  33. "NumberOfPairs": "15", // ALL_max_trading_pairs
  34. "SellStrategy": "GAIN", // ALL_sell_strategy
  35. "SellValue": "0.75", // ALL_sell_value
  36. "TopCurrenciesToCheck": "35" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  37. },
  38. "MarketConditions": {
  39. "Configs": [
  40. {
  41. "FolderName": "01-bear",
  42. "MaxTopCoinAverageChange": "-1.5",
  43. "BuyValueOffset": "-30"
  44. },
  45. {
  46. "FolderName": "02-boring",
  47. "MaxTopCoinAverageChange": "0.5"
  48. },
  49. {
  50. "FolderName": "03-bull",
  51. "MaxTopCoinAverageChange": "1000",
  52. "BuyValueOffset": "2"
  53. }
  54. ]
  55. },
  56. "Volume": {
  57. "Configs": [
  58. {
  59. "MaxVolume": "500",
  60. "TrailingBuyOffset": "10",
  61. "TrailingProfitOffset": "-20",
  62. "DcaEnabled": "-20"
  63. }
  64. ]
  65. },
  66. "PriceTrendChange": {
  67. "Configs": [
  68. {
  69. "MaxPriceTrendPercentageChange": "-5",
  70. "SellOnlyMode": "true",
  71. "SellValueOffset": "-20"
  72. },
  73. {
  74. "MaxPriceTrendPercentageChange": "0.5",
  75. "TrailingBuyOffset": "-70",
  76. "TrailingProfitOffset": "5"
  77. }
  78. ]
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement