Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.79 KB | None | 0 0
  1. {
  2.   "General": {
  3.     "BaseCurrency": "BTC", // MARKET
  4.     "BuyStrategy": "EMASPREAD", // ALL_buy_strategy
  5.     "BuyValue": "-0.95", // ALL_buy_value
  6.     "Cost": "5", // ALL_max_cost or or All_max_cost_percentage
  7.     "DcaEnabled": "-2", // ALL_DCA_enabled
  8.     "DcaMaxBuySpread": "2", // max_buy_spread in DCA.properties
  9.     "DcaMaxBuyTimes": "3", // max_buy_times in DCA.properties
  10.     "DcaMaxCost": "0", // max_cost in DCA.properties
  11.     "DcaMinBuyBalance": "0", // min_buy_balance in DCA.properties depending on UseMinBuyBalancePercentage in hostsettings.json
  12.     "DcaSellTrigger": "0.4", // sell_trigger in DCA.properties
  13.     "DcaSellStrategy": "GAIN", // sell_strategy in DCA.properties
  14.     "DcaSellValue": "0.6", // sell_value in DCA.properties
  15.     "DcaTrailingBuy": "0.15", // trailing_buy in DCA.properties
  16.     "DcaTrailingProfit": "0.01", // trialing_profit in DCA.properties
  17.     "ExcludedPairs": "BNB", // coins you don't want PTF to create settings for. These will have no config generated and will appear in watchmode
  18.     "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
  19.     "DcaExcluded": "", // coins you don't want DCA enabled for no matter what
  20.     "MaxBuySpread": "1", // All_max_buy_spread
  21.     "MaxTrailingBuy": "0.207", // All_trailing_buy
  22.     "MaxTrailingProfit": "0.177", // All_tailing_profit
  23.     "MinBuyBalance": "30", // All_min_buy_balance or All_min_buy_balance_percentage
  24.     "MinBuyPrice": "0.00005", // All_min_buy_price
  25.     "MinBuyVolume": "500", // All_min_buy_volume
  26.     "MinProfit": "1", // All_min_profit
  27.     "MinTrailingBuy": "0.097", // minumum the trailing buy after offsets can be
  28.     "MinTrailingProfit": "0.097", // minumum the trailing buy after offsets can be
  29.     "MinutesForLongerTermTrend": "720", // minutes to measure trend for LongerTermPriceChange
  30.     "MinutesToMeasureTrend": "60", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  31.     "NumberOfPairs": "4", // ALL_max_trading_pairs
  32.     "SellStrategy": "GAIN", // ALL_sell_strategy
  33.     "SellValue": "1", // ALL_sell_value
  34.     "TopCurrenciesToCheck": "50" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  35.   },
  36.  "MarketConditions": {
  37.     "Configs": [
  38.       {
  39.         "FolderName": "01-superbear",
  40.         "MaxTopCoinAverageChange": "-5",
  41.         "SellOnlyMode": "true"
  42.       },
  43.       {
  44.         "FolderName": "02-bear",
  45.         "MaxTopCoinAverageChange": "-3",
  46.         "DcaTrailingBuyOffset": "20",
  47.         "DcaTrailingProfitOffset": "-20",
  48.         "DcaSellValueOffset": "-30",
  49.         "MaxPairsOffset": "-20",
  50.             "MinBaseCoinPriceChange": "2"
  51.       },
  52.       {
  53.         "FolderName": "03-boring",
  54.         "MaxTopCoinAverageChange": "-1",
  55.         "MinBaseCoinPriceChange": "1"
  56.       },
  57.       {
  58.         "FolderName": "04-bull",
  59.         "MaxTopCoinAverageChange": "5",
  60.         "DcaTrailingBuyOffset": "-15",
  61.         "DcaTrailingProfitOffset": "10",
  62.         "DcaSellValueOffset": "10"
  63.       },
  64.       {
  65.         "FolderName": "05-superbull",
  66.         "MaxTopCoinAverageChange": "1000",
  67.         "MinBaseCoinPriceChange": "-10000",
  68.         "DcaTrailingBuyOffset": "-20",
  69.         "DcaTrailingProfitOffset": "20",
  70.         "DcaSellValueOffset": "20",
  71.         "MinBuyBalanceOffset": "5",
  72.         "MaxPairsOffset": "20"
  73.       }
  74.     ]
  75.   },
  76.    "PriceTrendChange": {
  77.     "Configs": [
  78.       {
  79.         "MaxPriceTrendPercentageChange": "-5",
  80.         "TrailingProfitOffset": "-10",
  81.         "SellValueOffset": "-30",
  82.         "MaxBuySpreadOffset": "-20"
  83.       },
  84.       {
  85.         "MaxPriceTrendPercentageChange": "-2",
  86.         "CostOffset": "5",
  87.         "SellValueOffset": "-10"
  88.       },
  89.       {
  90.         "MaxPriceTrendPercentageChange": "5"
  91.       },
  92.       {
  93.         "MaxPriceTrendPercentageChange": "20",
  94.         "TrailingBuyOffset": "-5",
  95.         "TrailingProfitOffset": "5"
  96.       },
  97.       {
  98.         "MaxPriceTrendPercentageChange": "15000",
  99.         "TrailingProfitOffset": "-10",
  100.         "SellValueOffset": "-30",
  101.         "MaxBuySpreadOffset": "-20"
  102.       }
  103.     ]
  104.   },
  105.   "LongerTermPriceChange": {
  106.     "Configs": [
  107.       {
  108.         "MaxPriceTrendPercentageChange": "-10",
  109.         "TrailingProfitOffset": "-5",
  110.         "SellValueOffset": "-15",
  111.         "MaxBuySpreadOffset": "-20"
  112.       },
  113.       {
  114.         "MaxPriceTrendPercentageChange": "10"
  115.       },
  116.       {
  117.         "MaxPriceTrendPercentageChange": "10000",
  118.         "TrailingProfitOffset": "-10",
  119.         "SellValueOffset": "-30",
  120.         "MaxBuySpreadOffset": "-20"
  121.       }
  122.     ]
  123.   },
  124.   "AverageCandleSize": {
  125.     "Configs": [
  126.       {
  127.         "MaxPercentageSizeOfPrice": "0.025",
  128.         "SellOnlyMode": "true",
  129.         "SellValueOffset": "-30"
  130.       }
  131.     ]
  132.   }
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement