Advertisement
juanpinto1985

APPSETTINGS

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