Taketrung / betting-ai

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

Trader optimisation for price variable adopting steepest ascent hill climbing algorithm #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As a trader 
I want to run trader optimisation
So that I can find optimal trading strategy

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

GoogleCodeExporter commented 9 years ago
Proof of concept:

if (bestPrices._1.price > candidate) ctx.fillBet(2, bestPrices._1.price, BACK, 
runnerId)

Original comment by daniel.k...@gmail.com on 10 Dec 2010 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 13 Dec 2010 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 15 Dec 2010 at 7:34