BESTenergytrade / simply

Simulation of Electricity Markets in Python
MIT License
4 stars 1 forks source link

Delete parameter reset_market ? #205

Open TabeaMaria opened 11 months ago

TabeaMaria commented 11 months ago

Is 'reset_market' in config.txt still needed? What happens if reset_market = False? Delete if not needed anymore.

j-ti commented 11 months ago

It is supposed to be a feature, that unmatched remains of an order could persist for the next market cycle if not reseted. @FC4R do you think we should keep this option? Currently, it was not used and also seems to be deprecated, i.e. does not function due to an issue with setting order_id, as the old orders seem to be out of order.