Advertisement
Guest User

Feeder AppSettings

a guest
Apr 20th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. {
  2. "PtFeeder": {
  3. // These are specific to PT feeder.
  4.  
  5. // This is needed by Feeder for its queries to the exchange and used as the MARKET for PT
  6. "BaseCurrency": "BTC",
  7.  
  8. // These are used as the boundaries for the Calculate Trailing calculations
  9. "MaxTrailingProfit": "0.3",
  10. "MinTrailingProfit": "0.01",
  11. "MaxTrailingBuy": "0.3",
  12. "MinTrailingBuy": "0.01",
  13.  
  14. "HiddenCoins": "", // coins that will be hidden from the PT Monitor
  15. "ExcludedCoins": "BNB,ADA,XVC,XLM", // coins you don't want PTF to create settings for. These will have no config generated and will appear in watchmode
  16. "SomOnlyCoins": "8BIT,ADC,AM,AMS,APEX,ARB,BITS,BITZ,BLC,BOB,BSTY,BTA,CCN,CRBIT,CRYPT,DAR,DGC,DRACO,DTC,FC2,FRK,FSC2,GEMZ,GHC,GP,GRT,HKG,HYPER,HZ,J,KR,LXC,MAX,MEC,METAL,MND,MTR,MZC,NAUT,NET,NEU,NTRN,OC,ORB,PRIME,PXI,ROOT,SCOT,SCRT,SFR,SLG,SLING,SOON,SPRTS,SSD,STEPS,STV,SWING,TES,TIT,TRI,TRK,U,UFO,UNIQ,UNIT,UNO,UTC,VIOR,VIRAL,VPN,WARP,XAUR,XBB,XC,XCO,XDQ,XPY,XQN,XVC,XSEED,XTC,YBC", // these are coins where BASE_COIN_sell_only_mode will be true
  17.  
  18. "MinutesForLongerTermTrend": "720", // minutes to measure trend for longer term trends
  19. "MinutesToMeasureTrend": "120", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  20. "TopCurrenciesToCheck": "35" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  21. },
  22.  
  23. // These are properties which will be translated directly without a DEFAULT at the start. ie are not pair specific
  24. "Common": {
  25.  
  26. "KeepBalance": "0.1",
  27. "KeepBalancePercentage": "20",
  28. "MaxTradingPairs": "10",
  29. "OrderbookProfitCalculation": "true",
  30. "StartBalance": "0",
  31.  
  32. "BtcDust": "0.00105",
  33. "EthDust": "0.0205",
  34. "UsdtDust": "1.05",
  35.  
  36. "ConsecutiveBuyTrigger": "6",
  37. "ConsecutiveSellTrigger": "4",
  38.  
  39. //DCA
  40. "DcaKeepBalance": ".1",
  41. "DcaKeepBalancePercentage": "10",
  42. "DcaSomDcaBuyTrigger": "-7",
  43. "DcaOrderbookProfitCalculation": "true",
  44.  
  45. // Indicators
  46. "IndicatorsBbStd": "2",
  47. "IndicatorsBbCandlePeriod": "300",
  48. "IndicatorsBbLength": "20",
  49.  
  50. "IndicatorsSmaCrossCandles": "2",
  51. "IndicatorsSmaCandlePeriod": "300",
  52. "IndicatorsSmaFastLength": "8",
  53. "IndicatorsSmaSlowLength": "13",
  54.  
  55. "IndicatorsEmaCrossCandles": "3",
  56. "IndicatorsEmaCandlePeriod": "300",
  57. "IndicatorsEmaFastLength": "8",
  58. "IndicatorsEmaSlowLength": "13",
  59.  
  60. "IndicatorsRsiCandlePeriod": "300",
  61. "IndicatorsRsiLength": "14",
  62.  
  63. "IndicatorsStochCandlePeriod ": "14",
  64.  
  65. "IndicatorsMacdCandlePeriod": "300",
  66. "IndicatorsMacdFastLength": "12",
  67. "IndicatorsMacdSlowLength": "26",
  68. "IndicatorsMacdSignal": "9",
  69.  
  70. "IndicatorsSomTriggerLength": "288"
  71. },
  72.  
  73. "Defaults": {
  74.  
  75. // The following are the base values for pairs and translated directly to DEFAULT_ properties in pairs.properties
  76.  
  77. // Buy strategy properties
  78. "InitialCost": "0.0012",
  79. "InitialCostPercentage": "5",
  80.  
  81. "ABuyStrategy": "EMASPEAD",
  82. "ABuyValue": "-0.69",
  83. "ABuyValueLimit": "0",
  84. "BBuyStrategy": "LOWBB",
  85. "BBuyValue": "20",
  86. "BBuyValueLimit": "0",
  87. "CBuyStrategy": "RSI",
  88. "CBuyValue": "45",
  89. "CBuyValueLimit": "0",
  90. "DBuyValueLimit": "MACD",
  91. "DBuyValue": "-0.00000001",
  92. "DBuyStrategy": "0",
  93.  
  94. "DcaEnabled": "-4",
  95. "MaxBuySpread": "0.7",
  96. "MinOrderbookVolumePercentage": "105",
  97. "RebuyTimeout": "15",
  98.  
  99. // Sell strategy properties
  100. "ASellStrategy": "GAIN",
  101. "ASellValue": "0.79",
  102. "BSellStrategy": "RSI",
  103. "BSellValue": "55",
  104. "CSellStrategy": "HIGHBB",
  105. "CSellValue": "20",
  106.  
  107. "TakeProfitWaitTime": "5",
  108. "TakeProfitPercentage": "1",
  109.  
  110. "BuyMinChangePercentage": "-3",
  111. "BuyMaxChangePercentage": "30",
  112.  
  113. // coin filters
  114. "MinBuyPrice": "0.00000600",
  115. "MinBuyVolume": "100",
  116.  
  117. // DCA Properties
  118.  
  119. //buy
  120. "DcaMaxCost": "0.032",
  121. "DcaMaxBuyTimes": "5",
  122.  
  123. // DCA buy strategies
  124. "DcaABuyStrategy": "ANDERSON",
  125. "DcaBBuyStrategy": "LOWBB",
  126. "DcaBBuyValue": "10",
  127. "DcaBBuyValueLimit": "0",
  128. "DcaCBuyStrategy": "MACD",
  129. "DcaCBuyValue": "-0.00000001",
  130. "DcaCBuyValueLimit": "0",
  131. "DcaDBuyStrategy": "RSI",
  132. "DcaDBuyValue": "45",
  133. "DcadBuyValueLimit": "0",
  134.  
  135. "DcaBuyPercentage": "100",
  136. "DcaBuyTrigger": "-5.4",
  137.  
  138. "DcaBuyTrigger1": "-5.4",
  139. "DcaBuyTrigger2": "-11.5",
  140. "DcaBuyTrigger3": "-16.5",
  141. "DcaBuyTrigger4": "-23.5",
  142. "DcaBuyTrigger5": "-37.5",
  143.  
  144. "DcaBuyPercentage1": "100",
  145. "DcaBuyPercentage2": "100",
  146. "DcaBuyPercentage3": "100",
  147. "DcaBuyPercentage4": "100",
  148. "DcaBuyPercentage5": "100",
  149.  
  150. // DCA sell strategies
  151. "DcaASellStrategy": "HIGHBB",
  152. "DcaASellValue": "20",
  153. "DcaBSellStrategy": "GAIN",
  154. "DcaBSellValue": "0.6",
  155. "DcaCSellStrategy": "RSI",
  156. "DcaCSellValue": "55",
  157.  
  158. "DcaMaxProfit": "0",
  159.  
  160. "DcaMinBuyVolume": "100",
  161.  
  162. "DcaMinOrderbookVolumePercentage": "100",
  163.  
  164. "DcaIgnoreSellOnlyMode": "true",
  165.  
  166. "DcaMaxBuySpread": "3",
  167.  
  168. "DcaRebuyTimeout": "15",
  169.  
  170. "DcaTakeProfitWaitTime": "15",
  171. "DcaTakeProfitPercentage": "1"
  172. },
  173.  
  174. "MarketConditionsGrouping": {
  175. "Configs": [
  176. {
  177. "Name": "Bear",
  178. "MaxTopCoinAverageChange": "-5",
  179. "DcaStopLossTriggerOffset": "-100",
  180. "Override": {
  181. "ABuyStrategy": "EMACROSS",
  182. "ABuyValue": "-0.05",
  183. "ABuyValueLimit": "-30",
  184. "BBuyStrategy": "LOWBB",
  185. "BBuyValue": "0",
  186. "BBuyValueLimit": "-30",
  187. "CBuyStrategy": "RSI",
  188. "CBuyValue": "35",
  189. "CBuyValueLimit": "0",
  190.  
  191. "DcaABuyStrategy": "EMACROSS",
  192. "DcaABuyValue": "-0.01",
  193. "DcaABuyValueLimit": "-30",
  194. "DcaBBuyStrategy": "LOWBB",
  195. "DcaBBuyValue": "-5",
  196. "DcaBBuyValueLimit": "-30",
  197. "DcaCBuyStrategy": "RSI",
  198. "DcaCBuyValue": "45",
  199. "DcaCBuyValueLimit": "0"
  200. }
  201. },
  202. {
  203. "Name": "Boring",
  204. "MaxTopCoinAverageChange": "2.5"
  205. },
  206. {
  207. "Name": "Bull",
  208. "MaxTopCoinAverageChange": "5",
  209. "InitialCostPercentageOffset": "-20"
  210. }
  211. ]
  212. },
  213. "PriceTrendChangeGrouping": {
  214. "Configs": [
  215. {
  216. "MaxPriceTrendPercentageChange": "-10"
  217. },
  218. {
  219. "MaxPriceTrendPercentageChange": "-5",
  220. "ABuyValueOffset": "-500", // emacross. -0.01
  221. "ABuyValueLimitOffset": "-200",
  222. "BBuyValueOffset": "-100",
  223. "BBuyValueLimitOffset": "-100",
  224. "DcaABuyValueOffset": "-500", // emacross - 0.01
  225. "DcaABuyValueLimitOffset": "-200",
  226. "DcaBBuyValueOffset": "-100", // lowbb - 35
  227. "DcaBBuyValueLimitOffset": "-100"
  228. },
  229. {
  230. "MaxPriceTrendPercentageChange": "7"
  231. },
  232. {
  233. "MaxPriceTrendPercentageChange": "1000000",
  234. "ABuyValueOffset": "-500", // emacross. -0.01
  235. "ABuyValueLimitOffset": "-200",
  236. "BBuyValueOffset": "-100",
  237. "BBuyValueLimitOffset": "-100",
  238. "DcaABuyValueOffset": "-500", // emacross - 0.01
  239. "DcaABuyValueLimitOffset": "-200",
  240. "DcaBBuyValueOffset": "-100", // lowbb - 35
  241. "DcaBBuyValueLimitOffset": "-100"
  242. }
  243. ]
  244. },
  245. "NewCoinsGrouping": {
  246. "Configs": [
  247. {
  248. "CoinAge": "3",
  249. "SellOnlyModeEnabled": "true",
  250. "TimeUnit": "Days"
  251. }
  252. ]
  253. },
  254. "ExchangeGrouping": {
  255. "Configs": [
  256. {
  257. "ExchangeName": "Bittrex" // If you want to PTF to drive two bots
  258. }
  259. ]
  260. },
  261. "AverageCandleSizeGrouping": {
  262. "Configs": [
  263. {
  264. "MaxPercentageSizeOfPrice": "0.02",
  265. "SellOnlyModeEnabled": "true",
  266. "DcaASellValueOffset": "-50", // gain
  267. "DcaBSellValueOffset": "-50", //rsi
  268. "ASellValueOffset": "-50", // gain
  269. "BSellValueOffset": "50" //rsi
  270. }
  271. ]
  272. },
  273. "DownsideVolatilityGrouping": {
  274. "Configs": [
  275. {
  276. "MaxChangeFromOpen": "1.5"
  277. },
  278. {
  279. "MaxChangeFromOpen": "1000",
  280. "SellOnlyModeEnabled": "true",
  281. "DcaASellValueOffset": "-50", // gain
  282. "DcaBSellValueOffset": "-50", //rsi
  283. "ASellValueOffset": "-50", // gain
  284. "BSellValueOffset": "50" //rsi
  285. }
  286. ]
  287. }
  288. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement