trungvothanh / bett

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

Simple trader implementation #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a trading analyst.
I want to run simulation for a given trader implementation.
So that I can analyse trading strategy.
As proven by trader implementation is implemented:
- if(priceToBack > 2) then place bet (size: 5 price: priceToBack,
betType: back)
- if(priceToLay < 2) then place bet (size: 5 price: priceToLay,
betType: lay)

Original issue reported on code.google.com by daniel.k...@gmail.com on 19 Apr 2010 at 3:05

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 19 Apr 2010 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 7 Jun 2010 at 4:47

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 9 Jun 2010 at 4:51