Guest User

Untitled

a guest
Mar 14th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. server:
  2. port: 8083
  3. spring:
  4. profiles:
  5. include: openshift2
  6. jpa:
  7. hibernate:
  8. use-new-id-generator-mappings: false
  9. properties:
  10. hibernate:
  11. dialect: org.hibernate.dialect.MySQLDialect
  12. id:
  13. new_generator_mappings: false
  14.  
  15. arbitrage:
  16. config:
  17. positionSize: 0.000007
  18. minimalTransactionSize: 0.000007
  19. isTransactionOn: true
  20. transactionDelay: 1000
  21. minimalAccountBalance: 20
  22. maximalSpread: 8
  23. delayTimeBeforeTransaction: 1000
  24. dataPeriod: 780
  25. deviationMultiplier: 4
  26. currencyPair: USA500.IDX/USD
  27. storeToDatabase: true
  28. periodCollection: MINUTES
  29. stopLoss: 0.024
  30. takeProfit: 0.3
  31. turnOffBeforeWeekendDate: '0 50 19 * * FRI'
  32. turnOnAfterWeekendDate: '0 58 19 * * SUN'
  33. notification:
  34. recipient: kontakt.dudit@gmail.com, paykitson@gmail.com
  35.  
  36. exchange:
  37. forex:
  38. username: Doremus88
  39. password: Anime123!
  40. pin:
  41. url: 'http://platform.dukascopy.com/live_3/jforex_3.jnlp'
  42.  
  43. server:
  44. port: 8083
  45. spring:
  46. profiles:
  47. include: openshift2
  48. jpa:
  49. hibernate:
  50. use-new-id-generator-mappings: false
  51. properties:
  52. hibernate:
  53. dialect: org.hibernate.dialect.MySQLDialect
  54. id:
  55. new_generator_mappings: false
  56.  
  57. arbitrage:
  58. config:
  59. positionSize: 0.000009
  60. minimalTransactionSize: 0.000009
  61. isTransactionOn: true
  62. transactionDelay: 1000
  63. minimalAccountBalance: 20
  64. maximalSpread: 8
  65. delayTimeBeforeTransaction: 1000
  66. dataPeriod: 380
  67. deviationMultiplier: 3
  68. currencyPair: EUS.IDX/EUR
  69. storeToDatabase: true
  70. periodCollection: MINUTES
  71. stopLoss: 0.018
  72. takeProfit: 0.3
  73. turnOffBeforeWeekendDate: '0 50 19 * * FRI'
  74. turnOnAfterWeekendDate: '0 58 19 * * SUN'
  75. notification:
  76. recipient: kontakt.dudit@gmail.com, paykitson@gmail.com
  77.  
  78. exchange:
  79. forex:
  80. username: Him449
  81. password: Anime123!
  82. pin:
  83. url: 'http://platform.dukascopy.com/live_3/jforex_3.jnlp'
Add Comment
Please, Sign In to add comment