This feels like it should be something simplistic, but I can't see an obvious way to do it!
When I call listMarketBook I can get prices back, however there is no timestamp for the price, so I can't say whether the price has changed since I last refreshed.
Is there an obvious way to do this, or alternatively what approach do most people take? I presume the logical process is to create a database, then:
1) Download prices on each refresh (e.g. call listMarketBook for the desired market)
2) Compare prices from the most recent download to the previous one
3) If the change in price meets desired criteria, place bet
I would be very curious to know what approach people have taken, as it seems a bit odd to me not to include a timestamp and make this very simple (so I'm wondering if I'm just missing something really obvious)!
When I call listMarketBook I can get prices back, however there is no timestamp for the price, so I can't say whether the price has changed since I last refreshed.
Is there an obvious way to do this, or alternatively what approach do most people take? I presume the logical process is to create a database, then:
1) Download prices on each refresh (e.g. call listMarketBook for the desired market)
2) Compare prices from the most recent download to the previous one
3) If the change in price meets desired criteria, place bet
I would be very curious to know what approach people have taken, as it seems a bit odd to me not to include a timestamp and make this very simple (so I'm wondering if I'm just missing something really obvious)!


Comment