Skip to content
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

Leviathan trade execution is severely suboptimal #333

Open
masonwheeler opened this issue Sep 23, 2021 · 1 comment
Open

Leviathan trade execution is severely suboptimal #333

masonwheeler opened this issue Sep 23, 2021 · 1 comment

Comments

@masonwheeler
Copy link

Due to the way trading affects their departure schedule, the optimal strategy for trading with Leviathans is to wait to make the first trade until you max out Unobtainium. The script does not take this into account, eagerly making the first trade as soon as possible, thereby squandering a great deal of trading potential.

The rule should be, if ((the leviathans' days remaining > the point it will be reduced to after the first trade) && (unobtainium quantity < full)) do not trade;

@rherban
Copy link

rherban commented Apr 18, 2022

I agree that this is suboptimal and should be updated, but it can be mitigated by unchecking the limited flag.

But there is a slightly-related issue where (IMO) it should trade just before the leviathans disappear, regardless of how much you have saved up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants