Tracking my buy orders for production. I pull Charactor Orders but its not offering the price I listed just average and adjusted. I wanted to have a daily view on if I need to update it etc or at least some tracking
As a sharing thing I give you =MAX(EVEONLINE.MARKET_ORDERS_STREAMING(10000002, B2, TRUE).price)
Which I thought was quite cool which supplies the highest buy price for that item so you can have a table of it than it spilling all the values B2 is Item ID and True its a buy Order.