removed migration code

This commit is contained in:
Nicolás Sánchez 2025-09-03 20:34:06 -03:00
parent 84bada9967
commit f7365c0340
1 changed files with 0 additions and 11 deletions

View File

@ -1691,17 +1691,6 @@ class trader:
self.quit = True self.quit = True
return 1 return 1
#MIGRATION: ONCE MIGRATION IS DONE, REMOVE THIS CODE
# Copy the current safety order (if it exists) to the new safety order list
# Set the concurrent safety orders setting to 1 (to avoid sending a big amount of orders at startup)
# Save the modified config file
#if self.status.status_dictionary["safety_order"]["id"]!="":
# self.status.set_safety_orders([self.status.status_dictionary["safety_order"]])
#self.config.set_concurrent_safety_orders(1)
#self.config.save_to_file()
#self.status.set_safety_orders_filled(self.status.get_so_amount()-1)
#Done #Done
self.pause = False self.pause = False
self.status.set_pause_reason("") self.status.set_pause_reason("")