ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Arbitrage: Ability to resume with new configuration. #230

Closed jaonewguy closed 5 years ago

jaonewguy commented 5 years ago

Right now, we can resume with the previous configuration, and it is treated as an immutable.

We will require the ability to resume with a tweaked version of the previous configuration.

Simplest option to create a new top-level module which can alter an existing config db record and persist a new one (and update the resume fcf_state record to link to the new one)

jaonewguy commented 5 years ago

Might be biting off more than I can chew by saying I need to write some tests for this before closing...