bug-or-feature / pysystemtrade-fsb

Systematic spread betting in Python
https://pysystemtrade-fsb.bugorfeature.net/
GNU General Public License v3.0
10 stars 2 forks source link

Epic discovery logic error #31

Closed bug-or-feature closed 1 year ago

bug-or-feature commented 1 year ago

sysproduction/run_epic_discovery.py needs a tweak. Currently if the process to check an epic fails due to the network being down, it will write a list of empty epics to the db, causing the FSB report to wrongly report epic period mismatches. Instead it should not write anything to the db; any changes will be picked up on next run

bug-or-feature commented 1 year ago

Complete in April 2023