Guest User

Untitled

a guest
Mar 19th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. server:
  2. port: 8080
  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.000002
  18. minimalTransactionSize: 0.000002
  19. isTransactionOn: true
  20. transactionDelay: 1000
  21. minimalAccountBalance: 20
  22. maximalSpread: 8
  23. delayTimeBeforeTransaction: 1000
  24. dataPeriod: 280
  25. deviationMultiplier: 3
  26. currencyPair: FRA.IDX/EUR
  27. storeToDatabase: true
  28. periodCollection: MINUTES
  29. stopLoss: 0.018
  30. takeProfit: 0.051
  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: Him449
  39. password:
  40. pin:
  41. url: 'http://platform.dukascopy.com/live_3/jforex_3.jnlp'
Add Comment
Please, Sign In to add comment