Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
2,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.28 KB | None | 0 0
  1. {
  2. "pairs": {
  3. "bitmex_testnet": {
  4. "ETH/USD": {
  5. "trend": {
  6. "lastPrices": 3,
  7. "tickersQty": 50
  8. },
  9. "indicators": {
  10. "smaema_mm": {
  11. "full_name": "SMA/EMA signal",
  12. "notes": "Used to get LONG/SHORT signals for MM",
  13. "short_period": 5,
  14. "long_period": 20,
  15. "UTA_BUY": true,
  16. "UTA_SELL": true
  17. },
  18. "psar": {
  19. "full_name": "Parabolic SAR",
  20. "notes": "Trend finder: above prices is bearish, below prices is bullish",
  21. "acceleration_factor_step": 0.02,
  22. "acceleration_factor_maximum": 0.2,
  23. "UTA_BUY": true,
  24. "UTA_SELL": true
  25. }
  26. }
  27. }
  28. }
  29. },
  30. "indicators": {
  31. "bitmex_testnet": {
  32. "ad": {
  33. "full_name": "Accumulation/Distribution Line",
  34. "notes": "raising value or falling value compared to price, confirms the trend"
  35. },
  36. "adosc": {
  37. "full_name": "Accumulation/Distribution Oscillator",
  38. "notes": "raising above 0 or falling below 0 confirms the trend",
  39. "short_period": 3,
  40. "long_period": 10
  41. },
  42. "adx": {
  43. "full_name": "Average Directional Movement Index",
  44. "notes": "0/25 weak- 25/50 strong - 50/75 very strong - 75/100 extremely very strong",
  45. "period": 14
  46. },
  47. "adxr": {
  48. "full_name": "Average Directional Movement Rating",
  49. "notes": "A rising ADXR, with both the ADXR and DI+ above the DI- indicates a strengthening bullish market. A rising ADXR, with both the ADXR and DI- above DI+ indicates a strengthening bearish trend.",
  50. "period": 14
  51. },
  52. "ao": {
  53. "full_name": "Awesome Oscillator",
  54. "notes": "buy/sell when zero crossing"
  55. },
  56. "apo": {
  57. "full_name": "Absolute Price Oscillator",
  58. "notes": "buy/sell when zero crossing",
  59. "short_period": 10,
  60. "long_period": 20
  61. },
  62. "aroon": {
  63. "full_name": "Aroon",
  64. "notes": "up minus down indicates trend strenght for values +-70.",
  65. "period": 14
  66. },
  67. "aroonosc": {
  68. "full_name": "Aroon Oscillator",
  69. "notes": "Buy/sell if zero crossing",
  70. "period": 14
  71. },
  72. "atr": {
  73. "full_name": "Average True Range",
  74. "notes": "Measures volatility, higher values more volatility",
  75. "period": 14
  76. },
  77. "bbands": {
  78. "full_name": "Bollinger Bands",
  79. "period": 20,
  80. "stddev": 2
  81. },
  82. "bop": {
  83. "full_name": "Balance of Power",
  84. "notes": "Measures the power of bulls against bears"
  85. },
  86. "cci": {
  87. "full_name": "Commodity Channel Index",
  88. "notes": "LONG > 100 and close when back down 100, SHORT < -100 and close when back up -100",
  89. "period": 20
  90. },
  91. "cmo": {
  92. "full_name": "Chande Momentum Oscillator",
  93. "notes": "Momentum indicator, used on zero crossing",
  94. "period": 9
  95. },
  96. "cvi": {
  97. "full_name": "Chaikins Volatility",
  98. "notes": "Values going above zero indicates the market is moving. The great thing about the Chaikin indicator is that it often peaks at around the same time every single day. This means that is the perfect tool for helping to time your trades.",
  99. "period": 15
  100. },
  101. "dema": {
  102. "full_name": "Double Exponential Moving Average",
  103. "notes": "Offers less lag than EMA or MA",
  104. "fast_period": 9,
  105. "slow_period": 26
  106. },
  107. "di": {
  108. "full_name": "Directional Indicator",
  109. "notes": "di+ crossover di- for LONG, crossunder for SHORT",
  110. "period": 15
  111. },
  112. "dm": {
  113. "full_name": "Directional Movement",
  114. "notes": "Similar to Directional Indicator but works with HH/LL",
  115. "period": 15
  116. },
  117. "dpo": {
  118. "full_name": "Detrended Price Oscillator",
  119. "notes": "Overbought/Oversold indicator based on historical cyles of Max and min. Lagging.",
  120. "period": 21
  121. },
  122. "dx": {
  123. "full_name": "Directional Movement Index",
  124. "notes": "zero crossing signals",
  125. "period": 15
  126. },
  127. "ema": {
  128. "full_name": "Exponential Moving Average",
  129. "notes": "Exponential Moving Average. To use as crossing or SPREAD with others EMA or SMA",
  130. "fast_period": 9,
  131. "slow_period": 26
  132. },
  133. "emv": {
  134. "full_name": "Ease of Movement",
  135. "notes": "Trend indicator based on volume. Bullish when positive values, bearish when negative values"
  136. },
  137. "fisher": {
  138. "full_name": "Fisher Transform",
  139. "notes": "Trend reversal indicator. Signal crossing type",
  140. "period": 15
  141. },
  142. "fosc": {
  143. "full_name": "Forecast Oscillator",
  144. "notes": "Trend indicator, compared with prices. If negative indicates a possible bull, if positive indicates a possible bear",
  145. "period": 15
  146. },
  147. "hma": {
  148. "full_name": "Hull Moving Average",
  149. "notes": "Faster and less laggish MA",
  150. "fast_period": 9,
  151. "slow_period": 26
  152. },
  153. "kama": {
  154. "full_name": "Kaufman Adaptive Moving Average",
  155. "notes": "More reactive MA to noise and volatility",
  156. "fast_period": 9,
  157. "slow_period": 26
  158. },
  159. "kvo": {
  160. "full_name": "Klinger Volume Oscillator",
  161. "notes": "Zero crossing volume oscillator based on range+trend+volume.",
  162. "short_period": 8,
  163. "long_period": 16
  164. },
  165. "linreg": {
  166. "full_name": "Linear Regression",
  167. "notes": "A linear regression line used to forecast future prices",
  168. "period": 15
  169. },
  170. "linregintercept": {
  171. "full_name": "Linear Regression Intercept",
  172. "notes": "To use with Forecast and Linear Regression",
  173. "period": 15
  174. },
  175. "linregslope": {
  176. "full_name": "Linear Regression Slope",
  177. "notes": "zero crossing momentum based on linear regression",
  178. "period": 15
  179. },
  180. "macd": {
  181. "full_name": "Moving Average Convergence/Divergence",
  182. "short_period": 12,
  183. "long_period": 26,
  184. "signal_period": 9
  185. },
  186. "marketfi": {
  187. "full_name": "Market Facilitation Index",
  188. "notes": "Trend confirmator only if compared with volume"
  189. },
  190. "mass": {
  191. "full_name": "Mass Index",
  192. "notes": "Trend reversal indicator: when it comes back below 27 after crossover",
  193. "period": 10
  194. },
  195. "medprice": {
  196. "full_name": "Median Price",
  197. "notes": "Can be used as a filter for trend confirmations"
  198. },
  199. "mfi": {
  200. "full_name": "Money Flow Index",
  201. "notes": "overbought/oversold indicator for values above/below 70/30",
  202. "period": 14
  203. },
  204. "mom": {
  205. "full_name": "Momentum",
  206. "notes": "zero crossing momentum signal",
  207. "period": 10
  208. },
  209. "msw": {
  210. "full_name": "Mesa Sine Wave",
  211. "notes": "Sine/Lead crossing signals",
  212. "period": 15
  213. },
  214. "natr": {
  215. "full_name": "Normalized Average True Range",
  216. "notes": "This is normalized ATR and measures % of volatility.",
  217. "period": 14
  218. },
  219. "nvi": {
  220. "full_name": "Negative Volume Index",
  221. "notes": "Signals crossing with EMA 255. To use with PVI. NVI traces the pro, pro win the crowd money."
  222. },
  223. "obv": {
  224. "full_name": "On Balance Volume",
  225. "notes": "It moves faster than prices: the more it grows the more to expect bullish"
  226. },
  227. "ppo": {
  228. "full_name": "Percentage Price Oscillator",
  229. "notes": "Another zero crossing oscillator",
  230. "short_period": 12,
  231. "long_period": 26
  232. },
  233. "psar": {
  234. "full_name": "Parabolic SAR",
  235. "notes": "Trend finder: above prices is bearish, below prices is bullish",
  236. "acceleration_factor_step": 0.02,
  237. "acceleration_factor_maximum": 0.2
  238. },
  239. "pvi": {
  240. "full_name": "Positive Volume Index",
  241. "notes": "Signals crossing with EMA 255, to use with nvi. PVI traces the crowd: the crowd looses money"
  242. },
  243. "qstick": {
  244. "full_name": "Qstick",
  245. "notes": "Yet another zero crossing signals generator based on asian white/black Qsticks",
  246. "period": 14
  247. },
  248. "roc": {
  249. "full_name": "Rate of Change",
  250. "notes": "Yet another zero crossing signals generator. This one is good for spoofing bubbles as it is laggish than other momentum indicators.",
  251. "period": 9
  252. },
  253. "rocr": {
  254. "full_name": "Rate of Change Ratio",
  255. "notes": "Change between current price and price of n periods ago. Used to spot trends",
  256. "period": 15
  257. },
  258. "rsi": {
  259. "full_name": "Relative Strength Index",
  260. "notes": "The most famous overbought/oversold indicator",
  261. "period": 14
  262. },
  263. "sma": {
  264. "full_name": "Simple Moving Average",
  265. "notes": "Used for crossing with other SMAs or EMAs",
  266. "short_period": 8,
  267. "long_period": 16
  268. },
  269. "smaema": {
  270. "full_name": "SMA/EMA crossing",
  271. "notes": "Used for crossing with other SMAs or EMAs",
  272. "short_period": 5,
  273. "long_period": 20
  274. },
  275. "smaema_mm": {
  276. "full_name": "SMA/EMA signal",
  277. "notes": "Used to get LONG/SHORT signals for MM",
  278. "short_period": 5,
  279. "long_period": 20
  280. },
  281. "stoch": {
  282. "full_name": "Stochastic Oscillator",
  283. "notes": "Signal crossing generator",
  284. "k_period": 14,
  285. "k_slowing_period": 3,
  286. "d_period": 3
  287. },
  288. "stochrsi": {
  289. "full_name": "Stochastic RSI",
  290. "notes": "Overbought/Oversold indicator",
  291. "period": 14
  292. },
  293. "tema": {
  294. "full_name": "Triple Exponential Moving Average",
  295. "notes": "tema is actually a smartly smoothed MA that could confirm trend or signals on price crossing.",
  296. "short_period": 8,
  297. "long_period": 16
  298. },
  299. "tr": {
  300. "full_name": "True Range",
  301. "notes": "It is the distance between high and low. Maybe good to set a ping pong"
  302. },
  303. "trima": {
  304. "full_name": "Triangular Moving Average",
  305. "notes": "It is an average of average, basically double smoothed: makes it resistant to noise. Can be used on crossing with another trima on shorter periods, filtering volatility spikes.",
  306. "short_period": 8,
  307. "long_period": 16
  308. },
  309. "trix": {
  310. "full_name": "Trix",
  311. "notes": "A zero crossing oscillator that aims to filter all noises.",
  312. "period": 15
  313. },
  314. "tsf": {
  315. "full_name": "Time Series Forecast",
  316. "notes": "it aims to predict price of next bar. Based on same time series i used in Gunbot.",
  317. "period": 15
  318. },
  319. "typprice": {
  320. "full_name": "Typical Price",
  321. "notes": "sometimes used as prices line, it filters noises."
  322. },
  323. "ultosc": {
  324. "full_name": "Ultimate Oscillator",
  325. "notes": "One of the most famous modern overbough/oversold oscillators: it aims to anticipate entry points.",
  326. "short_period": 5,
  327. "medium_period": 14,
  328. "long_period": 20
  329. },
  330. "vhf": {
  331. "full_name": "Vertical Horizontal Filter",
  332. "notes": "It is a trend builder indicator: it grows when uptrend is forming and vice versa",
  333. "period": 15
  334. },
  335. "vidya": {
  336. "full_name": "Variable Index Dynamic Average",
  337. "notes": "This is a moving average that changes dynamically based on volatility.",
  338. "short_period": 8,
  339. "long_period": 16,
  340. "short_period_cross": 50,
  341. "long_period_cross": 200,
  342. "alpha": 0.2
  343. },
  344. "volatility": {
  345. "full_name": "Annualized Historical Volatility",
  346. "notes": "a volatility meter",
  347. "period": 10
  348. },
  349. "vosc": {
  350. "full_name": "Volume Oscillator",
  351. "notes": "It compares 2 MA based on volume: growing values would confirm uptrend of prices and viceversa",
  352. "short_period": 8,
  353. "long_period": 16
  354. },
  355. "vwma": {
  356. "full_name": "Volume Weighted Moving Average",
  357. "notes": "To use with a SMA crossing to spot breakouts",
  358. "period": 14,
  359. "sma_period": 7
  360. },
  361. "wad": {
  362. "full_name": "Williams Accumulation/Distribution",
  363. "notes": "It anticipates HH/LL of prices: if prices have an HH but wad doesnt, sell; if prices have a LL but wad doesnt, buy"
  364. },
  365. "wcprice": {
  366. "full_name": "Weighted Close Price",
  367. "notes": "Can be used instead of Typical Price: it is weighed and includes high,low and close in a single point per bar"
  368. },
  369. "wilders": {
  370. "full_name": "Wilders Smoothing",
  371. "notes": "It is a more heavily smoothed MA",
  372. "short_period": 8,
  373. "long_period": 16
  374. },
  375. "willr": {
  376. "full_name": "Williams %R",
  377. "notes": "A simpler but effective overbought/oversold: overbought above -20, oversold below -80",
  378. "period": 14
  379. },
  380. "wma": {
  381. "full_name": "Weighted Moving Average",
  382. "notes": "The classic weighted MA: it aims to filter noises and spikes",
  383. "short_period": 8,
  384. "long_period": 16
  385. },
  386. "zlema": {
  387. "full_name": "Zero-Lag Exponential Moving Average",
  388. "notes": "It aims to zero lag for MA",
  389. "short_period": 8,
  390. "long_period": 16
  391. }
  392. }
  393. },
  394. "exchanges": {
  395. "binance": {
  396. "key": "api",
  397. "secret": "secret",
  398. "masterkey": "api",
  399. "mastersecret": "secret",
  400. "key2": "api",
  401. "secret2": "secret",
  402. "passphrase": "123456",
  403. "delay": 20,
  404. "REST_delay": 30,
  405. "TRADING_FEES": 0.25,
  406. "TRADES_INTERVAL": 15,
  407. "filteredPairs": [
  408. "Hydro"
  409. ],
  410. "filteredBags": [],
  411. "includeCoins": [],
  412. "Volume1st": {},
  413. "Volume2nd": {},
  414. "Volume3rd": {}
  415. }
  416. },
  417. "telegram": {
  418. "TELEGRAM_ENABLED": true,
  419. "TELEGRAM_NICK": "UTA",
  420. "TOKEN": "yourtoken",
  421. "chat_id": 1234560000
  422. }
  423. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement