Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. {
  2. "PtFeeder": {
  3.  
  4. "BaseCurrency": "BTC", // THIS IS WHERE MARKET COMES FROM
  5. "MaxTrailingProfit": "3.5",
  6. "MinTrailingProfit": "1",
  7. "DefaultTrailingBuy": "2",
  8. "DefaultTrailingProfit": "1.7",
  9. "MaxTrailingBuy": "4",
  10. "MinTrailingBuy": "0.5",
  11. "HiddenCoins": "",
  12. "ExcludedCoins": "CLUB",
  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", // THIS IS WHERE THE SOM count comes from. The number of items in the CSV
  14. "MinutesForLongerTermTrend": "720",
  15. "MinutesToMeasureTrend": "120",
  16. "TopCurrenciesToCheck": "35"
  17. },
  18.  
  19. "Common": {
  20.  
  21. "KeepBalance": "0",
  22. "KeepBalancePercentage": "33",
  23. "MaxTradingPairs": "20", // THIS IS WHERE MAX PAIRS COMES FROM
  24. "OrderbookProfitCalculation": "true",
  25. "StartBalance": "0.35",
  26.  
  27. //DCA
  28. "DcaKeepBalance": "0",
  29. "DcaKeepBalancePercentage": "40",
  30. "DcaSomDcaBuyTrigger": "-12",
  31.  
  32. // Indicators
  33. "IndicatorsBbStd": "2",
  34. "IndicatorsBbCandlePeriod": "3600",
  35. "IndicatorsBbLength": "30",
  36.  
  37. "IndicatorsSmaCrossCandles": "1",
  38. "IndicatorsSmaCandlePeriod": "3600",
  39. "IndicatorsSmaFastLength": "13",
  40. "IndicatorsSmaSlowLength": "34",
  41.  
  42. "IndicatorsEmaCrossCandles": "1",
  43. "IndicatorsEmaCandlePeriod": "3600",
  44. "IndicatorsEmaFastLength": "20",
  45. "IndicatorsEmaSlowLength": "60",
  46.  
  47. "IndicatorsRsiCandlePeriod": "3600",
  48. "IndicatorsRsiLength": "14",
  49.  
  50. "IndicatorsStochLength": "90",
  51.  
  52. "IndicatorsMacdCandlePeriod": "3600",
  53. "IndicatorsMacdFastLength": "12",
  54. "IndicatorsMacdSlowLength": "26",
  55. "IndicatorsMacdSignal": "9",
  56.  
  57. "IndicatorsSomTriggerLength": "288"
  58. },
  59.  
  60. "Defaults": {
  61.  
  62.  
  63. "InitialCost": "0", // THIS IS WHERE INITIAL COST COMES FROM
  64. "InitialCostPercentage": "1.5",
  65.  
  66. "ABuyStrategy": "RSI",
  67. "ABuyValue": "40",
  68. "ABuyValueLimit": "0",
  69. "BBuyStrategy": "STOCHRSI",
  70. "BBuyValue": "0",
  71. "BBuyValueLimit": "0.3",
  72. "CBuyStrategy": "LOWBB",
  73. "CBuyValue": "80",
  74. "CBuyValueLimit": "-50",
  75. "DcaEnabled": "-15",
  76. "DCATrailingBuy": "1",
  77. "MaxBuySpread": "1",
  78. "MinOrderbookVolumePercentage": "100",
  79. "RebuyTimeout": "360",
  80.  
  81. "ASellStrategy": "GAIN",
  82. "ASellValue": "3",
  83. "BSellStrategy": "RSI",
  84. "BSellValue": "65",
  85. "CSellStrategy": "HIGHBB",
  86. "CSellValue": "20",
  87. "DSellStrategy": "STOCHRSI",
  88. "DSellValue": "0.6",
  89. "TakeProfitWaitTime": "60",
  90. "TakeProfitPercentage": "7",
  91.  
  92. "MinBuyPrice": "0",
  93. "MinBuyVolume": "175",
  94.  
  95. "DcaMaxCost": "0.04", // THIS IS WHERE DCA MAX COST COMES FROM
  96. "DcaMaxBuyTimes": "4",
  97. "DcaABuyStrategy": "RSI",
  98. "DcaABuyValue": "42",
  99. "DcaABuyValueLimit": "1",
  100. "DcaBBuyStrategy": "EMAGAIN",
  101. "DcaBBuyValue": "-0.5",
  102. "DcaBBuyValueLimit": "-3",
  103. "DcaBuyPercentage1": "75",
  104. "DcaBuyTrigger1": "-15",
  105. "DcaBuyPercentage2": "80",
  106. "DcaBuyTrigger2": "-18",
  107. "DcaBuyPercentage3": "100",
  108. "DcaBuyTrigger3": "-25",
  109. "DcaBuyPercentage4": "90",
  110. "DcaBuyTrigger4": "-30",
  111. "DcaASellStrategy": "GAIN",
  112. "DcaASellValue": "3",
  113. "DcaBSellStrategy": "RSI",
  114. "DcaBSellValue": "65",
  115. "DcaCSellStrategy": "HIGHBB",
  116. "DcaCSellValue": "20",
  117. "DcaDSellStrategy": "STOCHRSI",
  118. "DcaDSellValue": "0.6",
  119. "DcaMaxProfit": "0",
  120. "DcaMinBuyVolume": "0",
  121. "DcaMinOrderbookVolumePercentage": "50",
  122. "DcaIgnoreSellOnlyMode": "false",
  123. "DcaMaxBuySpread": "1.5",
  124. "DcaRebuyTimeout": "1440",
  125. "DcaStopLossTrigger": "0",
  126. "DcaStopLossTimeout": "1440",
  127. "DcaTakeProfitWaitTime": "180",
  128. "DcaTakeProfitPercentage": "7"
  129. },
  130.  
  131. // @BAS These are the Market Trend Actions. Each item in the config array is one box in the UI.
  132. "MarketConditionsGrouping": {
  133. "Configs": [
  134. {
  135. "Name": "Bearshitsinwoods",
  136. "MaxTopCoinAverageChange": "-5", // This is the trigger value. In the UI it is top coin. I can provide you with a hard coded list of "triggers" we need to show on the main screen.
  137. "MaxBuySpreadOffset": "-50",
  138. "MaxTradingPairsOffset": "-50",
  139. "MinBuyVolumeOffset": "100",
  140. "MinBuyPriceOffset": "150",
  141. "DcaStopLossTriggerOffset": "-100",
  142. "DcabuyTriggerOffset": "-100",
  143. "DcabuyTrigger1Offset": "-100",
  144. "DcaRebuyTimeoutOffset": "150",
  145. "DCATrailingBuyOffset": "100",
  146. "DcaABuyValueOffset": "75",
  147. "InitialCostPercentageOffset": "-100",
  148. "DcaTakeProfitWaitTimeOffset": "-200"
  149. },
  150.  
  151. {
  152. "Name": "Bear",
  153. "MaxTopCoinAverageChange": "-2",
  154. "DcaStopLossTriggerOffset": "-100",
  155. "DcabuyTriggerOffset": "-25",
  156. "MaxBuySpreadOffset": "-50",
  157. "MaxTradingPairsOffset": "-50",
  158. "MinBuyVolumeOffset": "100",
  159. "MinBuyPriceOffset": "150",
  160. "MinProfitOffset": "-20",
  161. "ABuyValueOffset": "-50",
  162. "ABuyLimitOffset": "-100",
  163. "TrailingBuyOffset": "100",
  164. "CBuyStrategy": "EMASPREAD",
  165. "CBuyValue": "-0.55",
  166. "Weight": "50",
  167. "InitialCostPercentageOffset": "-30",
  168. "DCATrailingBuyOffset": "75"
  169. },
  170. {
  171. "Name": "Little Bear",
  172. "DcaStopLossTriggerOffset": "-75",
  173. "MaxVwapTrendChange": "-0.5",
  174. "MaxTopCoinAverageChange": "-1",
  175. "MaxTradingPairsOffset": "-20",
  176. "DCATrailingBuyOffset": "50",
  177. "Override": {
  178. "ABuyStrategy": "LOWBB",
  179. "ABuyValue": "0",
  180. "ABuyLimit": "-15",
  181. "Weight": "50",
  182. "DcaMaxBuyTimes": "20",
  183. "DcaABuyStrategy": "LOWBB",
  184. "DcaABuyValue": "-10",
  185. "DcaBBuyStrategy": "RSI",
  186. "DcaBBuyValue": "25",
  187. "DcaBuyTrigger": "-5",
  188. "DcaASellValue": "0.65",
  189. "DcaBSellValue": "65",
  190. "TrailingBuyOffset": "100"
  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. // In the original UI by Helmi, each one of these sections below is a Coin Trend Action box. The bit inside the box, is the trigger value. There is only one trigger value unlike Market Conditions and I can provide you with a list if needs be.
  205. // Unlike market conditions, where there is a box for each item in the config array, with the Coin Trend actions, we are showing an item inside the box for each item in the config array.
  206. "PriceTrendChange": {
  207. "Configs": [
  208. {
  209. "MaxPriceTrendPercentageChange": "-10" // TRIGGER
  210. },
  211. {
  212. "MaxPriceTrendPercentageChange": "-5", // TRIGGER
  213. "ABuyValueOffset": "-200",
  214. "ABuyValueLimitOffset": "-200",
  215. "DcaABuyValueOffset": "-200",
  216. "DcaABuyValueLimitOffset": "-200"
  217. },
  218. {
  219. "MaxPriceTrendPercentageChange": "5" // TRIGGER
  220. },
  221. {
  222. "MaxPriceTrendPercentageChange": "1000000", // TRIGGER
  223. "ABuyValueOffset": "-200",
  224. "ABuyValueLimitOffset": "-200",
  225. "DcaABuyValueOffset": "-200",
  226. "DcaABuyValueLimitOffset": "-200"
  227. }
  228. ]
  229. },
  230. "NewCoinsGrouping": {
  231. "Configs": [
  232. {
  233. "CoinAge": "60", // TRIGGER
  234. "SellOnlyModeEnabled": "true",
  235. "TimeUnit": "Days"
  236. }
  237. ]
  238. },
  239. "ExchangeGrouping": {
  240. "Configs": [
  241. {
  242. "ExchangeName": "Bittrex", // TRIGGER
  243. "MinBuyVolumeOffset": "-70",
  244. "Override": {
  245. "IndicatorsEmaCandlePeriod": "900",
  246. "IndicatorsRsiCandlePeriod": "900"
  247. }
  248. }
  249. ]
  250. },
  251. "AverageCandleSizeGrouping": {
  252. "Configs": [
  253. {
  254. "MaxPercentageSizeOfPrice": "0.02", // TRIGGER
  255. "SellOnlyModeEnabled": "true"
  256. }
  257. ]
  258. },
  259. "DownsideVolatilityGrouping": {
  260. "Configs": [
  261. {
  262. "MaxChangeFromOpen": "1.5" // TRIGGER
  263. },
  264. {
  265. "MaxChangeFromOpen": "1000", // TRIGGER
  266. "SellOnlyModeEnabled": "true"
  267. }
  268. ]
  269. },
  270.  
  271. "VolumeTrendChangeGrouping": {
  272. "Configs": [
  273. {
  274. "MaxVolumeTrendPercentageChange": "-150",
  275. "SellOnlyModeEnabled": "true",
  276. "ASellValueOffset": "-25"
  277. },
  278. {
  279. "MaxVolumeTrendPercentageChange": "100"
  280. },
  281. {
  282. "MaxVolumeTrendPercentageChange": "150",
  283. "SellOnlyModeEnabled": "true",
  284. "ASellValueOffset": "-20"
  285. }
  286. ]
  287. },
  288. "PriceGrouping": {
  289. "Configs": [
  290. {
  291. "MaxPrice": "0.0005",
  292. "InitialCostPercentageOffset": "-30"
  293. },
  294. {
  295. "MaxPrice": "0.001",
  296. "InitialCostPercentageOffset": "-20"
  297. }
  298. ]
  299. },
  300.  
  301. "LongerTermPriceTrendChangeGrouping": {
  302. "Configs": [
  303. {
  304. "MaxPriceTrendPercentageChange": "-2", // TRIGGER
  305. "DcaEnabled": "-8",
  306. "Override": {
  307. "ABuyStrategy": "LOWBB",
  308. "ABuyValue": "-5",
  309. "ABuyLimit": "-15",
  310. "CBuyStrategy": "EMASPREAD",
  311. "CBuyValue": "-0.55",
  312. "DcaMaxBuyTimes": "5",
  313. "DcaABuyStrategy": "LOWBB",
  314. "DcaABuyValue": "-10",
  315. "DcaBBuyStrategy": "RSI",
  316. "DcaBBuyValue": "25",
  317. "DcaBuyTrigger": "-5",
  318. "DcaASellValue": "0.65",
  319. "DcaBSellValue": "45",
  320. "DcaIgnoreSellOnlyMode": "true",
  321. "Weight": "65"
  322. }
  323. },
  324. {
  325. "MaxPriceTrendPercentageChange": "6", // TRIGGER
  326. "ASellValueOffset": "30",
  327. "DcaTrailingBuyOffset": "-75",
  328. "DcaSellValueOffset": "30"
  329. }
  330. ]
  331. },
  332.  
  333. "UpsideDownsideVolatilityDifferenceGrouping": {
  334. "Configs": [
  335. {
  336. "MaxUpsideDownsideVolatilityDifference": "-3", // TRIGGER
  337. "SellOnlyModeEnabled": "true",
  338. "ASellValueOffset": "-20"
  339. },
  340. {
  341. "MaxUpsideDownsideVolatilityDifference": "10",
  342. "ASellValueOffset": "20",
  343. "TrailingBuyOffset": "-30"
  344. },
  345. {
  346. "MaxUpsideDownsideVolatilityDifference": "100000",
  347. "SellOnlyModeEnabled": "true",
  348. "ASellValueOffset": "30",
  349. "TrailingBuyOffset": "-40"
  350. }
  351. ]
  352. }
  353. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement