Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

contentcreator.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

easyTradeContentCreator

Java service that creates the pricing data each minute.

Technologies used

  • Docker
  • Java
  • SQL
  • Stock exchange information - candle data

Logic

  1. ONCE: Clear the database.
  2. ONCE: Generate data for the last 24h.
  3. REPEAT: Generate 1 row for each instrument. If we generated second 24h of data, remove last days data. Wait 60 seconds.