Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. strategies:
  2.  
  3. #---------------------------{orderback-luno-BTCZAR}-----------------------------
  4. - id: luno-orderback-BTCZAR
  5. type: copy
  6. debug: false
  7. enabled: true
  8. period: 90
  9. params:
  10. spread_bids: 0.015
  11. spread_asks: 0.015
  12. limit_asks_base: 0.09
  13. limit_bids_base: 0.09
  14. max_amount_per_order: 0.014
  15. levels_size: 300
  16. levels_count: 5
  17. side: both
  18. enable_orderback: false
  19. min_order_back_amount: 0.0005
  20. target:
  21. account_id: jdax-luno-orderback
  22. market_id: btczar
  23. sources:
  24. - account_id: luno-orderback
  25. market_id: XBTZAR
  26.  
  27. #---------------------------{microtrades-luno-BTCZAR}-----------------------------
  28. - id: jdax-microtrades-BTCZAR
  29. type: microtrades
  30. debug: false
  31. enabled: true
  32. period: 60
  33. period_random_delay: 2
  34. params:
  35. linked_strategy_id: luno-orderback-BTCZAR
  36. min_amount: 0.000001
  37. max_amount: 0.00001
  38. target:
  39. account_id: jdax-micro
  40. market_id: btczar
  41.  
  42. #---------------------------{copy-luno-BTCZAR}-----------------------------------
  43. - id: luno-copy-BTCZAR
  44. type: copy
  45. debug: false
  46. enabled: false
  47. period: 90
  48. params:
  49. spread_bids: 0.05
  50. spread_asks: 0.02
  51. limit_asks_base: 0.38
  52. limit_bids_base: 0.37
  53. max_amount_per_order: 0.034
  54. levels_size: 300
  55. levels_count: 10
  56. side: ask
  57. target:
  58. account_id: jdax-luno-copy
  59. market_id: btczar
  60. sources:
  61. - account_id: luno-copy
  62. market_id: XBTZAR
  63.  
  64. #---------------------------{orderback-kraken-BTCZAR}-------------------------------
  65. - id: kraken-orderback-BTCZAR
  66. type: copy
  67. debug: false
  68. enabled: false
  69. period: 90
  70. params:
  71. spread_bids: 0.0
  72. spread_asks: 0.065
  73. limit_asks_base: 0.4
  74. limit_bids_base: 0.4
  75. max_amount_per_order: 0.04
  76. levels_size: 2
  77. levels_count: 10
  78. side: ask
  79. enable_orderback: false
  80. min_order_back_amount: 0.00002
  81. fx:
  82. type: fixer
  83. api_key: 9a240c5501d733da8ff848eb3d8e66e4
  84. currency_from: EUR
  85. currency_to: ZAR
  86. target:
  87. account_id: jdax-kraken-orderback
  88. market_id: btczar
  89. sources:
  90. - account_id: kraken-orderback
  91. market_id: XBTEUR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement