ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Arbitrage: Persist the state of a failed live bot for easier continuation. #177

Closed jaonewguy closed 6 years ago

jaonewguy commented 6 years ago

Anytime a bot fails, the trade targets are lost, and so opportunities may also be lost. We should persist the state into a file, or database, etc. so that progress can pick up where we left off.

Use the save and restore functions to pickle in and out of the DB.