Verified:

Slagpit Game profile

Administrator
Game Development
4592

Jun 2nd 2010, 18:52:24

Keep in mind that the page is meant to provide basic trend information only.

Detmer Game profile

Member
4244

Jun 2nd 2010, 19:03:01

Looks great. Seemingly no bugs. Too bad 1 hour is the smallest increment allowed, but I can certainly understand practical reasons for that.

Slagpit Game profile

Administrator
Game Development
4592

Jun 2nd 2010, 19:10:45

The one hour limit is artificial.

Detmer Game profile

Member
4244

Jun 2nd 2010, 19:18:18

Originally posted by Slagpit:
The one hour limit is artificial.


So you are saving ALL of the market data, rather than just min,max,volume in an hour interval? Any reason you chose to ceiling the input? Does it have anything to do with hitting intervals with no sales? I see now that there is a bug where if you search from the earliest to now in one hour intervals on mil strat you only get this:

Current Market: History
Current good: Military Strategy
Current time: Jun 2, 19:17
Time start Time end Min sold price Max sold price Avg price Total volume
May 31, 01:00 May 31, 02:00 $1011 $1011 $1,011.00 39,000

whereas if you do 12 hour intervals you get this:

Current Market: History
Current good: Military Strategy
Current time: Jun 2, 19:16
Time start Time end Min sold price Max sold price Avg price Total volume
May 30, 19:00 May 31, 07:00 $800 $1089 $1,043.21 158,857
May 31, 07:00 May 31, 19:00 $849 $999 $960.67 40,315
May 31, 19:00 Jun 1, 07:00 $800 $899 $842.50 18,750
Jun 1, 19:00 Jun 2, 07:00 $800 $850 $843.45 12,560

I assume that shows the consequence of hitting a blank interval, which I would consider a bug.

Slagpit Game profile

Administrator
Game Development
4592

Jun 2nd 2010, 19:29:41

Yeah that's definitely a bug. I'm working on fixing it.

Slagpit Game profile

Administrator
Game Development
4592

Jun 2nd 2010, 19:42:26

Ok, that should be fixed. We save all of the market transactions, primarily for two reasons: to provide the mtrans_feed and to detect cheating.

I'm open to changing the 1 hour limit. It just seemed like a natural cutoff point.

Detmer Game profile

Member
4244

Jun 2nd 2010, 20:04:34

I suppose for the purpose of this tool, one hour is a good limit. Any more detailed searches can be done on boxcar, which I feel only people with boxcar would really care to look up.