-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about terminology #160
Comments
hey, it's the other way around. if you put an item on the TP to sell for 30s and I put the same item up for
|
Thanks a bunch ruben! :) |
@rubensayshi now Im a bit confused, Im looking at this item:
I am trying to understand how to calculate the profit from buying and selling these, for example if I bought this item at min_sale_unit_price (459), I would have to sell it at ([45.9 + 22.95 = 68.85] + 459) 527.85 to break even, and I was expecting to see the max_offer_unit_price around this number but in this case is 59, very low... so I think Im still not getting this right, could you please enlighten me a bit more? Thanks for your time |
It is like this: The lowest "buy at once" price is 459 while the highest offer to pay for that item ("sell at once") is at 59. That means the discrepancy between what people are willing to pay (59) and how much people want to get (459) is pretty high |
Could you please explain what these are?
max_offer_unit_price
,min_sale_unit_price
I think max_offer_unit_price is the most expensive selling listing in the TP, for example if fakeItem is being sold at a flat fee of 100 and I put a sell offer of 200 then the max_offer_unit_price would be 200, is this correct?
and if someone puts a buy order of 50 then the min_sale_unit_price is 50, am I right?
Thanks
The text was updated successfully, but these errors were encountered: