Good morning
Just wondering if I wanted to test out a automated system I'm trying to develop is there a way I can speed test by doing a backtest on previous races or do I need to wait for an event to happen and gather results that way?
Regards
Back testing
It depends what you want to analyze. Your results can tell you a lot.
You can backtest on previous races using Flumine.
- ShaunWhite
- Posts: 10559
- Joined: Sat Sep 03, 2016 3:42 am
In principal you could use it but at this stage it's probably going to be too much for you, unless you're a python coder. Then you need to either collect api stream for at least 3 months or buy the pro historic data for about £200/mo.
Practice mode will test the logic of the automation but won't give especially accurate results, that's because your bet isn't actually in the market which might affect how that reacts.
Run it with min stakes for a day, and then use the Betfair bet history download to check your bets.
thanks a lot for that , i never thought about doing low stakes ill do it like that and get dataShaunWhite wrote: ↑Mon Dec 23, 2024 1:22 pmIn principal you could use it but at this stage it's probably going to be too much for you, unless you're a python coder. Then you need to either collect api stream for at least 3 months or buy the pro historic data for about £200/mo.
Practice mode will test the logic of the automation but won't give especially accurate results, that's because your bet isn't actually in the market which might affect how that reacts.
Run it with min stakes for a day, and then use the Betfair bet history download to check your bets.
thanks