Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "exchanges": [
  5. "BitMEX"
  6. ],
  7. "marginTrading": true,
  8. "tradeTotalBtc": 50,
  9. "warmUpMin": 0,
  10. "exchangeParams": [
  11. "testnet"
  12. ],
  13. "updateIndicatorsOnTrade": false,
  14. "flipPosition": false,
  15. "closePositionFirst": true,
  16. "strategies": {
  17. "TradingViewSignal": {
  18. "email": "tradingview@wolfbot.org",
  19. "password": "",
  20. "host": "",
  21. "port": 0,
  22. "tls": true,
  23. "checkMailSec": 12,
  24. "tradeDirection": "both",
  25. "buyWords": "buy",
  26. "sellWords": "sell",
  27. "closeWords": "close",
  28. "forceMaker": false,
  29. "pair": "USD_BTC",
  30. "candleSize": 1,
  31. "tradeStrategy": "",
  32. "enableLog": true
  33. },
  34. "StopLossTurn": {
  35. "order": "closeShort",
  36. "stop": 0,
  37. "stopLong": 0,
  38. "setback": 0.2,
  39. "setbackLong": 0.2,
  40. "time": 120,
  41. "updateTrailingStop": true,
  42. "reduceTimeByVolatility": false,
  43. "low": 52,
  44. "high": 56,
  45. "candleSize": 1,
  46. "pair": "USD_BTC",
  47. "enableLog": true
  48. },
  49. "TakeProfitPartial": {
  50. "percentage": 50,
  51. "order": "closeShort",
  52. "profit": 0.4,
  53. "time": 120,
  54. "reduceTimeByVolatility": false,
  55. "keepTrendOpen": true,
  56. "forceMaker": false,
  57. "minRate": 0,
  58. "candleSize": 1,
  59. "pair": "USD_BTC",
  60. "enableLog": true
  61. }
  62. }
  63. }
  64. ]
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement