Possible Bug? Perhaps just a question from a newbie.
adam10414 opened this issue · 1 comments
adam10414 commented
Lines 269 to 286 in a52a4ec
It's listing buy price from sell orders, and sell price to buy orders. While this is expected, all of the buy orders are smaller than the sell orders. (Which is kind of expected if people are smart.)
What I don't understand is how does this tool predict a profit if we're selling the item at a loss?
awhipp commented
This function is getting the specific best price (sell and buy) for a specific itemId at a specific region/station.
When it comes to trading within a station, THIS IS NOT for instant earnings unlike hauling.
- Station trading is the process of setting a buy order and selling once someone sells to you. Here's more information: https://wiki.bravecollective.com/public/dojo/wiki/station_trading_complete_guide
- Hauling is instant profit (semi-instant since you need to travel). In that case you are buying instant orders, and selling to instant orders.