trungvothanh / bett

Automatically exported from code.google.com/p/betting-ai
1 stars 1 forks source link

Create MarketDataCollectorTask #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a MarketDataCollectorLauncher.
I want to schedule MarketDataCollectorTask.
So that I can collect market data with a given time interval.

As proven by:
- MarketDataCollectorTask is implemented and tests with automated tests

Acceptance criteria:
- Market data is collected in a format that is support by the MarketSimulator 
ver 1.0
- Market data is stored in text files (one file per one market)
- Market data is collected for all Horse Racing win only markets.
- Market data is collected starting 10 minutes before market start time until 
it's turned in play.

Blocked on:
MarketEventProducer is already developed and ready to use.

Original issue reported on code.google.com by daniel.k...@gmail.com on 23 Jun 2010 at 10:24

GoogleCodeExporter commented 8 years ago
TODO:
- Get market events from MarketEventProducer.
- Write market events to disk. Create/replace market file before the first 
write operation for the market.
- Integration tests are created, mocking Betfair api only.

Original comment by daniel.k...@gmail.com on 23 Jun 2010 at 12:18

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 28 Jul 2010 at 4:49

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 2 Aug 2010 at 3:34