ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Resume fabricator for config and strategy_state without targets #250

Closed jaonewguy closed 5 years ago

jaonewguy commented 5 years ago

For #230

jaonewguy commented 5 years ago

Does not resolve the 'autotrageur.' path change issue. Also does not include ability to override e1_targets and e2_targets. I think I can add them with some disgusting list of lists inside the yaml and then casting them with num_to_decimal though.

ronaldlam commented 5 years ago

I did come across this but it seems to be pretty much like rewriting the class again. But a different thought came to mind:

import sys
sys.path.append('autotrageur')