Skalforus / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Buy orders that are smaller in volume than sell orders are left out. #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. export 2 different region files
2. notice large quantity sell orders and many small quantity buy orders
3. no trade routes found.

What is the expected output? What do you see instead?

Expected to see a few entries on the left side with cheap large quantity
orders, and many expensive low quantity buy orders on the right.
Instead, i don't see any of those trades at all.

What version of the product are you using? On what operating system?

Version K, on Vista

Please provide any additional information below.

Apparently this bug was a fix that went wrong or was misunderstood as being
a bug?

"Bug Fixes:
    * Minimum order amounts are taken into consideration. If a trade cannot
meet a minimum order requirement, it is thrown out. "

So according to the fix, all buy orders that are smaller than the sell
order are excluded even though the total amount in those smaller buy orders
may exceed the quantity of the sell order. Is this correct? If so, then
there's the error.

Had to use EVE trade finder to see what buy quantities had to be manually
added up so i could actually do the trade i saw. 

Original issue reported on code.google.com by MTassar...@gmail.com on 8 Mar 2010 at 2:42