Pages: [1] :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Faeryade
|
Posted - 2007.08.20 18:05:00 -
[1]
...and get the best transactions if possible!
Here are some maths I coded:
Bo : buy order, the one I'll sell things to So : sell order, the one I'll buy things from Bo.price : the price for one unit I'll sell So.price : the price for one unit I'll buy Bo.units : the number of units the buyer wants to buy So.units : the number of units the seller wants to sell Unit.volume : the volume taken by one unit of merchandise Unit.benefit : the benefit per unit I'll get from the transaction, where Unit.benefit = Bo.price - So.price Me.cargo : the space I have in my ship Me.cash : the cash I have in my wallet MaxUnitsTrans : the max number of units for the transaction, where MaxUnitsTrans = Min(Bo.units,So.units) MaxUnitsCargo : the max number of units I can carry, where MaxUnitsCargo = Me.cargo / UnitType.volume MaxUnitsCash : the max number of units I can buy from the seller, where MaxUnitsCash = Me.cash / So.price MaxUnits : the max number of units I'll buy and sell, where MaxUnits = Min(MaxUnitsTrans,MaxUnitsCargo,MaxUnitsCash) Total.benefit : the real cash I can get from the transaction, where Total.benefit = MaxUnits * Unit.benefit
I could have stopped here, but... what if I compare all Bo-So pairs and find these transactions: - Benefit 2M  - Benefit 1,8M  Well, let's go for the 2M! Yes? ... Let's see what could be hidden: - Benefit 2M, 20 jumps between Bo and So  - Benefit 1,8M, 3 jumps between Bo and So  Now let's go for the 1,8M, sure! So let's do the maths a little more.
Dist(Bo,So) : the distance (in jumps+1) between Buyer and Seller Total.benefitOverTime : the real cash for a jump, where Total.benefitOverTime = Total.benefit / Dist(Bo,So)
So, what if I get the following transactions ? - Benefit 150k / jump  - Benefit 120k / jump  Let's go for the 150k! Wait... ok, what's hidden there again? - Benefit 150k / jump, distance between me and So (lost time) 20 jumps  - Benefit 120k / jump, distance between me and So (lost time) 3 jumps  So let's add some maths again.
Total.theFinalBenefitOverTimeThing : ok, that's what I'll use to compair pairs of So and Bo Total.theFinalBenefitOverTimeThing = Total.benefit / (Dist(Me,So)+Dist(Bo,So))
This, computed for every pair the market offers, then sorted, gives me where I should go next. I could add a second step that gives me the best transaction between Me and So, not to travel with an empty cargo.
So what do you think about these maths? And what would you think about a program that makes such analyze? Or is EVE Market more complex?
|

Nanus Parkite
Mercenary Forces Exquisite Malevolence
|
Posted - 2007.08.20 19:07:00 -
[2]
It's good in principle but the problem is you have to manually export all the relevant data. By the time you've done all that the trained eye will already have spotted a good route.
|

Lance Fighter
Amarr
|
Posted - 2007.08.21 01:22:00 -
[3]
Edited by: Lance Fighter on 21/08/2007 01:22:35
Originally by: Nanus Parkite It's good in principle but the problem is you have to manually export all the relevant data. By the time you've done all that the trained eye will already have spotted a good route.
have you noticed the market export button? :)
This looks like a good idea, even though im not a trader...
Sell this program for isk? :P If its allowed.
edit LEASE the program for isk 
|

Alree
Amarr Talion Federal Navy Free Trade Zone.
|
Posted - 2007.08.21 08:13:00 -
[4]
You could be interested by this: EVE Trade Finder 1.6.2 --- EvE In Game TV Chan: EVEIN-GAMETV |

Ray McCormack
hirr
|
Posted - 2007.08.21 08:27:00 -
[5]
Originally by: Lance Fighter
Originally by: Nanus Parkite It's good in principle but the problem is you have to manually export all the relevant data. By the time you've done all that the trained eye will already have spotted a good route.
have you noticed the market export button? :)
That doesn't change the fact you still have to manually export the data.
|

Shinhan
Phoenix Knights Dark Nebula Galactic Empire
|
Posted - 2007.08.21 14:01:00 -
[6]
Originally by: Lance Fighter
have you noticed the market export button? :)
have you noticed there is not 1 region but many, many regions?
-- Selling apples, 1 signature each. ѼѼѼѼѼѼѼ |

Gawain Hill
|
Posted - 2007.08.21 15:03:00 -
[7]
Edited by: Gawain Hill on 21/08/2007 15:06:28 if you know someone who can look at all the prices of all items you'd want to trade work out the profit per jump and the next thing to buy and where to take it quicker than a computer and someone clicking an item pressing export data then hitting enter (you don't need to wait for anything to load by the way) and doing that for all the itmes
so if you know someone who can do ALL that faster than a person and a trade route finder i'd be impressed
Edit: if you sit in one region export all the data you want (takes about 2 mins to do ALL the trade items) then make 1 jump to the next region and do it all again in about 15 mins of region hopping in an intercepter on auto pilot hitting the mwd between gates you can export data on a half dozen regions and have all the most profitable trade rout info
can you do that in 15 mins for a half dozen regions and work out which items will make you the most isk per jump and how many of each item you have to buy
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |