You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: