Explorar el Código

改变穷举进程模式,多策略但完整stock_list运算

daniel hace 2 años
padre
commit
84af6b3e31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      futures_backtrader.py

+ 1 - 1
futures_backtrader.py

@@ -237,7 +237,7 @@ if __name__ == '__main__':
     cursor.execute("show tables like '%%%s%%' " % fre)
     table_list = [tuple[0] for tuple in cursor.fetchall()]
     # print(table_list)
-    table_list = table_list[0:100]
+    # table_list = table_list[0:100]
 
     mgr = Manager()
     ns = mgr.Namespace()