Eve online trading bot. Read market data. (irrelevant)

(I found that you can simply use the export button in the market view…).
Hello. I have started creating my own trading bot for eve online. I am using Sanderling and I understand how it works.
AFAIK you need to get something on display to read from memory using Sanderling.
Upon clicking on a market item, I am trying to figure out how to retrieve the fully downloaded market data efficiently. I want not to scroll through the complete list of orders in order to save time.

I tried :

  • To decipher the relevant packet data.
  • To find the relevant bytecode using cheatengine.

Does someone have a clue ? Maybe reading memory like Sanderling do ?

2 Likes

Perhaps this might help: GitHub - Viir/sanderling-market

@Viir can u explain or link a forum post about ur Market bot and how it works?

I’m interested in maybe expanding it

I assume you refer to the market bot which is linked from my Github profile?
I did link to this bot to improve its visibility, but I did not work on this bot. So I don’t know more about how it works than what I can find in the discussions here on the forum.

I see a history of changes in this bot at Contributors to Viir/sanderling-market · GitHub These changes refer to C0ding-4Fun · GitHub as the author.

One more thing, to clarify what the solution to the original problem was:

so what does the bot actually do ? does it put new buy/sell orders up for you ?