trungvothanh / bett

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

Create MarketDataCollectorLauncher #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a trading analyst.
I want to collect market data for markets on the Betfair betting exchange.
So that I can run market simulation and test trading strategy for a real market 
data.

As proven by:
Automated integration 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.
Command line interface is provided with the following input parameters: 
Betfair account credentials: user name, password and product id.
Time interval of the market data collection.

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

GoogleCodeExporter commented 8 years ago
TODO:
- Implement UserInputParser
- Print application header and error message for wrong input parameters
- Start scheduler for the MarketDataCollectorTask
- Automated tests for:
   - Wrong input parameters.
   - Correct input parameters and one data collection scenario. Integration test is   created, mocking BetFairAPI only.

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 3 Aug 2010 at 1:26