Advertisement
Guest User

Untitled

a guest
Jun 5th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. {
  2. "PtFeeder": {
  3. // These are specific to PT feeder.
  4. // This is needed by Feeder for its queries to the exchange and used as the MARKET for PT
  5. "BaseCurrency": "BTC",
  6. // These are used as the boundaries for the Calculate Trailing calculations
  7. "MaxTrailingProfit": "0.3",
  8. "MinTrailingProfit": "0.01",
  9. "MaxTrailingBuy": "0.3",
  10. "MinTrailingBuy": "0.01",
  11. "HiddenCoins": "BNB", // coins that will be hidden from the PT Monitor
  12. "ExcludedCoins": "BNB,NBT,DNT,AE,CHAT,VIA,ZIL", // coins you don't want PTF to create settings for. These will have no config generated and will appear in watchmode
  13. "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,XSEED,XTC,YBC", // these are coins where BASE_COIN_sell_only_mode will be true
  14. "MinutesForLongerTermTrend": "720", // minutes to measure trend for longer term trends
  15. "MinutesToMeasureTrend": "120", // minutes to measure trend for base coin trend, PriceTrendChange and volatility calc
  16. "TopCurrenciesToCheck": "35" // number of pairs to check from your exchange for MaxTopCoinAverageChange
  17. },
  18. // These are properties which will be translated directly without a DEFAULT at the start. ie are not pair specific
  19. "Common": {
  20. "KeepBalance": "0",
  21. "KeepBalancePercentage": "30",
  22. "MaxTradingPairs": "10",
  23. "OrderbookProfitCalculation": "true",
  24. "StartBalance": "0.5",
  25. "BtcDust": "0.00205",
  26. "EthDust": "0.0205",
  27. "UsdtDust": "1.05",
  28. "ConsecutiveBuyTrigger": "6",
  29. "ConsecutiveSellTrigger": "4",
  30. //DCA
  31. "DcaKeepBalance": "0",
  32. "DcaKeepBalancePercentage": "0",
  33. "DcaSomDcaBuyTrigger": "-5",
  34. "DcaOrderbookProfitCalculation": "true",
  35. // Indicators
  36. "IndicatorsBbStd": "2",
  37. "IndicatorsBbCandlePeriod": "300",
  38. "IndicatorsBbLength": "20",
  39. "IndicatorsSmaCrossCandles": "2",
  40. "IndicatorsSmaCandlePeriod": "300",
  41. "IndicatorsSmaFastLength": "8",
  42. "IndicatorsSmaSlowLength": "13",
  43. "IndicatorsEmaCrossCandles": "40",
  44. "IndicatorsEmaCandlePeriod": "300",
  45. "IndicatorsEmaFastLength": "8",
  46. "IndicatorsEmaSlowLength": "13",
  47. "IndicatorsRsiCandlePeriod": "300",
  48. "IndicatorsRsiLength": "14",
  49. "IndicatorsStochCandlePeriod": "1800",
  50. "IndicatorsStochLength": "90",
  51. "IndicatorsMacdCandlePeriod": "300",
  52. "IndicatorsMacdFastLength": "12",
  53. "IndicatorsMacdSlowLength": "26",
  54. "IndicatorsMacdSignal": "9",
  55. "IndicatorsSomTriggerLength": "288"
  56. },
  57. "Defaults": {
  58. // The following are the base values for pairs and translated directly to DEFAULT_ properties in pairs.properties
  59. // Buy strategy properties
  60. "InitialCost": "0",
  61. "InitialCostPercentage": "7",
  62. "ABuyStrategy": "EMACROSS",
  63. "ABuyValue": "-0.01",
  64. "ABuyValueLimit": "-3",
  65. "BBuyStrategy": "LOWBB",
  66. "BBuyValue": "25",
  67. "BBuyValueLimit": "-30",
  68. "CBuyStrategy": "RSI",
  69. "CBuyValue": "45",
  70. "CBuyValueLimit": "0",
  71. "DcaEnabled": "-1",
  72. "MaxBuySpread": "3",
  73. "MinOrderbookVolumePercentage": "101",
  74. "RebuyTimeout": "15",
  75. // Sell strategy properties
  76. "ASellStrategy": "GAIN",
  77. "ASellValue": "0.5",
  78. "BSellStrategy": "STOCHRSI",
  79. "BSellValue": "0.7",
  80. "TakeProfitWaitTime": "5",
  81. "TakeProfitPercentage": "0.25",
  82. "BuyMinChangePercentage": "-10",
  83. "BuyMaxChangePercentage": "30",
  84. // coin filters
  85. "MinBuyPrice": "0",
  86. "MinBuyVolume": "500",
  87. // DCA Properties
  88. //buy
  89. "DcaMaxCost": "1",
  90. "DcaMaxBuyTimes": "5",
  91. // DCA buy strategies
  92. "DcaABuyStrategy": "EMACROSS",
  93. "DcaABuyValue": "-0.02",
  94. "DcaABuyValueLimit": "-10",
  95. "DcaBBuyStrategy": "LOWBB",
  96. "DcaBBuyValue": "5",
  97. "DcaBBuyValueLimit": "-30",
  98. "DcaCBuyStrategy": "RSI",
  99. "DcaCBuyValue": "45",
  100. "DcaCBuyValueLimit": "0",
  101. "DcaBuyPercentage": "100",
  102. "DcaBuyTrigger": "-1.5",
  103. "DcaBuyTrigger1": "-2",
  104. "DcaBuyTrigger2": "-3.5",
  105. "DcaBuyTrigger3": "-4",
  106. "DcaBuyTrigger4": "-5",
  107. "DcaBuyTrigger5": "-7.5",
  108. "DcaBuyPercentage1": "100",
  109. "DcaBuyPercentage2": "50",
  110. "DcaBuyPercentage3": "33",
  111. "DcaBuyPercentage4": "25",
  112. "DcaBuyPercentage5": "20",
  113. // DCA sell strategies
  114. "DcaASellStrategy": "GAIN",
  115. "DcaASellValue": "1.5",
  116. "DcaBSellStrategy": "STOCHRSI",
  117. "DcaBSellValue": "0.7",
  118. "DcaMaxProfit": "0",
  119. "DcaMinBuyVolume": "100",
  120. "DcaMinOrderbookVolumePercentage": "100",
  121. "DcaIgnoreSellOnlyMode": "true",
  122. "DcaMaxBuySpread": "3",
  123. "DcaRebuyTimeout": "15",
  124. "DcaTakeProfitWaitTime": "15",
  125. "DcaTakeProfitPercentage": "2"
  126. },
  127. "MarketConditionsGrouping": {
  128. "Configs": [
  129. {
  130. "Name": "Bear",
  131. "MaxTopCoinAverageChange": "-5",
  132. "DcaStopLossTriggerOffset": "-100",
  133. "Override": {
  134. "ABuyStrategy": "EMACROSS",
  135. "ABuyValue": "-0.05",
  136. "ABuyValueLimit": "-30",
  137. "BBuyStrategy": "LOWBB",
  138. "BBuyValue": "0",
  139. "BBuyValueLimit": "-30",
  140. "CBuyStrategy": "RSI",
  141. "CBuyValue": "35",
  142. "CBuyValueLimit": "0",
  143. "DcaABuyStrategy": "EMACROSS",
  144. "DcaABuyValue": "-0.01",
  145. "DcaABuyValueLimit": "-30",
  146. "DcaBBuyStrategy": "LOWBB",
  147. "DcaBBuyValue": "-5",
  148. "DcaBBuyValueLimit": "-30",
  149. "DcaCBuyStrategy": "RSI",
  150. "DcaCBuyValue": "45",
  151. "DcaCBuyValueLimit": "0"
  152. }
  153. },
  154. {
  155. "Name": "Boring",
  156. "MaxTopCoinAverageChange": "2.5"
  157. },
  158. {
  159. "Name": "Bull",
  160. "MaxTopCoinAverageChange": "5",
  161. "InitialCostPercentageOffset": "-20"
  162. }
  163. ]
  164. },
  165. "PriceTrendChangeGrouping": {
  166. "Configs": [
  167. {
  168. "MaxPriceTrendPercentageChange": "-10"
  169. },
  170. {
  171. "MaxPriceTrendPercentageChange": "-5",
  172. "ABuyValueOffset": "-500", // emacross. -0.01
  173. "ABuyValueLimitOffset": "-200",
  174. "BBuyValueOffset": "-100",
  175. "BBuyValueLimitOffset": "-100",
  176. "DcaABuyValueOffset": "-500", // emacross - 0.01
  177. "DcaABuyValueLimitOffset": "-200",
  178. "DcaBBuyValueOffset": "-100", // lowbb - 35
  179. "DcaBBuyValueLimitOffset": "-100"
  180. },
  181. {
  182. "MaxPriceTrendPercentageChange": "7"
  183. },
  184. {
  185. "MaxPriceTrendPercentageChange": "1000000",
  186. "ABuyValueOffset": "-500", // emacross. -0.01
  187. "ABuyValueLimitOffset": "-200",
  188. "BBuyValueOffset": "-100",
  189. "BBuyValueLimitOffset": "-100",
  190. "DcaABuyValueOffset": "-500", // emacross - 0.01
  191. "DcaABuyValueLimitOffset": "-200",
  192. "DcaBBuyValueOffset": "-100", // lowbb - 35
  193. "DcaBBuyValueLimitOffset": "-100"
  194. }
  195. ]
  196. },
  197. "NewCoinsGrouping": {
  198. "Configs": [
  199. {
  200. "CoinAge": "3",
  201. "SellOnlyModeEnabled": "true",
  202. "TimeUnit": "Days"
  203. }
  204. ]
  205. },
  206. "ExchangeGrouping": {
  207. "Configs": [
  208. {
  209. "ExchangeName": "Bittrex" // If you want to PTF to drive two bots
  210. }
  211. ]
  212. },
  213. "AverageCandleSizeGrouping": {
  214. "Configs": [
  215. {
  216. "MaxPercentageSizeOfPrice": "0.02",
  217. "SellOnlyModeEnabled": "true",
  218. "DcaASellValueOffset": "-50", // gain
  219. "DcaBSellValueOffset": "-50", //rsi
  220. "ASellValueOffset": "-50", // gain
  221. "BSellValueOffset": "50" //rsi
  222. }
  223. ]
  224. },
  225. "DownsideVolatilityGrouping": {
  226. "Configs": [
  227. {
  228. "MaxChangeFromOpen": "1.5"
  229. },
  230. {
  231. "MaxChangeFromOpen": "1000",
  232. "SellOnlyModeEnabled": "true",
  233. "DcaASellValueOffset": "-50", // gain
  234. "DcaBSellValueOffset": "-50", //rsi
  235. "ASellValueOffset": "-50", // gain
  236. "BSellValueOffset": "50" //rsi
  237. }
  238. ]
  239. },
  240. "IntProperties": [
  241. "PendingOrderWaitTime",
  242. "DcaPendingOrderWaitTime"
  243. ],
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement